/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
button,
input, a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Main Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootstrap ~~~~~~~~~~ */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1e1c83;
  --secondary: #34c99d;
  --gray: #ebeef7;
  --dark-primary: #1c1b4b;
  --light-gray: #f5f6fb;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  text-align: left;
  background-color: #fff !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(192, 191.44, 220.28);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(138, 136.96, 190.52);
}

.table-hover .table-primary:hover {
  background-color: rgb(175.6538461538, 174.9485470085, 211.2714529915);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(175.6538461538, 174.9485470085, 211.2714529915);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(198.16, 239.88, 227.56);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(149.44, 226.92, 204.04);
}

.table-hover .table-secondary:hover {
  background-color: rgb(178.0179766537, 234.5220233463, 217.8362645914);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(178.0179766537, 234.5220233463, 217.8362645914);
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: rgb(249.4, 250.24, 252.76);
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: rgb(244.6, 246.16, 250.84);
}

.table-hover .table-gray:hover {
  background-color: rgb(231.1857142857, 234.7578571429, 245.4742857143);
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: rgb(231.1857142857, 234.7578571429, 245.4742857143);
}

.table-dark-primary,
.table-dark-primary > th,
.table-dark-primary > td {
  background-color: rgb(191.44, 191.16, 204.6);
}
.table-dark-primary th,
.table-dark-primary td,
.table-dark-primary thead th,
.table-dark-primary tbody + tbody {
  border-color: rgb(136.96, 136.44, 161.4);
}

.table-hover .table-dark-primary:hover {
  background-color: rgb(177.2525, 176.91, 193.35);
}
.table-hover .table-dark-primary:hover > td,
.table-hover .table-dark-primary:hover > th {
  background-color: rgb(177.2525, 176.91, 193.35);
}

.table-light-gray,
.table-light-gray > th,
.table-light-gray > td {
  background-color: rgb(252.2, 252.48, 253.88);
}
.table-light-gray th,
.table-light-gray td,
.table-light-gray thead th,
.table-light-gray tbody + tbody {
  border-color: rgb(249.8, 250.32, 252.92);
}

.table-hover .table-light-gray:hover {
  background-color: rgb(233.9857142857, 236.0871428571, 246.5942857143);
}
.table-hover .table-light-gray:hover > td,
.table-hover .table-light-gray:hover > th {
  background-color: rgb(233.9857142857, 236.0871428571, 246.5942857143);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #808080;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #808080;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1e1c83;
  border-color: #1e1c83;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(22.7830188679, 21.2641509434, 99.4858490566);
  border-color: rgb(20.3773584906, 19.0188679245, 88.9811320755);
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63.75, 62.05, 149.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63.75, 62.05, 149.6, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1e1c83;
  border-color: #1e1c83;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(20.3773584906, 19.0188679245, 88.9811320755);
  border-color: rgb(17.9716981132, 16.7735849057, 78.4764150943);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63.75, 62.05, 149.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63.75, 62.05, 149.6, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #34c99d;
  border-color: #34c99d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(44.1383399209, 170.6116600791, 133.2638339921);
  border-color: rgb(41.5177865613, 160.4822134387, 125.3517786561);
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49.15, 176.4, 139.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49.15, 176.4, 139.6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #34c99d;
  border-color: #34c99d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.5177865613, 160.4822134387, 125.3517786561);
  border-color: rgb(38.8972332016, 150.3527667984, 117.4397233202);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49.15, 176.4, 139.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49.15, 176.4, 139.6, 0.5);
}

.btn-gray {
  color: #212529;
  background-color: #ebeef7;
  border-color: #ebeef7;
}
.btn-gray:hover {
  color: #212529;
  background-color: rgb(207.6785714286, 214.7767857143, 236.0714285714);
  border-color: rgb(198.5714285714, 207.0357142857, 232.4285714286);
}
.btn-gray:focus, .btn-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204.7, 207.85, 216.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204.7, 207.85, 216.1, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #ebeef7;
  border-color: #ebeef7;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: rgb(198.5714285714, 207.0357142857, 232.4285714286);
  border-color: rgb(189.4642857143, 199.2946428571, 228.7857142857);
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204.7, 207.85, 216.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204.7, 207.85, 216.1, 0.5);
}

.btn-dark-primary {
  color: #fff;
  background-color: #1c1b4b;
  border-color: #1c1b4b;
}
.btn-dark-primary:hover {
  color: #fff;
  background-color: rgb(17.5, 16.875, 46.875);
  border-color: rgb(14, 13.5, 37.5);
}
.btn-dark-primary:focus, .btn-dark-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.05, 61.2, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.05, 61.2, 102, 0.5);
}
.btn-dark-primary.disabled, .btn-dark-primary:disabled {
  color: #fff;
  background-color: #1c1b4b;
  border-color: #1c1b4b;
}
.btn-dark-primary:not(:disabled):not(.disabled):active, .btn-dark-primary:not(:disabled):not(.disabled).active, .show > .btn-dark-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(14, 13.5, 37.5);
  border-color: rgb(10.5, 10.125, 28.125);
}
.btn-dark-primary:not(:disabled):not(.disabled):active:focus, .btn-dark-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.05, 61.2, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.05, 61.2, 102, 0.5);
}

.btn-light-gray {
  color: #212529;
  background-color: #f5f6fb;
  border-color: #f5f6fb;
}
.btn-light-gray:hover {
  color: #212529;
  background-color: rgb(217.6785714286, 221.4107142857, 240.0714285714);
  border-color: rgb(208.5714285714, 213.2142857143, 236.4285714286);
}
.btn-light-gray:focus, .btn-light-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213.2, 214.65, 219.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213.2, 214.65, 219.5, 0.5);
}
.btn-light-gray.disabled, .btn-light-gray:disabled {
  color: #212529;
  background-color: #f5f6fb;
  border-color: #f5f6fb;
}
.btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active, .show > .btn-light-gray.dropdown-toggle {
  color: #212529;
  background-color: rgb(208.5714285714, 213.2142857143, 236.4285714286);
  border-color: rgb(199.4642857143, 205.0178571429, 232.7857142857);
}
.btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213.2, 214.65, 219.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213.2, 214.65, 219.5, 0.5);
}

.btn-outline-primary {
  color: #1e1c83;
  border-color: #1e1c83;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1e1c83;
  border-color: #1e1c83;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 28, 131, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(30, 28, 131, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1e1c83;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e1c83;
  border-color: #1e1c83;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 28, 131, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(30, 28, 131, 0.5);
}

.btn-outline-secondary {
  color: #34c99d;
  border-color: #34c99d;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #34c99d;
  border-color: #34c99d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 201, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 201, 157, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #34c99d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #34c99d;
  border-color: #34c99d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 201, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 201, 157, 0.5);
}

.btn-outline-gray {
  color: #ebeef7;
  border-color: #ebeef7;
}
.btn-outline-gray:hover {
  color: #212529;
  background-color: #ebeef7;
  border-color: #ebeef7;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 238, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 238, 247, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #ebeef7;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #ebeef7;
  border-color: #ebeef7;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 238, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 238, 247, 0.5);
}

.btn-outline-dark-primary {
  color: #1c1b4b;
  border-color: #1c1b4b;
}
.btn-outline-dark-primary:hover {
  color: #fff;
  background-color: #1c1b4b;
  border-color: #1c1b4b;
}
.btn-outline-dark-primary:focus, .btn-outline-dark-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 27, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(28, 27, 75, 0.5);
}
.btn-outline-dark-primary.disabled, .btn-outline-dark-primary:disabled {
  color: #1c1b4b;
  background-color: transparent;
}
.btn-outline-dark-primary:not(:disabled):not(.disabled):active, .btn-outline-dark-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c1b4b;
  border-color: #1c1b4b;
}
.btn-outline-dark-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 27, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(28, 27, 75, 0.5);
}

.btn-outline-light-gray {
  color: #f5f6fb;
  border-color: #f5f6fb;
}
.btn-outline-light-gray:hover {
  color: #212529;
  background-color: #f5f6fb;
  border-color: #f5f6fb;
}
.btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 246, 251, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 246, 251, 0.5);
}
.btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
  color: #f5f6fb;
  background-color: transparent;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #f5f6fb;
  border-color: #f5f6fb;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 246, 251, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 246, 251, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #1e1c83 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(20.3773584906, 19.0188679245, 88.9811320755) !important;
}

.bg-secondary {
  background-color: #34c99d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(41.5177865613, 160.4822134387, 125.3517786561) !important;
}

.bg-gray {
  background-color: #ebeef7 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(198.5714285714, 207.0357142857, 232.4285714286) !important;
}

.bg-dark-primary {
  background-color: #1c1b4b !important;
}

a.bg-dark-primary:hover, a.bg-dark-primary:focus,
button.bg-dark-primary:hover,
button.bg-dark-primary:focus {
  background-color: rgb(14, 13.5, 37.5) !important;
}

.bg-light-gray {
  background-color: #f5f6fb !important;
}

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: rgb(208.5714285714, 213.2142857143, 236.4285714286) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1e1c83 !important;
}

.border-secondary {
  border-color: #34c99d !important;
}

.border-gray {
  border-color: #ebeef7 !important;
}

.border-dark-primary {
  border-color: #1c1b4b !important;
}

.border-light-gray {
  border-color: #f5f6fb !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(15.5660377358, 14.5283018868, 67.9716981132) !important;
}

.text-secondary {
  color: #34c99d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(36.2766798419, 140.2233201581, 109.5276679842) !important;
}

.text-gray {
  color: #ebeef7 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: rgb(180.3571428571, 191.5535714286, 225.1428571429) !important;
}

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

a.text-dark-primary:hover, a.text-dark-primary:focus {
  color: rgb(7, 6.75, 18.75) !important;
}

.text-light-gray {
  color: #f5f6fb !important;
}

a.text-light-gray:hover, a.text-light-gray:focus {
  color: rgb(190.3571428571, 196.8214285714, 229.1428571429) !important;
}

.text-body {
  color: #808080 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* ~~~~~~~~~~ Base Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Reset ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: currentColor;
}
a:-webkit-any-link {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}
a:active, a:focus {
  outline: none;
}
a[href*=mailto] {
  word-wrap: break-word;
}

ins {
  background-color: #fff !important;
  color: #808080;
  text-decoration: none;
}

mark {
  background-color: #fff !important;
  color: #808080;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 0.0625rem dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 0.0625rem;
  border: 0;
  border-top: 0.0625rem solid #adb5bd;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

textarea:not([type=checkbox]), textarea:not([type=radio]),
input:not([type=checkbox]),
input:not([type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea:focus,
input:focus {
  outline: 0;
}

img {
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button[type=submit]:hover, button[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  cursor: pointer;
}

button:active, button:focus {
  outline: none;
}
button:hover, button:focus {
  cursor: pointer;
}

i {
  line-height: 0;
  vertical-align: middle;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Faces ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Typography ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ HTML ~~~~~~~~~~ */
:root {
  font-size: 100%;
}

/* ~~~~~~~~~~ Body ~~~~~~~~~~ */
body {
  letter-spacing: clamp(0.005em, 0.001em + 0.00125vw, 0.025em);
}
body:not(.block-editor-page) {
  line-height: 1.9;
  font-size: 0.875rem;
}
body.block-editor-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* ~~~~~~~~~~ Headlines ~~~~~~~~~~ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1 .h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e1c83;
}

h1,
.h1 {
  font-size: clamp(1.5rem, 1.375rem + 0.0390625vw, 2.125rem);
  letter-spacing: clamp(0.02em, 0.004em + 0.005vw, 0.1em);
}

h2,
.h2 {
  font-size: clamp(1.4375rem, 1.35rem + 0.02734375vw, 1.875rem);
}

h3,
.h3 {
  font-size: clamp(1.0625rem, 1.05rem + 0.00390625vw, 1.125rem);
}

h4,
.h4 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

h5,
.h5 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

h6,
.h6 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

/* ~~~~~~~~~~ Text elements ~~~~~~~~~~ */
b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html.no-js {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed !important;
}
#wpadminbar ul li {
  margin: 0 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Theme Required Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Screen Reader Text ~~~~~~~~~~ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.bypostauthor {
  background-color: transparent;
}

/* ~~~~~~~~~~ Helpers ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Repeaters ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
.background-cover {
  background-position: center;
  background-size: cover;
}

/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
.hide {
  text-indent: -998em;
  height: 0;
  margin: 0;
  padding: 0;
}

/* ~~~~~~~~~~ Element paddings and margins ~~~~~~~~~~ */
.c-m-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-m-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-m-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-m-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-m-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-m-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-m-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-m-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-m-9 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

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

.c-mt-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-mt-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-mt-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-mt-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-mt-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-mt-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-mt-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-mt-9 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

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

.c-mr-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-mr-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-mr-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-mr-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-mr-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-mr-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-mr-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-mr-9 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

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

.c-mb-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-mb-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.c-mb-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-mb-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-mb-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-mb-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-mb-9 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

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

.c-ml-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-ml-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-ml-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-ml-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-ml-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-ml-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-ml-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-ml-9 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.c-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c-mx-2 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c-mx-3 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.c-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.c-mx-6 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.c-mx-7 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.c-mx-8 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.c-mx-9 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

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

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

.c-my-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.c-my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-my-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-my-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-my-9 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.c-p-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-p-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-p-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-p-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-p-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-p-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-p-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-p-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-p-9 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.c-pt-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pt-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pt-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-pt-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-pt-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-pt-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-pt-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-pt-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-pt-9 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.c-pr-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pr-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pr-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-pr-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-pr-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-pr-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-pr-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-pr-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-pr-9 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.c-pb-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pb-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pb-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-pb-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-pb-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-pb-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-pb-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-pb-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-pb-9 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.c-pl-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pl-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-pl-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-pl-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-pl-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-pl-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-pl-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-pl-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-pl-9 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

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

.c-px-2 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

.c-px-8 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.c-px-9 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.c-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.c-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

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

.c-py-9 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (min-width: 576px) {
  .c-m-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-m-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-m-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-m-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-m-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-m-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-m-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-m-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mt-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-mt-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-mt-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-mt-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-mt-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-mt-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-mt-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-mt-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mr-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-mr-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-mr-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-mr-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-mr-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-mr-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-mr-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-mr-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mb-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-mb-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-mb-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-mb-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-mb-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-mb-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-mb-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-mb-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-ml-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-ml-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-ml-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-ml-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-ml-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-ml-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-ml-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-ml-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mx-2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .c-mx-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-mx-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }
  .c-mx-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-8 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .c-mx-9 {
    margin-left: 6.6875rem;
    margin-right: 6.6875rem;
  }
  .c-my-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-my-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-my-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-my-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-my-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-p-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-p-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-p-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-p-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-p-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-p-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-p-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-p-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pt-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pt-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pt-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pt-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pt-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pt-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pt-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pt-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pr-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pr-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pr-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pr-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pr-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pr-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pr-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pr-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pb-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pb-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pb-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pb-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pb-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pb-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pb-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pb-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pl-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pl-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pl-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pl-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pl-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pl-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pl-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pl-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-px-2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-px-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .c-px-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
  .c-px-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-8 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .c-px-9 {
    padding-left: 6.6875rem;
    padding-right: 6.6875rem;
  }
  .c-py-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-py-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-py-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-py-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-py-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-m-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-m-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-m-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-m-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-m-sm-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-m-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-m-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-m-sm-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-m-sm-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mt-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-mt-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-mt-sm-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-mt-sm-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mr-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mr-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-mr-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-mr-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-mr-sm-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-mr-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-mr-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-mr-sm-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-mr-sm-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mb-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mb-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-mb-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-mb-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-mb-sm-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-mb-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-mb-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-mb-sm-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-mb-sm-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-ml-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-ml-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-ml-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-ml-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-ml-sm-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-ml-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-ml-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-ml-sm-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-ml-sm-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-mx-sm-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-sm-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-sm-8 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .c-mx-sm-9 {
    margin-left: 6.6875rem;
    margin-right: 6.6875rem;
  }
  .c-my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-my-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-my-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-sm-5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .c-my-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-sm-8 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .c-my-sm-9 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
  }
  .c-p-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-p-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-p-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-p-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-p-sm-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-p-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-p-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-p-sm-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-p-sm-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pt-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pt-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pt-sm-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pt-sm-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pr-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pr-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pr-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pr-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pr-sm-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pr-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pr-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pr-sm-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pr-sm-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pb-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pb-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pb-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pb-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pb-sm-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pb-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pb-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pb-sm-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pb-sm-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-pl-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pl-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-pl-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-pl-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-pl-sm-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-pl-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-pl-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-pl-sm-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-pl-sm-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
  .c-px-sm-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-sm-2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-px-sm-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .c-px-sm-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-sm-5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
  .c-px-sm-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-sm-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-sm-8 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .c-px-sm-9 {
    padding-left: 6.6875rem;
    padding-right: 6.6875rem;
  }
  .c-py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-py-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-py-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-sm-5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .c-py-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-sm-8 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .c-py-sm-9 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
  }
}
@media (min-width: 768px) {
  .c-m-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-m-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-m-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-m-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-m-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-m-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-m-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-m-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mt-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mt-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mt-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mt-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mt-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mt-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mt-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mt-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mr-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mr-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mr-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mr-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mr-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mr-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mr-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mr-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mb-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mb-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mb-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mb-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mb-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mb-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mb-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mb-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-ml-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-ml-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-ml-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-ml-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-ml-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-ml-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-ml-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-ml-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mx-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-4 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-8 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .c-mx-9 {
    margin-left: 7.125rem;
    margin-right: 7.125rem;
  }
  .c-my-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-my-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-p-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-p-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-p-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-p-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-p-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-p-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-p-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-p-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pt-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pt-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pt-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pt-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pt-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pt-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pt-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pt-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pr-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pr-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pr-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pr-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pr-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pr-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pr-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pr-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pb-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pb-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pb-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pb-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pb-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pb-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pb-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pb-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pl-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pl-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pl-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pl-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pl-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pl-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pl-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pl-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-px-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-8 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .c-px-9 {
    padding-left: 7.125rem;
    padding-right: 7.125rem;
  }
  .c-py-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-py-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-m-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-m-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-m-sm-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-m-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-m-sm-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-m-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-m-sm-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-m-sm-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mt-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mt-sm-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mt-sm-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mr-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mr-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mr-sm-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mr-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mr-sm-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mr-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mr-sm-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mr-sm-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mb-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mb-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mb-sm-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mb-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mb-sm-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mb-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mb-sm-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mb-sm-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-ml-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-ml-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-ml-sm-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-ml-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-ml-sm-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-ml-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-ml-sm-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-ml-sm-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-sm-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-sm-8 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .c-mx-sm-9 {
    margin-left: 7.125rem;
    margin-right: 7.125rem;
  }
  .c-my-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-sm-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-sm-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-sm-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-my-sm-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-p-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-p-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-p-sm-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-p-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-p-sm-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-p-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-p-sm-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-p-sm-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pt-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pt-sm-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pt-sm-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pr-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pr-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pr-sm-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pr-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pr-sm-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pr-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pr-sm-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pr-sm-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pb-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pb-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pb-sm-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pb-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pb-sm-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pb-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pb-sm-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pb-sm-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pl-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pl-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pl-sm-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pl-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pl-sm-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pl-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pl-sm-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pl-sm-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-px-sm-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-sm-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-sm-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-sm-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-sm-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-sm-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-sm-8 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .c-px-sm-9 {
    padding-left: 7.125rem;
    padding-right: 7.125rem;
  }
  .c-py-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-sm-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-sm-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-sm-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-py-sm-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-m-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-m-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-m-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-m-md-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-m-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-m-md-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-m-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-m-md-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-m-md-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mt-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mt-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mt-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mt-md-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mt-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mt-md-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mt-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mt-md-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mt-md-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mr-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mr-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mr-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mr-md-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mr-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mr-md-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mr-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mr-md-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mr-md-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mb-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mb-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-mb-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-mb-md-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-mb-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-mb-md-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-mb-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-mb-md-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-mb-md-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-ml-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-ml-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-ml-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-ml-md-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-ml-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-ml-md-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-ml-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-ml-md-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-ml-md-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-md-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-md-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-md-4 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-md-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-md-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-md-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-md-8 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .c-mx-md-9 {
    margin-left: 7.125rem;
    margin-right: 7.125rem;
  }
  .c-my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-md-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-md-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-md-8 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .c-my-md-9 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
  }
  .c-p-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-p-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-p-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-p-md-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-p-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-p-md-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-p-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-p-md-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-p-md-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pt-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pt-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pt-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pt-md-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pt-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pt-md-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pt-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pt-md-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pt-md-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pr-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pr-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pr-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pr-md-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pr-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pr-md-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pr-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pr-md-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pr-md-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pb-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pb-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pb-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pb-md-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pb-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pb-md-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pb-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pb-md-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pb-md-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-pl-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pl-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-pl-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-pl-md-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-pl-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-pl-md-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pl-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-pl-md-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-pl-md-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
  .c-px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-md-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-md-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-md-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-md-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-md-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-md-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-md-8 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .c-px-md-9 {
    padding-left: 7.125rem;
    padding-right: 7.125rem;
  }
  .c-py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-md-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-md-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-md-8 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-py-md-9 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
}
@media (min-width: 992px) {
  .c-m-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-m-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-m-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-m-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-m-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-m-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-m-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-m-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mt-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mt-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mt-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mt-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mt-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mt-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mt-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mt-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mr-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mr-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mr-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mr-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mr-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mr-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mr-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mr-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mb-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mb-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mb-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mb-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mb-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mb-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mb-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mb-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-ml-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-ml-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-ml-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-ml-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-ml-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-ml-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-ml-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-ml-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mx-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-4 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .c-mx-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-6 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .c-mx-7 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .c-mx-8 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .c-mx-9 {
    margin-left: 7.5625rem;
    margin-right: 7.5625rem;
  }
  .c-my-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-my-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-my-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-my-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-my-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-p-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-p-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-p-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-p-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-p-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-p-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-p-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-p-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pt-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pt-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pt-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pt-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pt-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pt-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pt-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pt-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pr-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pr-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pr-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pr-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pr-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pr-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pr-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pr-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pb-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pb-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pb-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pb-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pb-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pb-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pb-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pb-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pl-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pl-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pl-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pl-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pl-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pl-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pl-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pl-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-px-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-4 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .c-px-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-6 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .c-px-7 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .c-px-8 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .c-px-9 {
    padding-left: 7.5625rem;
    padding-right: 7.5625rem;
  }
  .c-py-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-py-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-py-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-py-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-py-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-m-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-m-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-m-sm-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-m-sm-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-m-sm-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-m-sm-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-m-sm-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-m-sm-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mt-sm-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mt-sm-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mt-sm-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mr-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mr-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mr-sm-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mr-sm-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mr-sm-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mr-sm-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mr-sm-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mr-sm-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mb-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mb-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mb-sm-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mb-sm-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mb-sm-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mb-sm-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mb-sm-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mb-sm-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-ml-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-ml-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-ml-sm-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-ml-sm-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-ml-sm-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-ml-sm-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-ml-sm-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-ml-sm-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .c-mx-sm-7 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .c-mx-sm-8 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .c-mx-sm-9 {
    margin-left: 7.5625rem;
    margin-right: 7.5625rem;
  }
  .c-my-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-sm-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-my-sm-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-sm-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-my-sm-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-my-sm-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-my-sm-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-p-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-p-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-p-sm-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-p-sm-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-p-sm-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-p-sm-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-p-sm-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-p-sm-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pt-sm-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pt-sm-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pt-sm-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pr-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pr-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pr-sm-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pr-sm-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pr-sm-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pr-sm-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pr-sm-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pr-sm-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pb-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pb-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pb-sm-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pb-sm-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pb-sm-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pb-sm-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pb-sm-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pb-sm-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pl-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pl-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pl-sm-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pl-sm-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pl-sm-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pl-sm-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pl-sm-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pl-sm-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-px-sm-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-sm-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-sm-4 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .c-px-sm-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-sm-6 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .c-px-sm-7 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .c-px-sm-8 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .c-px-sm-9 {
    padding-left: 7.5625rem;
    padding-right: 7.5625rem;
  }
  .c-py-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-sm-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-py-sm-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-sm-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-py-sm-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-py-sm-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-py-sm-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-m-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-m-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-m-md-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-m-md-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-m-md-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-m-md-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-m-md-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-m-md-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mt-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mt-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mt-md-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mt-md-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mt-md-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mt-md-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mt-md-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mt-md-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mr-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mr-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mr-md-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mr-md-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mr-md-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mr-md-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mr-md-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mr-md-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mb-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mb-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mb-md-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mb-md-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mb-md-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mb-md-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mb-md-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mb-md-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-ml-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-ml-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-ml-md-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-ml-md-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-ml-md-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-ml-md-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-ml-md-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-ml-md-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mx-md-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-md-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-md-4 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .c-mx-md-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-md-6 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .c-mx-md-7 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .c-mx-md-8 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .c-mx-md-9 {
    margin-left: 7.5625rem;
    margin-right: 7.5625rem;
  }
  .c-my-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-md-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-my-md-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-md-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-my-md-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-my-md-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-my-md-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-p-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-p-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-p-md-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-p-md-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-p-md-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-p-md-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-p-md-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-p-md-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pt-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pt-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pt-md-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pt-md-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pt-md-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pt-md-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pt-md-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pt-md-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pr-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pr-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pr-md-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pr-md-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pr-md-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pr-md-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pr-md-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pr-md-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pb-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pb-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pb-md-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pb-md-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pb-md-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pb-md-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pb-md-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pb-md-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pl-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pl-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pl-md-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pl-md-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pl-md-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pl-md-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pl-md-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pl-md-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-px-md-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-md-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-md-4 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .c-px-md-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-md-6 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .c-px-md-7 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .c-px-md-8 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .c-px-md-9 {
    padding-left: 7.5625rem;
    padding-right: 7.5625rem;
  }
  .c-py-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-md-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-py-md-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-md-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-py-md-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-py-md-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-py-md-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-m-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-m-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-m-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-m-lg-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-m-lg-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-m-lg-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-m-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-m-lg-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-m-lg-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mt-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mt-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mt-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mt-lg-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mt-lg-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mt-lg-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mt-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mt-lg-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mt-lg-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mr-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mr-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mr-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mr-lg-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mr-lg-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mr-lg-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mr-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mr-lg-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mr-lg-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mb-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mb-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-mb-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-mb-lg-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-mb-lg-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-mb-lg-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-mb-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-mb-lg-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-mb-lg-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-ml-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-ml-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-ml-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-ml-lg-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-ml-lg-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-ml-lg-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-ml-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-ml-lg-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-ml-lg-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-lg-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-lg-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-lg-4 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .c-mx-lg-5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-lg-6 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .c-mx-lg-7 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .c-mx-lg-8 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .c-mx-lg-9 {
    margin-left: 7.5625rem;
    margin-right: 7.5625rem;
  }
  .c-my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-lg-4 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .c-my-lg-5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-lg-6 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .c-my-lg-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .c-my-lg-8 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .c-my-lg-9 {
    margin-top: 7.5625rem;
    margin-bottom: 7.5625rem;
  }
  .c-p-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-p-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-p-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-p-lg-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-p-lg-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-p-lg-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-p-lg-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-p-lg-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-p-lg-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pt-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pt-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pt-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pt-lg-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pt-lg-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pt-lg-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pt-lg-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pt-lg-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pt-lg-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pr-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pr-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pr-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pr-lg-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pr-lg-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pr-lg-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pr-lg-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pr-lg-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pr-lg-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pb-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pb-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pb-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pb-lg-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pb-lg-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pb-lg-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pb-lg-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pb-lg-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pb-lg-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-pl-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pl-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-pl-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-pl-lg-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-pl-lg-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-pl-lg-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-pl-lg-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-pl-lg-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-pl-lg-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
  .c-px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-lg-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-lg-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-lg-4 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .c-px-lg-5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-lg-6 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .c-px-lg-7 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .c-px-lg-8 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .c-px-lg-9 {
    padding-left: 7.5625rem;
    padding-right: 7.5625rem;
  }
  .c-py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-lg-4 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .c-py-lg-5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-lg-6 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .c-py-lg-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .c-py-lg-8 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .c-py-lg-9 {
    padding-top: 7.5625rem;
    padding-bottom: 7.5625rem;
  }
}
@media (min-width: 1200px) {
  .c-m-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-m-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-m-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-m-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-m-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-m-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-m-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-m-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mt-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mt-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mt-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mt-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mt-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mt-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mt-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mt-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mr-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mr-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mr-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mr-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mr-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mr-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mr-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mr-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mb-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mb-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mb-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mb-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mb-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mb-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mb-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mb-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-ml-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-ml-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-ml-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-ml-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-ml-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-ml-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-ml-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-ml-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-8 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-p-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-p-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-p-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-p-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-p-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-p-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-p-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pt-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pt-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pt-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pt-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pt-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pt-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pt-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pt-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pr-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pr-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pr-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pr-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pr-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pr-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pr-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pr-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pb-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pb-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pb-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pb-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pb-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pb-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pb-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pb-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-8 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-m-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-m-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-m-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-m-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-m-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-m-sm-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-m-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mt-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mt-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mt-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mt-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mt-sm-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mt-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mr-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mr-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mr-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mr-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mr-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mr-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mr-sm-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mr-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mb-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mb-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mb-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mb-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mb-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mb-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mb-sm-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mb-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-ml-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-ml-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-ml-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-ml-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-ml-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-ml-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-ml-sm-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-ml-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-sm-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-sm-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-sm-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-sm-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-sm-8 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-sm-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-sm-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-p-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-p-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-p-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-p-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-p-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-p-sm-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-p-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pt-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pt-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pt-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pt-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pt-sm-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pt-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pr-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pr-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pr-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pr-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pr-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pr-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pr-sm-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pr-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pb-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pb-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pb-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pb-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pb-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pb-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pb-sm-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pb-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pl-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pl-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pl-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pl-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pl-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pl-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pl-sm-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pl-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-sm-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-sm-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-sm-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-sm-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-sm-8 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-sm-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-sm-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-m-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-m-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-m-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-m-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-m-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-m-md-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-m-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mt-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mt-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mt-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mt-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mt-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mt-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mt-md-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mt-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mr-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mr-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mr-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mr-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mr-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mr-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mr-md-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mr-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mb-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mb-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mb-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mb-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mb-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mb-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mb-md-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mb-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-ml-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-ml-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-ml-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-ml-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-ml-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-ml-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-ml-md-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-ml-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-md-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-md-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-md-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-md-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-md-8 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-md-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-md-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-p-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-p-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-p-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-p-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-p-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-p-md-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-p-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pt-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pt-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pt-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pt-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pt-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pt-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pt-md-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pt-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pr-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pr-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pr-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pr-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pr-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pr-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pr-md-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pr-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pb-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pb-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pb-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pb-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pb-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pb-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pb-md-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pb-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pl-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pl-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pl-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pl-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pl-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pl-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pl-md-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pl-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-md-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-md-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-md-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-md-8 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-md-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-md-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-m-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-m-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-m-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-m-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-m-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-m-lg-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-m-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mt-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mt-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mt-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mt-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mt-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mt-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mt-lg-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mt-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mr-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mr-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mr-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mr-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mr-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mr-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mr-lg-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mr-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mb-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mb-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mb-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mb-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mb-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mb-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mb-lg-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mb-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-ml-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-ml-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-ml-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-ml-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-ml-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-ml-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-ml-lg-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-ml-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-lg-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-lg-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-lg-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-lg-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-lg-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-lg-8 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-lg-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-lg-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-p-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-p-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-p-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-p-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-p-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-p-lg-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-p-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pt-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pt-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pt-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pt-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pt-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pt-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pt-lg-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pt-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pr-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pr-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pr-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pr-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pr-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pr-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pr-lg-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pr-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pb-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pb-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pb-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pb-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pb-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pb-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pb-lg-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pb-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pl-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pl-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pl-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pl-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pl-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pl-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pl-lg-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pl-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-lg-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-lg-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-lg-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-lg-8 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-lg-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-lg-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-m-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-m-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-m-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-m-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-m-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-m-xl-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-m-xl-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-m-xl-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mt-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mt-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mt-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mt-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mt-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mt-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mt-xl-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mt-xl-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mt-xl-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mr-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mr-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mr-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mr-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mr-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mr-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mr-xl-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mr-xl-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mr-xl-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mb-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-mb-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-mb-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-mb-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-mb-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-mb-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-mb-xl-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-mb-xl-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-mb-xl-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-ml-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-ml-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-ml-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-ml-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-ml-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-ml-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-ml-xl-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-ml-xl-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-ml-xl-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-mx-xl-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-xl-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-xl-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-xl-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-xl-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-xl-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-xl-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-xl-8 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-xl-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-xl-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-xl-8 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-xl-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-p-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-p-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-p-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-p-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-p-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-p-xl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-p-xl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-p-xl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pt-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pt-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pt-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pt-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pt-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pt-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pt-xl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pt-xl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pt-xl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pr-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pr-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pr-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pr-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pr-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pr-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pr-xl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pr-xl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pr-xl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pb-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pb-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pb-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pb-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pb-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pb-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pb-xl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pb-xl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pb-xl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-pl-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-pl-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-pl-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-pl-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-pl-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-pl-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-pl-xl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-pl-xl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-pl-xl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-px-xl-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-xl-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-xl-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-xl-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-xl-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-xl-8 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-xl-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-xl-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-xl-8 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-xl-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.c-m-0 {
  margin: 0 !important;
}

.c-mt-0 {
  margin-top: 0 !important;
}

.c-mr-0 {
  margin-right: 0 !important;
}

.c-mb-0 {
  margin-bottom: 0 !important;
}

.c-ml-0 {
  margin-left: 0 !important;
}

.c-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .c-m-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mr-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-ml-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-m-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mr-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-ml-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-m-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mr-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-ml-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-m-xl-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mt-xl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mr-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-ml-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.c-p-0 {
  padding: 0 !important;
}

.c-pt-0 {
  padding-top: 0 !important;
}

.c-pr-0 {
  padding-right: 0 !important;
}

.c-pb-0 {
  padding-bottom: 0 !important;
}

.c-pl-0 {
  padding-left: 0 !important;
}

.c-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .c-p-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pt-sm-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pr-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pb-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-pl-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .c-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-p-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pt-md-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pr-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-pl-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .c-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pt-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pr-lg-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-pl-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .c-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-p-xl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pt-xl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pr-xl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pb-xl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-pl-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .c-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
.adjustable-element {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .adjustable-element {
    width: auto !important;
  }
}

/* ~~~~~~~~~~ Font Classes ~~~~~~~~~~ */
.font-weight-semibold {
  font-weight: 600;
}

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

.font-family-secondary {
  font-family: "Montserrat", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* ~~~~~~~~~~ Z-index Classes ~~~~~~~~~~ */
.z-index-minus-1 {
  z-index: -1;
}

.z-index-minus-2 {
  z-index: -2;
}

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

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

/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.single-transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.long-transition {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
.fill-the-whole-space {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-18 {
  font-size: clamp(1.0625rem, 1.05rem + 0.00390625vw, 1.125rem);
}

.font-size-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.0078125vw, 1.25rem);
}

.font-size-22 {
  font-size: clamp(1.1875rem, 1.15rem + 0.01171875vw, 1.375rem);
}

.font-size-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.015625vw, 1.5rem);
}

.font-size-30 {
  font-size: clamp(1.4375rem, 1.35rem + 0.02734375vw, 1.875rem);
}

.font-size-33 {
  font-size: clamp(1.5625rem, 1.4625rem + 0.03125vw, 2.0625rem);
}

.font-size-36 {
  font-size: clamp(1.625rem, 1.5rem + 0.0390625vw, 2.25rem);
}

.font-size-38 {
  font-size: clamp(1.75rem, 1.625rem + 0.0390625vw, 2.375rem);
}

.font-size-39 {
  font-size: clamp(1.75rem, 1.6125rem + 0.04296875vw, 2.4375rem);
}

.font-size-44 {
  font-size: clamp(1.875rem, 1.7rem + 0.0546875vw, 2.75rem);
}

.font-size-60 {
  font-size: clamp(2.375rem, 2.1rem + 0.0859375vw, 3.75rem);
}

.font-size-12-important {
  font-size: 0.75rem !important;
}

.font-size-13-important {
  font-size: 0.8125rem !important;
}

.font-size-14-important {
  font-size: 0.875rem !important;
}

.font-size-15-important {
  font-size: 0.9375rem !important;
}

.font-size-16-important {
  font-size: 1rem !important;
}

.font-size-18-important {
  font-size: clamp(1.0625rem, 1.05rem + 0.00390625vw, 1.125rem);
}

.font-size-20-important {
  font-size: clamp(1.125rem, 1.1rem + 0.0078125vw, 1.25rem);
}

.font-size-22-important {
  font-size: clamp(1.1875rem, 1.15rem + 0.01171875vw, 1.375rem);
}

.font-size-24-important {
  font-size: clamp(1.25rem, 1.2rem + 0.015625vw, 1.5rem);
}

.font-size-30-important {
  font-size: clamp(1.4375rem, 1.35rem + 0.02734375vw, 1.875rem);
}

.font-size-33-important {
  font-size: clamp(1.5625rem, 1.4625rem + 0.03125vw, 2.0625rem);
}

.font-size-36-important {
  font-size: clamp(1.625rem, 1.5rem + 0.0390625vw, 2.25rem);
}

.font-size-38-important {
  font-size: clamp(1.75rem, 1.625rem + 0.0390625vw, 2.375rem);
}

.font-size-39-important {
  font-size: clamp(1.75rem, 1.6125rem + 0.04296875vw, 2.4375rem);
}

.font-size-44-important {
  font-size: clamp(1.875rem, 1.7rem + 0.0546875vw, 2.75rem);
}

.font-size-60-important {
  font-size: clamp(2.375rem, 2.1rem + 0.0859375vw, 3.75rem);
}

/* ~~~~~~~~~~ Line Height Classes ~~~~~~~~~~ */
.line-height-1 {
  line-height: 1;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-6 {
  line-height: 1.6;
}

.line-height-1-7 {
  line-height: 1.7;
}

.line-height-1-8 {
  line-height: 1.8;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-10 {
  letter-spacing: clamp(0.002em, 0.0004em + 0.0005vw, 0.01em);
}

.letter-spacing-25 {
  letter-spacing: clamp(0.005em, 0.001em + 0.00125vw, 0.025em);
}

.letter-spacing-30 {
  letter-spacing: clamp(0.006em, 0.0012em + 0.0015vw, 0.03em);
}

.letter-spacing-50 {
  letter-spacing: clamp(0.01em, 0.002em + 0.0025vw, 0.05em);
}

.letter-spacing-60 {
  letter-spacing: clamp(0.012em, 0.0024em + 0.003vw, 0.06em);
}

.letter-spacing-75 {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

.letter-spacing-80 {
  letter-spacing: clamp(0.016em, 0.0032em + 0.004vw, 0.08em);
}

/* ~~~~~~~~~~ Special Heading Decorations ~~~~~~~~~~ */
.heading-with-decor {
  position: relative;
  text-align: center;
  padding-bottom: clamp(2rem, 1.9rem + 0.03125vw, 2.5rem);
}
.heading-with-decor::after {
  content: "";
  position: absolute;
  width: 9.375rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNTMuMSAyMSIgdmlld0JveD0iMCAwIDE1My4xIDIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5waWt0b2dyYW1vcyBhbnRyYcWhdMSXIHBsaXVzPC90aXRsZT48ZyBmaWxsPSIjMzRjOTlkIj48cGF0aCBkPSJtMCA5aDYwdjNoLTYweiIgb3BhY2l0eT0iLjEiLz48cGF0aCBkPSJtOTMuMSA5aDYwdjNoLTYweiIgb3BhY2l0eT0iLjEiLz48cGF0aCBkPSJtNzUgMGgzdjIxaC0zeiIvPjxwYXRoIGQ9Im02NS42IDguOWgyMS44djMuMmgtMjEuOHoiLz48L2c+PC9zdmc+);
  left: calc(50% - 4.6875rem);
  bottom: 0;
}

/* ~~~~~~~~~~ Special Height Property ~~~~~~~~~~ */
@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Utilities ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Margin utilities */
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-32 {
  margin-left: 32px; /* PIXEL-PERFECT: Google rating wrapper in navbar */
}

.ml-neg-7 {
  margin-left: -7px;
}

.mr-23 {
  margin-right: 1.4375rem; /* 23px */
}

/* Width utilities */
.w-30 {
  width: 30px;
}

/* Navbar top actions fixed dimensions */
/* REMOVED: min-width/min-height caused flex wrapping issues
.navbar-top-actions {
    min-width: 471.72px;
    min-height: 34.59px;
}
*/
/* SVG icon transforms and colors - DEPRECATED
 * Messenger icons now styled in navigation.scss with consistent sizing
 * Keeping footer-specific styles only
 */
/* Footer messenger icon positioning - match phone/email ::before pattern */
.main-footer .viber-icon svg,
.main-footer .whatsapp-icon svg {
  position: absolute;
  left: -0.3125rem;
  top: 0.3125rem;
  width: 22px; /* Consistent 22×22px size */
  height: 22px;
  fill: #34C99D; /* Teal color in footer */
}

/* Google Rating Icons - exact production dimensions */
.navbar__top-bar .google-svg svg {
  width: 20px; /* Production measured: 20×35px */
  height: 35px;
}

.navbar__top-bar .stars-svg svg {
  width: 111px; /* Production measured: 111×18.5px */
  height: 18.5px;
}

/* REMOVED: Contact icon sizing now handled in _header-styles.scss with modern aspect-ratio approach */
/* Mobile Navigation Contact Icons */
.mobile-navigation .contact-detail__icon-wrapper img {
  width: 20px; /* Mobile menu sizing */
  height: 20px;
}

/* Service Block Icons - PIXEL-PERFECT: Production measured 69×69px */
.single-service__icon-wrapper {
  width: 69px !important;
  height: 69px !important;
}
.single-service__icon-wrapper svg {
  width: 100%;
  height: 100%;
}

/* ACF Block Content with Icons - Phase 3C fix */
.acf-block-content-with-icons-in-columns .icon-wrapper svg {
  max-width: 60px;
  max-height: 60px;
}

/* NOTE: Google Ratings (.big-g-rating) styles moved to src/components/shortcodes/_gg-ratings.scss (2025-11-18) */
/* Sidebar widget title */
.sidebar-widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 1.2;
}
.sidebar-widget-title .highlight {
  color: #34c99d;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Phase 2.5: Layout Utilities (2025 Pattern) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Vertical Stack (flexbox column with spacing) */
.stack {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* Default: left-aligned */
  /* Alignment Modifiers */
}
.stack--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center-aligned items */
}
.stack--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Full-width items */
}
.stack {
  /* Spacing Variants (uses CSS custom properties) */
}
.stack--xs > * + * {
  margin-top: var(--space-xs); /* 8px gap */
}
.stack--sm > * + * {
  margin-top: var(--space-sm); /* 12px gap */
}
.stack--md > * + * {
  margin-top: var(--space-md); /* 16px gap */
}
.stack--lg > * + * {
  margin-top: var(--space-lg); /* 24px gap */
}
.stack--xl > * + * {
  margin-top: var(--space-xl); /* 32px gap */
}

/* Width Utilities */
.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* Shrink to content */
}

.block {
  display: block;
  width: 100%; /* Full width */
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/fancybox/_fancybox-styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Fancybox Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.admin-bar .fancybox-inner .fancybox-toolbar {
  top: 2.875rem;
}
@media screen and (min-width: 783px) {
  .admin-bar .fancybox-inner .fancybox-toolbar {
    top: 2rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/cookie-notice/_cookie-notice-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
#cookie-notice .cookie-notice-container .cn-button {
  font-size: 0.875rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
#cookie-notice .cookie-notice-container .cn-button {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Cookie Notice Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#cookie-notice .cookie-notice-container {
  border-top: 0.1875rem solid #34c99d;
  border-top-right-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  max-width: 100vw;
}
@media (min-width: 576px) {
  #cookie-notice .cookie-notice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
#cookie-notice .cookie-notice-container .cn-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0 !important;
  margin-right: 0;
  margin-top: 0.5rem !important;
  min-width: 7.75rem;
  text-align: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border-radius: 0.1875rem;
  color: #fff;
  padding-left: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-right: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-top: clamp(0.5rem, 0.475rem + 0.0078125vw, 0.625rem);
  padding-bottom: clamp(0.5rem, 0.475rem + 0.0078125vw, 0.625rem);
  margin-left: clamp(0.5rem, 0.4rem + 0.03125vw, 1rem);
}
#cookie-notice .cookie-notice-container .cn-button::before, #cookie-notice .cookie-notice-container .cn-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#cookie-notice .cookie-notice-container .cn-button::after {
  left: 0;
  bottom: 0;
  width: calc(100% - 0rem);
  border-bottom: 0.125rem solid transparent;
  border-color: #34c99d;
}
#cookie-notice .cookie-notice-container .cn-button::before {
  display: block;
  height: 100%;
  z-index: -1;
  width: 100%;
  left: 0;
  right: auto;
  background-color: #1e1c83;
}
#cookie-notice .cookie-notice-container .cn-button:hover, #cookie-notice .cookie-notice-container .cn-button:focus {
  background-color: #34c99d;
  color: #fff;
}
#cookie-notice .cookie-notice-container .cn-button:hover::before, #cookie-notice .cookie-notice-container .cn-button:focus::before {
  width: 0;
  right: 0;
  left: auto;
}
#cookie-notice .cookie-notice-container .cn-button:hover::after, #cookie-notice .cookie-notice-container .cn-button:focus::after {
  border-color: #1e1c83;
}
@media (min-width: 576px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-top: 0 !important;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/screen-reader-shortcut-header/_screen-reader-shortcut-header-styles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Screen Reader Shortcut Header Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.screen-reader-shortcut-header {
  position: fixed;
  top: -1000em;
}
.screen-reader-shortcut-header:focus {
  left: 0.375rem;
  top: 0.4375rem;
  height: auto;
  width: auto;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.9375rem 1.4375rem 0.875rem;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/navigation/navigation.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/**
 * Navigation - KISS Approach
 * Simple flexbox, standard patterns
 *
 * @since 2025-11-18
 */
/**
 * Navigation Design Tokens - Sizing Constraint System
 *
 * Modern 2025 pattern: CSS custom properties as constraint system
 * Eliminates need for HTML duplication - same elements, context-aware sizing
 *
 * Research:
 * - "CSS custom properties context-aware component sizing 2025"
 * - "Container queries component sizing 2025"
 *
 * @since Navigation Revamp (2025-11-18)
 */
/* ========================================
   Design Tokens (Global Constraints)
   ======================================== */
:root {
  /* Icon Sizing Constraints */
  --nav-icon-xs: 18px;
  --nav-icon-sm: 20px;
  --nav-icon-md: 24px;
  --nav-icon-lg: 30px;
  --nav-icon-xl: 32px;
  /* Logo Sizing Constraints */
  --nav-logo-mobile: 60px;
  --nav-logo-tablet: 60px;
  --nav-logo-desktop: 80px;
  /* Button Sizing Constraints */
  --nav-button-min-width-none: auto;
  --nav-button-min-width-sm: 8rem;
  --nav-button-min-width-md: 9.375rem;
  --nav-button-min-width-lg: 12.5rem;
  /* Google Rating Sizing Constraints */
  --nav-rating-google-width: 20px;
  --nav-rating-google-height: 35px;
  --nav-rating-stars-width: 111px;
  --nav-rating-stars-height: 18.5px;
  --nav-rating-scale-mobile: 0.85;
  --nav-rating-scale-desktop: 1;
  /* Fluid Spacing (992px → 1400px responsive scaling)
   * Uses clamp() for smooth scaling between breakpoints
   * More aggressive scaling to prevent wrapping at 1020-1200px
   */
  --nav-gap-fluid-sm: clamp(0.375rem, 0.3rem + 0.5vw, 0.75rem); /* 6px → 12px */
  --nav-gap-fluid-md: clamp(0.5rem, 0.4rem + 0.8vw, 1.25rem); /* 8px → 20px */
  --nav-gap-fluid-lg: clamp(0.625rem, 0.5rem + 1vw, 1.5rem); /* 10px → 24px */
  /* Fluid Typography (more aggressive scaling to fit at 1020px)
   * Topbar text: 11px @ 992px → 14px @ 1400px
   * Menu links: 11px @ 992px → 15px @ 1400px
   * Button text: 10px @ 992px → 14px @ 1400px
   */
  --nav-font-topbar: clamp(0.6875rem, 0.6rem + 0.4vw, 0.875rem); /* 11px → 14px */
  --nav-font-menu: clamp(0.6875rem, 0.6rem + 0.5vw, 0.9375rem); /* 11px → 15px */
  --nav-font-button: clamp(0.625rem, 0.55rem + 0.4vw, 0.875rem); /* 10px → 14px */
  /* Fluid Button Sizing (more aggressive for tight spaces)
   * Button height: 28px @ 992px → 35px @ 1400px
   * Button padding: 10px @ 992px → 16px @ 1400px
   */
  --nav-button-height: clamp(1.75rem, 1.6rem + 0.5vw, 2.1875rem); /* 28px → 35px */
  --nav-button-padding-x: clamp(0.625rem, 0.5rem + 0.5vw, 1rem); /* 10px → 16px */
  /* Legacy Spacing (Static - for backward compatibility) */
  --nav-gap-xs: 0.5rem;
  --nav-gap-sm: 0.75rem;
  --nav-gap-md: 1rem;
  --nav-gap-lg: 1.5rem;
  --nav-gap-xl: 2rem;
  /* Touch Target Minimum (Accessibility) */
  --nav-touch-target-min: 44px; /* WCAG 2.1 AA */
}

/* Context classes removed - CSS variables applied directly in navigation.scss media queries */
/* ========================================
   Component Consumption (How Components Use Tokens)
   ======================================== */
/* Icons consume context-aware sizing */
.navbar__icon {
  width: var(--icon-size, var(--nav-icon-md));
  height: var(--icon-size, var(--nav-icon-md));
}

/* Logo consumes context-aware sizing */
.navbar__logo img {
  height: var(--logo-size, var(--nav-logo-desktop));
  width: auto;
}

/* Buttons consume context-aware sizing */
.navbar__button {
  min-width: var(--button-min-width, auto);
  width: var(--button-width, auto);
  padding-inline: var(--button-padding-inline, 1rem);
  padding-block: var(--button-padding-block, 0.5rem);
}

/* Google Rating consumes context-aware sizing
 * Navigation-specific sizing override
 * Constrains gg-ratings component to navbar dimensions
 * Falls back to component defaults if tokens undefined
 * Uses specificity instead of !important (CLAUDE.md compliance)
 */
.navbar__topbar .navbar__rating,
.navbar__mobile-panel .navbar__rating {
  -webkit-transform: scale(var(--rating-scale, 1));
      -ms-transform: scale(var(--rating-scale, 1));
          transform: scale(var(--rating-scale, 1));
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.navbar__topbar .navbar__rating .google-svg,
.navbar__topbar .navbar__rating .google-svg svg,
.navbar__mobile-panel .navbar__rating .google-svg,
.navbar__mobile-panel .navbar__rating .google-svg svg {
  width: var(--nav-rating-google-width);
  height: var(--nav-rating-google-height);
}
.navbar__topbar .navbar__rating .stars-svg,
.navbar__topbar .navbar__rating .stars-svg svg,
.navbar__mobile-panel .navbar__rating .stars-svg,
.navbar__mobile-panel .navbar__rating .stars-svg svg {
  width: var(--nav-rating-stars-width);
  height: var(--nav-rating-stars-height);
}

/* Contact details consume context-aware sizing */
.navbar__contact-item {
  gap: var(--gap-tertiary, var(--nav-gap-sm));
}
.navbar__contact-item img,
.navbar__contact-item svg {
  width: var(--icon-size-contact, var(--nav-icon-md));
  height: var(--icon-size-contact, var(--nav-icon-md));
}

/* ========================================
   Responsive Context Switching
   ======================================== */
/* Context variables applied directly (no @extend needed) */
/* Components consume these via var(--icon-size), var(--button-min-width), etc. */
/* ========================================
   Notes
   ======================================== */
/**
 * Why This Approach:
 *
 * 1. Single Source of Truth
 *    - All sizing constraints defined once at :root
 *    - Components consume via CSS custom properties
 *    - No hardcoded values scattered across files
 *
 * 2. Context-Aware Sizing
 *    - Same HTML element, different sizes based on context
 *    - Desktop: larger icons, wider buttons
 *    - Mobile: smaller icons, full-width buttons
 *    - No HTML duplication needed
 *
 * 3. Maintainability
 *    - Change sizing → edit tokens once
 *    - Components automatically adjust
 *    - Clear constraint system (not magic numbers)
 *
 * 4. Accessibility
 *    - --nav-touch-target-min: 44px enforces WCAG
 *    - Can apply to all interactive elements
 *    - Ensures consistent touch target sizing
 *
 * 5. Scalability
 *    - Add new context → define new constraint set
 *    - Add new component → consume existing tokens
 *    - No duplication, no !important overrides
 */
.navbar {
  position: sticky;
  top: 0;
  z-index: 10; /* Match production's sensible z-index */
  background: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.skip-link {
  position: absolute;
  top: 0;
  left: -9999px; /* Off-screen positioning - modern pattern for screen reader accessibility */
  z-index: 1000;
  background: #1e1c83;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
}
.skip-link:focus {
  left: 0; /* Bring on-screen when focused via Tab key */
}

/* ===== DESKTOP (>=992px) ===== */
@media (min-width: 992px) {
  .navbar {
    width: 100%; /* Full viewport width like production */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* Override Bootstrap */
  }
  /* Desktop Topbar - Full width background with margin + padding spacing */
  .navbar__topbar {
    width: 100%; /* Full width */
    max-width: 1400px; /* Increased to accommodate all content comfortably */
    height: 35px; /* Match production */
    background-color: #F5F6FB; /* Light blue-gray like production */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Space between left and right */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Center the topbar */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* Full-width background using box-shadow trick */
    -webkit-box-shadow: 0 0 0 100vmax #F5F6FB;
            box-shadow: 0 0 0 100vmax #F5F6FB; /* Extend background to full viewport */
    clip-path: inset(0 -100vmax); /* Clip the shadow to prevent horizontal scroll */
  }
  .navbar__topbar-left,
  .navbar__topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--nav-gap-fluid-md); /* Fluid: 0.75rem (12px) @ 992px → 1.25rem (20px) @ 1400px */
    font-size: var(--nav-font-topbar); /* Fluid: 13px @ 992px → 14px @ 1400px */
  }
  /* Desktop Mainbar - Full width background with margin + padding spacing */
  .navbar__mainbar {
    width: 100%; /* Full width */
    max-width: 1400px; /* Increased to match topbar and accommodate all content */
    height: 98px; /* Match production */
    background-color: #FFFFFF; /* White background like production */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* Logo aligns left */
    gap: var(--nav-gap-fluid-lg); /* Fluid: 1rem (16px) @ 992px → 1.5rem (24px) @ 1400px */
    /* Center the mainbar */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px 8px; /* Vertical padding + 15px horizontal */
    /* Full-width background using box-shadow trick */
    -webkit-box-shadow: 0 0 0 100vmax #FFFFFF;
            box-shadow: 0 0 0 100vmax #FFFFFF; /* Extend background to full viewport */
    clip-path: inset(0 -100vmax); /* Clip the shadow to prevent horizontal scroll */
  }
  .navbar__mainbar .navbar__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0; /* Don't shrink */
  }
  .navbar__mainbar .navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--nav-gap-fluid-md); /* Fluid: 0.75rem (12px) @ 992px → 1.25rem (20px) @ 1400px */
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; /* Take remaining space */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* Align menu items to the left after logo */
    height: 37px; /* Enforce single-row height like production */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: var(--nav-font-menu); /* Fluid: 13px @ 992px → 15px @ 1400px */
  }
  .navbar__mainbar .navbar__cta {
    -ms-flex-negative: 0;
        flex-shrink: 0; /* Don't shrink */
    margin-left: auto; /* Push to the far right */
  }
  /* Hide mobile elements on desktop */
  .navbar__hamburger,
  .navbar__mobile-phone,
  .navbar__mobile-bar,
  .navbar__mobile-panel {
    display: none !important;
  }
  /* Show desktop wrappers */
  .navbar > .navbar__topbar,
  .navbar > .navbar__mainbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* Hide standalone items on desktop (they're in wrappers) */
  .navbar > [data-nav-item]:not(.skip-link) {
    display: none;
  }
  /* Desktop Menu & Dropdowns */
  .navbar__menu > li {
    position: relative; /* Dropdown positioning context */
  }
  .navbar__menu a {
    display: block;
    padding: 8px 0; /* Reduce vertical padding for compact 37px height */
    text-decoration: none;
    color: inherit;
    font-size: inherit; /* Inherit fluid font-size from .navbar__menu */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2; /* Tighter line-height like production */
    white-space: nowrap; /* Prevent text wrapping */
  }
  .navbar__menu a:hover {
    color: #1e1c83;
  }
  .navbar__menu a:focus-visible {
    outline: 2px solid #1e1c83;
    outline-offset: 2px;
    border-radius: 2px;
  }
  .navbar__menu .current-menu-item > a {
    color: #1e1c83;
    font-weight: 600;
  }
  .navbar__menu {
    /* Dropdown indicator */
  }
  .navbar__menu .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    vertical-align: middle;
  }
  .navbar__menu {
    /* Sub-menu (dropdowns) */
  }
  .navbar__menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    z-index: 1000;
    /* Hidden by default (2025 pattern) */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .navbar__menu .sub-menu a {
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
  }
  .navbar__menu {
    /* Show dropdown on hover/focus */
  }
  .navbar__menu .menu-item-has-children:hover > .sub-menu,
  .navbar__menu .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* ===== MOBILE (<992px) ===== */
@media (max-width: 991px) {
  .navbar {
    padding: 1rem;
  }
  /* Mobile Bar */
  .navbar__mobile-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .navbar__mobile-left,
  .navbar__mobile-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  /* Mobile Panel */
  .navbar__mobile-panel {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-top: 2rem;
  }
  .navbar__mobile-panel[aria-hidden=false] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar__menu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar__menu a {
    padding: 1rem 0;
  }
  /* Hide desktop wrappers on mobile */
  .navbar__topbar,
  .navbar__mainbar {
    display: none !important;
  }
  /* Hide standalone items on mobile (they're in wrappers) */
  .navbar > [data-nav-item]:not(.navbar__hamburger) {
    display: none;
  }
}
/* ===== SHARED STYLES ===== */
.navbar__logo {
  margin-right: 16px; /* Add breathing room like production */
}
.navbar__logo img {
  height: 80px;
}
@media (max-width: 991px) {
  .navbar__logo img {
    height: 60px;
  }
}

.navbar__hamburger {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.navbar__hamburger span {
  width: 24px;
  height: 2px;
  background: currentColor;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar__hamburger[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.navbar__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.navbar__hamburger[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.navbar__cta,
.navbar__faq,
.navbar__all-on-4-quiz {
  padding: 4px var(--nav-button-padding-x); /* Fluid padding: 12px @ 992px → 16px @ 1400px */
  font-size: var(--nav-font-button); /* Fluid: 12px @ 992px → 14px @ 1400px */
  font-weight: 700; /* Match production's bold weight */
  text-decoration: none;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* Changed to inline-flex for better text centering */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertical center alignment */
  height: var(--nav-button-height); /* Fluid: 30px @ 992px → 35px @ 1400px */
  white-space: nowrap; /* Prevent text wrapping */
  margin-block: 2.5px; /* Add vertical breathing room to match other topbar elements */
}

.navbar__cta {
  background: #ED6F2D; /* Orange color */
  color: white;
  text-transform: uppercase; /* Uppercase text */
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.navbar__cta:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1e1c83), to(#34c99d));
  background: linear-gradient(to right, #1e1c83, #34c99d); /* Gradient: dark blue to teal */
  color: white; /* Keep white text */
}

.navbar__faq,
.navbar__all-on-4-quiz {
  background: #1e1c83; /* Dark blue background */
  color: white; /* White text */
  border: 2px solid #1e1c83; /* Dark blue border */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar__faq:hover,
.navbar__all-on-4-quiz:hover {
  background: white; /* White fill on hover */
  color: #1e1c83; /* Dark blue text on hover */
  border-color: #1e1c83; /* Keep dark blue border */
}

.navbar__phone,
.navbar__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--nav-gap-fluid-sm); /* Fluid: 8px @ 992px → 12px @ 1400px */
  text-decoration: none;
  color: #1e1c83; /* Teal color like production */
  font-family: "Montserrat", sans-serif; /* Match production */
  font-size: var(--nav-font-topbar); /* Fluid: 13px @ 992px → 14px @ 1400px */
  font-weight: 600; /* Semi-bold like production */
  white-space: nowrap; /* Prevent span text from wrapping */
}
.navbar__phone img,
.navbar__email img {
  width: 22px;
  height: 22px; /* Match production icon size */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Don't shrink icons */
}
.navbar__phone span,
.navbar__email span {
  white-space: nowrap; /* Prevent phone/email text from wrapping */
}
.navbar__phone:hover,
.navbar__email:hover {
  color: rgb(20.3773584906, 19.0188679245, 88.9811320755);
}

.navbar__viber,
.navbar__whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px; /* Match phone/email icon size */
  height: 22px; /* Match phone/email icon size */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Don't shrink */
  color: #34c99d; /* Teal color for messenger icons */
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.navbar__viber svg,
.navbar__whatsapp svg {
  width: 22px; /* Match phone/email icon size */
  height: 22px; /* Match phone/email icon size */
  fill: currentColor; /* Use the teal color */
  display: block; /* Remove extra spacing */
}
.navbar__viber:hover,
.navbar__whatsapp:hover {
  opacity: 0.7; /* Subtle light hover effect */
}

.navbar__rating .google-svg svg {
  width: 20px;
  height: 35px;
}
.navbar__rating .stars-svg svg {
  width: 111px;
  height: 18.5px;
}

.navbar__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.navbar__language a {
  padding: 4px 8px;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
}
.navbar__language a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.navbar__language a.current-lang {
  font-weight: 600;
  color: #1e1c83;
}

/* DUPLICATE REMOVED - Desktop menu styles moved inside @media (min-width: 992px) block above */
/* Accessibility */
@media (max-width: 991px) {
  body:has(.navbar__hamburger[aria-expanded=true]) {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/star-rating-with-share/_star-rating-with-share.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.star-rating-with-share__star-wrapper .post-ratings-loading {
  font-size: 0.75rem;
}

.star-rating-with-share__star-wrapper .post-ratings {
  font-size: 0.875rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Star Rating with Share Template Part Style ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.star-rating-with-share {
  overflow: hidden;
}
.star-rating-with-share__star-wrapper .post-ratings {
  font-weight: bold;
  color: #1e1c83;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .star-rating-with-share__star-wrapper .post-ratings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.star-rating-with-share__star-wrapper .post-ratings img:last-of-type {
  margin-right: 0.5rem;
}
.star-rating-with-share__star-wrapper .post-ratings .post-ratings-text {
  position: absolute;
  top: 100%;
}
.star-rating-with-share__star-wrapper .post-ratings-loading {
  position: absolute;
  top: 100%;
}
.star-rating-with-share__star-wrapper .post-ratings-loading img {
  margin-right: 1rem;
}
.star-rating-with-share .social-icons__item {
  margin-left: clamp(1rem, 0.95rem + 0.015625vw, 1.25rem);
}
.star-rating-with-share .social-icons__item:first-child {
  margin-left: 0 !important;
}
.star-rating-with-share .social-icons__item .social-link {
  border: none;
  background: #34c99d;
}
.star-rating-with-share .social-icons__item .social-link:hover, .star-rating-with-share .social-icons__item .social-link:focus {
  background-color: #1e1c83;
  border: none;
}
.star-rating-with-share .social-icons__item .social-link__icon {
  fill: #fff;
}
.star-rating-with-share .social-icons__item .social-link__icon--facebook {
  width: 2.26625rem;
  height: 2.26625rem;
}
.star-rating-with-share .social-icons__item .social-link__icon--twitter {
  width: 2.1875rem;
  height: 2.1875rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/footer/_footer-styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.main-footer__newsletter #mailerlite-2-field-email::-webkit-input-placeholder {
  font-size: 0.8125rem;
}
.main-footer__newsletter #mailerlite-2-field-email::-moz-placeholder {
  font-size: 0.8125rem;
}
.main-footer__newsletter #mailerlite-2-field-email:-ms-input-placeholder {
  font-size: 0.8125rem;
}
.main-footer__newsletter #mailerlite-2-field-email::-ms-input-placeholder {
  font-size: 0.8125rem;
}
.main-footer__newsletter #mailerlite-2-field-email::placeholder {
  font-size: 0.8125rem;
}

.main-footer__newsletter .mailerlite-subscribe-submit {
  font-size: 0.875rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
.main-footer__newsletter .mailerlite-subscribe-submit {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Footer Template Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.main-footer {
  overflow: hidden;
}
.main-footer__top-bar-wrapper {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.main-footer__top-bar-wrapper .row [class*=col-]:not(:last-of-type) .main-footer__content-wrapper::before {
  content: "";
  height: 0.0625rem;
  width: calc(100% + 2rem);
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  bottom: 0;
  left: -1rem;
}
@media (min-width: 992px) {
  .main-footer__top-bar-wrapper .row [class*=col-]:not(:last-of-type) .main-footer__content-wrapper::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-footer__top-bar-wrapper .row [class*=col-]:not(:last-of-type) .main-footer__content-wrapper::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 0.0625rem;
    left: calc(100% + 0.9375rem);
  }
}
@media (min-width: 576px) {
  .main-footer__top-bar-wrapper .row [class*=col-]:first-of-type .main-footer__content-wrapper::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    bottom: 0.0625rem;
    height: 100%;
    width: 0.0625rem;
    left: calc(100% + 0.9375rem);
  }
}
.main-footer__top-bar-wrapper .row [class*=col-]:nth-of-type(3) .main-footer__content-wrapper::before {
  height: 100%;
  width: 0.0625rem;
  left: calc(100% + 0.9375rem);
}
.main-footer__address::before, .main-footer__mail::before, .main-footer__phone::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-footer__address::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48dGl0bGU+cGlrdG9ncmFtb3Mgxb5lbcSXbGFwaW8gxb55bWVrbGlzPC90aXRsZT48cGF0aCBzdHlsZT0iZmlsbDojMzRjOTlkIiBkPSJNMTcyLjI2OCA1MDEuNjdDMjYuOTcgMjkxLjAzMSAwIDI2OS40MTMgMCAxOTIgMCA4NS45NjEgODUuOTYxIDAgMTkyIDBzMTkyIDg1Ljk2MSAxOTIgMTkyYzAgNzcuNDEzLTI2Ljk3IDk5LjAzMS0xNzIuMjY4IDMwOS42Ny05LjUzNSAxMy43NzQtMjkuOTMgMTMuNzczLTM5LjQ2NCAwek0xOTIgMjcyYzQ0LjE4MyAwIDgwLTM1LjgxNyA4MC04MHMtMzUuODE3LTgwLTgwLTgwLTgwIDM1LjgxNy04MCA4MCAzNS44MTcgODAgODAgODB6Ii8+PC9zdmc+);
  width: 0.875rem;
  height: 0.875rem;
  top: 0.3125rem;
  left: -0.3125rem;
}
.main-footer__mail::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48dGl0bGU+cGlrdG9ncmFtb3Mgdm9rYXM8L3RpdGxlPjxwYXRoIHN0eWxlPSJmaWxsOiMzNGM5OWQiIGQ9Ik01MDIuMyAxOTAuOGMzLjktMy4xIDkuNy0uMiA5LjcgNC43VjQwMGMwIDI2LjUtMjEuNSA0OC00OCA0OEg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWMTk1LjZjMC01IDUuNy03LjggOS43LTQuNyAyMi40IDE3LjQgNTIuMSAzOS41IDE1NC4xIDExMy42IDIxLjEgMTUuNCA1Ni43IDQ3LjggOTIuMiA0Ny42IDM1LjcuMyA3Mi0zMi44IDkyLjMtNDcuNiAxMDItNzQuMSAxMzEuNi05Ni4zIDE1NC0xMTMuN3pNMjU2IDMyMGMyMy4yLjQgNTYuNi0yOS4yIDczLjQtNDEuNCAxMzIuNy05Ni4zIDE0Mi44LTEwNC43IDE3My40LTEyOC43IDUuOC00LjUgOS4yLTExLjUgOS4yLTE4Ljl2LTE5YzAtMjYuNS0yMS41LTQ4LTQ4LTQ4SDQ4QzIxLjUgNjQgMCA4NS41IDAgMTEydjE5YzAgNy40IDMuNCAxNC4zIDkuMiAxOC45IDMwLjYgMjMuOSA0MC43IDMyLjQgMTczLjQgMTI4LjcgMTYuOCAxMi4yIDUwLjIgNDEuOCA3My40IDQxLjR6Ii8+PC9zdmc+);
  width: 0.875rem;
  height: 0.875rem;
  top: 0.3125rem;
  left: -0.3125rem;
}
.main-footer__phone::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48dGl0bGU+dGVsZWZvbm8gcGlrdG9ncmFtYTwvdGl0bGU+PHBhdGggc3R5bGU9ImZpbGw6IzM0Yzk5ZCIgZD0iTTQ5Ny4zOSAzNjEuOGwtMTEyLTQ4YTI0IDI0IDAgMCAwLTI4IDYuOWwtNDkuNiA2MC42QTM3MC42NiAzNzAuNjYgMCAwIDEgMTMwLjYgMjA0LjExbDYwLjYtNDkuNmEyMy45NCAyMy45NCAwIDAgMCA2LjktMjhsLTQ4LTExMkEyNC4xNiAyNC4xNiAwIDAgMCAxMjIuNi42MWwtMTA0IDI0QTI0IDI0IDAgMCAwIDAgNDhjMCAyNTYuNSAyMDcuOSA0NjQgNDY0IDQ2NGEyNCAyNCAwIDAgMCAyMy40LTE4LjZsMjQtMTA0YTI0LjI5IDI0LjI5IDAgMCAwLTE0LjAxLTI3LjZ6Ii8+PC9zdmc+);
  width: 0.875rem;
  height: 0.875rem;
  top: 0.3125rem;
  left: -0.3125rem;
}
.main-footer__mail:hover, .main-footer__mail:focus, .main-footer__phone:hover, .main-footer__phone:focus {
  color: #34c99d;
}
.main-footer__navigation .menu-item:not(:first-of-type), .main-footer__legal-navigation .menu-item:not(:first-of-type) {
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
}
.main-footer__navigation .menu-item:hover, .main-footer__navigation .menu-item:focus, .main-footer__legal-navigation .menu-item:hover, .main-footer__legal-navigation .menu-item:focus {
  color: #34c99d;
}
.main-footer__navigation .menu-item.current_page_item, .main-footer__legal-navigation .menu-item.current_page_item {
  color: #34c99d;
  font-weight: 700;
}
.main-footer__newsletter .mailerlite-form {
  margin-top: clamp(1.5rem, 1.4rem + 0.03125vw, 2rem);
}
.main-footer__newsletter .mailerlite-form-field {
  margin-bottom: 5px;
}
.main-footer__newsletter .mailerlite-form-field label {
  font-size: 0;
}
.main-footer__newsletter .mailerlite-subscribe-button-container {
  text-align: left;
}
.main-footer__newsletter #mailerlite-2-field-email,
.main-footer__newsletter .mailerlite-subscribe-submit {
  border: none;
  width: 100%;
  padding: 2px 10px;
}
@media (min-width: 576px) {
  .main-footer__newsletter #mailerlite-2-field-email,
  .main-footer__newsletter .mailerlite-subscribe-submit {
    max-width: 11.25rem;
  }
}
.main-footer__newsletter #mailerlite-2-field-email::-webkit-input-placeholder {
  color: #1b1a49;
}
.main-footer__newsletter #mailerlite-2-field-email::-moz-placeholder {
  color: #1b1a49;
}
.main-footer__newsletter #mailerlite-2-field-email:-ms-input-placeholder {
  color: #1b1a49;
}
.main-footer__newsletter #mailerlite-2-field-email::-ms-input-placeholder {
  color: #1b1a49;
}
.main-footer__newsletter #mailerlite-2-field-email::placeholder {
  color: #1b1a49;
}
.main-footer__newsletter .mailerlite-subscribe-submit {
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  color: #fff;
  background-color: #34c99d;
}
.main-footer__newsletter .mailerlite-subscribe-submit:hover, .main-footer__newsletter .mailerlite-subscribe-submit:focus {
  background-color: #fff;
  color: #1c1b4b;
}
.main-footer__newsletter .mailerlite-subscribe-submit:hover::after, .main-footer__newsletter .mailerlite-subscribe-submit:focus::after {
  border-color: #34c99d;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/main-tag/_main-tag-styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Main Tag Template Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
  overflow: hidden;
  padding-top: 4.75rem;
}
@media (min-width: 992px) {
  #main {
    padding-top: 7.5rem;
  }
}
@media (min-width: 1200px) {
  #main {
    padding-top: 8.5rem;
  }
}
.admin-bar #main {
  padding-top: 7.625rem;
}
@media screen and (min-width: 48.9375rem) {
  .admin-bar #main {
    padding-top: 6.75rem;
  }
}
@media (min-width: 992px) {
  .admin-bar #main {
    padding-top: 9.5rem;
  }
}
@media (min-width: 1200px) {
  .admin-bar #main {
    padding-top: 10.5rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/contactform/_contactform-popup.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Contact Form Popup Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/**
 * Global popup overlay for contact form
 * Triggered by .openglobalformpopup buttons/links
 * Uses Contact Form 7 plugin
 */
.overlay-form-global {
  overflow: scroll !important;
  height: 100% !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.popup-form-global {
  position: fixed;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ED6F2D;
  color: #FFFFFF !important;
  padding: 20px;
  z-index: 9999;
  width: 80%;
  max-width: 700px;
  margin-top: 20px;
}
.popup-form-global form {
  margin-top: 15px;
}

.popup-close {
  position: absolute;
  top: -25px;
  right: 10px;
  cursor: pointer;
  font-size: 47px;
  color: #FFFFFF;
}

.overlay-form-global .ginput_container_fileupload {
  width: 100%;
}
.overlay-form-global .ginput_container_fileupload .upload-btn-wrapper span:not(:first-of-type),
.overlay-form-global .ginput_container_fileupload .upload-btn-wrapper button:not(:first-of-type) {
  display: none !important;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/list-styles/_list-styles.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.list-styles__number ul li::before,
.gutenberg-entry-content .list-styles__number ul li::before,
.entry-content .list-styles__number ul li::before {
  font-size: clamp(1.0625rem, 1.05rem + 0.00390625vw, 1.125rem);
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
.list-styles__number ul li::before,
.gutenberg-entry-content .list-styles__number ul li::before,
.entry-content .list-styles__number ul li::before {
  letter-spacing: clamp(0.002em, 0.0004em + 0.0005vw, 0.01em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ List Styles Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.list-styles ul,
.gutenberg-entry-content .list-styles ul,
.entry-content .list-styles ul {
  list-style: none;
  line-height: 1.3;
  margin-left: 0 !important;
  margin-top: 1rem !important;
  margin-top: 1.125rem !important;
  margin-top: 1.25rem !important;
  margin-top: 1.375rem !important;
  margin-top: 1.5rem !important;
}
.list-styles ul li,
.gutenberg-entry-content .list-styles ul li,
.entry-content .list-styles ul li {
  position: relative;
  padding-left: clamp(1rem, 0.95rem + 0.015625vw, 1.25rem);
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
}
.list-styles ul li:first-child,
.gutenberg-entry-content .list-styles ul li:first-child,
.entry-content .list-styles ul li:first-child {
  margin-top: 0;
}
.list-styles ul li::before,
.gutenberg-entry-content .list-styles ul li::before,
.entry-content .list-styles ul li::before {
  content: "";
  position: absolute;
  left: 0;
}
.list-styles ul ul,
.gutenberg-entry-content .list-styles ul ul,
.entry-content .list-styles ul ul {
  margin-left: 0.5rem !important;
  margin-left: 0.625rem !important;
  margin-left: 0.75rem !important;
  margin-left: 0.875rem !important;
  margin-left: 1rem !important;
}
.list-styles__square--primary-color ul li::before, .list-styles__circle--primary-color ul li::before,
.gutenberg-entry-content .list-styles__square--primary-color ul li::before,
.gutenberg-entry-content .list-styles__circle--primary-color ul li::before,
.entry-content .list-styles__square--primary-color ul li::before,
.entry-content .list-styles__circle--primary-color ul li::before {
  background-color: #1e1c83;
}
.list-styles__square--secondary-color ul li::before, .list-styles__circle--secondary-color ul li::before,
.gutenberg-entry-content .list-styles__square--secondary-color ul li::before,
.gutenberg-entry-content .list-styles__circle--secondary-color ul li::before,
.entry-content .list-styles__square--secondary-color ul li::before,
.entry-content .list-styles__circle--secondary-color ul li::before {
  background-color: #34c99d;
}
.list-styles__square--black-color ul li::before, .list-styles__circle--black-color ul li::before,
.gutenberg-entry-content .list-styles__square--black-color ul li::before,
.gutenberg-entry-content .list-styles__circle--black-color ul li::before,
.entry-content .list-styles__square--black-color ul li::before,
.entry-content .list-styles__circle--black-color ul li::before {
  background-color: #000;
}
.list-styles__square--white-color ul li::before, .list-styles__circle--white-color ul li::before,
.gutenberg-entry-content .list-styles__square--white-color ul li::before,
.gutenberg-entry-content .list-styles__circle--white-color ul li::before,
.entry-content .list-styles__square--white-color ul li::before,
.entry-content .list-styles__circle--white-color ul li::before {
  background-color: #fff;
}
.list-styles__square--red-color ul li::before, .list-styles__circle--red-color ul li::before,
.gutenberg-entry-content .list-styles__square--red-color ul li::before,
.gutenberg-entry-content .list-styles__circle--red-color ul li::before,
.entry-content .list-styles__square--red-color ul li::before,
.entry-content .list-styles__circle--red-color ul li::before {
  background-color: #e23f3f;
}
.list-styles__square ul li::before, .list-styles__circle ul li::before,
.gutenberg-entry-content .list-styles__square ul li::before,
.gutenberg-entry-content .list-styles__circle ul li::before,
.entry-content .list-styles__square ul li::before,
.entry-content .list-styles__circle ul li::before {
  height: 0.625rem;
  width: 0.625rem;
  top: 0.3125em;
}
.list-styles__circle ul li::before,
.gutenberg-entry-content .list-styles__circle ul li::before,
.entry-content .list-styles__circle ul li::before {
  border-radius: 10rem;
}
.list-styles__play ul li,
.gutenberg-entry-content .list-styles__play ul li,
.entry-content .list-styles__play ul li {
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
  padding-left: clamp(1.75rem, 1.725rem + 0.0078125vw, 1.875rem);
}
.list-styles__play ul li::before,
.gutenberg-entry-content .list-styles__play ul li::before,
.entry-content .list-styles__play ul li::before {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(0.6125em - 0.6125rem);
}
.list-styles__play--primary-color ul li::before,
.gutenberg-entry-content .list-styles__play--primary-color ul li::before,
.entry-content .list-styles__play--primary-color ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OTYgNDk2IiB2aWV3Qm94PSIwIDAgNDk2IDQ5NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGlrdG9ncmFtYSDFvmFpc3RpIMW+YWxpYTwvdGl0bGU+PHBhdGggZD0ibTI0OCAwYy0xMzcgMC0yNDggMTExLTI0OCAyNDhzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OC0xMTEtMjQ4LTI0OC0yNDh6bTExNS43IDI3Mi0xNzYgMTAxYy0xNS44IDguOC0zNS43LTIuNS0zNS43LTIxdi0yMDhjMC0xOC40IDE5LjgtMjkuOCAzNS43LTIxbDE3NiAxMDdjMTYuNCA5LjIgMTYuNCAzMi45IDAgNDJ6IiBmaWxsPSIjMWUxYzgzIi8+PC9zdmc+);
}
.list-styles__play--secondary-color ul li::before,
.gutenberg-entry-content .list-styles__play--secondary-color ul li::before,
.entry-content .list-styles__play--secondary-color ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OTYgNDk2IiB2aWV3Qm94PSIwIDAgNDk2IDQ5NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGlrdG9ncmFtYSDFvmFpc3RpIG3El2x5bmE8L3RpdGxlPjxwYXRoIGQ9Im0yNDggMGMtMTM3IDAtMjQ4IDExMS0yNDggMjQ4czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDgtMTExLTI0OC0yNDgtMjQ4em0xMTUuNyAyNzItMTc2IDEwMWMtMTUuOCA4LjgtMzUuNy0yLjUtMzUuNy0yMXYtMjA4YzAtMTguNCAxOS44LTI5LjggMzUuNy0yMWwxNzYgMTA3YzE2LjQgOS4yIDE2LjQgMzIuOSAwIDQyeiIgZmlsbD0iIzM0Yzk5ZCIvPjwvc3ZnPg==);
}
.list-styles__play--black-color ul li::before,
.gutenberg-entry-content .list-styles__play--black-color ul li::before,
.entry-content .list-styles__play--black-color ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OTYgNDk2IiB2aWV3Qm94PSIwIDAgNDk2IDQ5NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGlrdG9ncmFtYSDFvmFpc3RpIGp1b2RhPC90aXRsZT48cGF0aCBkPSJtMjQ4IDBjLTEzNyAwLTI0OCAxMTEtMjQ4IDI0OHMxMTEgMjQ4IDI0OCAyNDggMjQ4LTExMSAyNDgtMjQ4LTExMS0yNDgtMjQ4LTI0OHptMTE1LjcgMjcyLTE3NiAxMDFjLTE1LjggOC44LTM1LjctMi41LTM1LjctMjF2LTIwOGMwLTE4LjQgMTkuOC0yOS44IDM1LjctMjFsMTc2IDEwN2MxNi40IDkuMiAxNi40IDMyLjkgMCA0MnoiLz48L3N2Zz4=);
}
.list-styles__play--white-color ul li::before,
.gutenberg-entry-content .list-styles__play--white-color ul li::before,
.entry-content .list-styles__play--white-color ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OTYgNDk2IiB2aWV3Qm94PSIwIDAgNDk2IDQ5NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGlrdG9ncmFtYSDFvmFpc3RpIGJhbHRhPC90aXRsZT48cGF0aCBkPSJtMjQ4IDBjLTEzNyAwLTI0OCAxMTEtMjQ4IDI0OHMxMTEgMjQ4IDI0OCAyNDggMjQ4LTExMSAyNDgtMjQ4LTExMS0yNDgtMjQ4LTI0OHptMTE1LjcgMjcyLTE3NiAxMDFjLTE1LjggOC44LTM1LjctMi41LTM1LjctMjF2LTIwOGMwLTE4LjQgMTkuOC0yOS44IDM1LjctMjFsMTc2IDEwN2MxNi40IDkuMiAxNi40IDMyLjkgMCA0MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.list-styles__play--red-color ul li::before,
.gutenberg-entry-content .list-styles__play--red-color ul li::before,
.entry-content .list-styles__play--red-color ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OTYgNDk2IiB2aWV3Qm94PSIwIDAgNDk2IDQ5NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGlrdG9ncmFtYSDFvmFpc3RpIHJhdWRvbmE8L3RpdGxlPjxwYXRoIGQ9Im0yNDggMGMtMTM3IDAtMjQ4IDExMS0yNDggMjQ4czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDgtMTExLTI0OC0yNDgtMjQ4em0xMTUuNyAyNzItMTc2IDEwMWMtMTUuOCA4LjgtMzUuNy0yLjUtMzUuNy0yMXYtMjA4YzAtMTguNCAxOS44LTI5LjggMzUuNy0yMWwxNzYgMTA3YzE2LjQgOS4yIDE2LjQgMzIuOSAwIDQyeiIgZmlsbD0iI2UyM2YzZiIvPjwvc3ZnPgo=);
}
.list-styles__number ul,
.gutenberg-entry-content .list-styles__number ul,
.entry-content .list-styles__number ul {
  counter-reset: item;
}
.list-styles__number ul li,
.gutenberg-entry-content .list-styles__number ul li,
.entry-content .list-styles__number ul li {
  counter-increment: item;
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
  padding-left: clamp(1.75rem, 1.725rem + 0.0078125vw, 1.875rem);
}
.list-styles__number ul li::before,
.gutenberg-entry-content .list-styles__number ul li::before,
.entry-content .list-styles__number ul li::before {
  content: counter(item, decimal-leading-zero) ".";
  font-weight: 700;
  margin-top: -0.125em;
}
.list-styles__number--primary-color ul li::before,
.gutenberg-entry-content .list-styles__number--primary-color ul li::before,
.entry-content .list-styles__number--primary-color ul li::before {
  color: #1e1c83;
}
.list-styles__number--secondary-color ul li::before,
.gutenberg-entry-content .list-styles__number--secondary-color ul li::before,
.entry-content .list-styles__number--secondary-color ul li::before {
  color: #34c99d;
}
.list-styles__number--black-color ul li::before,
.gutenberg-entry-content .list-styles__number--black-color ul li::before,
.entry-content .list-styles__number--black-color ul li::before {
  color: #000;
}
.list-styles__number--white-color ul li::before,
.gutenberg-entry-content .list-styles__number--white-color ul li::before,
.entry-content .list-styles__number--white-color ul li::before {
  color: #fff;
}
.list-styles__number--red-color ul li::before,
.gutenberg-entry-content .list-styles__number--red-color ul li::before,
.entry-content .list-styles__number--red-color ul li::before {
  color: #e23f3f;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/entry-content/_entry-content-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
#tinymce a.button-catalog,
.entry-content a.button-catalog {
  font-size: clamp(1.25rem, 1.2rem + 0.015625vw, 1.5rem);
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
#tinymce a:not([class*=-button]),
.entry-content a:not([class*=-button]) {
  letter-spacing: clamp(0.002em, 0.0004em + 0.0005vw, 0.01em);
}

#tinymce ul li,
#tinymce ol li,
.entry-content ul li,
.entry-content ol li, #tinymce p,
.entry-content p {
  letter-spacing: clamp(0.005em, 0.001em + 0.00125vw, 0.025em);
}

#tinymce a.button-catalog,
.entry-content a.button-catalog {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Entry Content Template Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tinymce {
  height: auto;
  padding: 1.5rem !important;
}

#tinymce,
.entry-content {
  /* ~~~~~~~~~~ First element fix ~~~~~~~~~~ */
}
#tinymce .first-element-fix + *, #tinymce .first-element-fix + p > a > img, #tinymce .first-element-fix + p > img, #tinymce .first-element-fix + div > ul, #tinymce .first-element-fix + div > ul > li:first-of-type, #tinymce .first-element-fix + .lead,
.entry-content .first-element-fix + *,
.entry-content .first-element-fix + p > a > img,
.entry-content .first-element-fix + p > img,
.entry-content .first-element-fix + div > ul,
.entry-content .first-element-fix + div > ul > li:first-of-type,
.entry-content .first-element-fix + .lead {
  margin-top: 0 !important;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Last element fix ~~~~~~~~~~ */
}
#tinymce *:last-child,
.entry-content *:last-child {
  margin-bottom: 0;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Headlines ~~~~~~~~~~ */
}
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 2rem !important;
  margin-top: 2.25rem !important;
  margin-top: 2.5rem !important;
  margin-top: 2.75rem !important;
  margin-top: 3rem !important;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Text elements ~~~~~~~~~~ */
}
#tinymce p,
.entry-content p {
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
}
#tinymce p > a[class*=-button],
.entry-content p > a[class*=-button] {
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
}
#tinymce a:not([class*=-button]),
.entry-content a:not([class*=-button]) {
  color: #34c99d;
  border-bottom: none;
  text-decoration: none;
  font-weight: 600;
}
#tinymce a:not([class*=-button]):hover, #tinymce a:not([class*=-button]):focus,
.entry-content a:not([class*=-button]):hover,
.entry-content a:not([class*=-button]):focus {
  color: #1e1c83 !important;
}
#tinymce a:not([class*=-button])[href*=http],
.entry-content a:not([class*=-button])[href*=http] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ ul, ol lists ~~~~~~~~~~ */
}
#tinymce ul,
.entry-content ul {
  list-style-type: disc;
}
#tinymce ol,
.entry-content ol {
  list-style-type: decimal;
}
#tinymce ul,
#tinymce ol,
.entry-content ul,
.entry-content ol {
  list-style-position: outside;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-top: 2rem !important;
  margin-left: 1rem !important;
  margin-left: 1.125rem !important;
  margin-left: 1.25rem !important;
  margin-left: 1.375rem !important;
  margin-left: 1.5rem !important;
}
#tinymce ul ul,
#tinymce ul ol,
#tinymce ol ul,
#tinymce ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  list-style-position: outside;
  margin-right: 0;
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  margin-bottom: 1.125rem !important;
  margin-bottom: 1.25rem !important;
  margin-bottom: 1.375rem !important;
  margin-bottom: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-left: 0.625rem !important;
  margin-left: 0.75rem !important;
  margin-left: 0.875rem !important;
  margin-left: 1rem !important;
}
#tinymce ul ul,
#tinymce ol ul,
.entry-content ul ul,
.entry-content ol ul {
  list-style-type: circle;
}
#tinymce ul ol,
#tinymce ol ol,
.entry-content ul ol,
.entry-content ol ol {
  list-style-type: lower-latin;
}
#tinymce ul li,
#tinymce ol li,
.entry-content ul li,
.entry-content ol li {
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
}
#tinymce ul li:first-child,
#tinymce ol li:first-child,
.entry-content ul li:first-child,
.entry-content ol li:first-child {
  margin-top: 0;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Panel ~~~~~~~~~~ */
}
#tinymce .panel--outline,
.entry-content .panel--outline {
  border: 0.125rem solid #d4d4d4;
}
#tinymce .panel--full-background,
.entry-content .panel--full-background {
  background: #1e1c83;
  color: #fff;
}
#tinymce .panel--full-background h1,
#tinymce .panel--full-background h2,
#tinymce .panel--full-background h3,
#tinymce .panel--full-background h4,
#tinymce .panel--full-background h5,
#tinymce .panel--full-background h6,
.entry-content .panel--full-background h1,
.entry-content .panel--full-background h2,
.entry-content .panel--full-background h3,
.entry-content .panel--full-background h4,
.entry-content .panel--full-background h5,
.entry-content .panel--full-background h6 {
  color: #fff;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Images ~~~~~~~~~~ */
}
#tinymce img,
#tinymce .wp-caption,
.entry-content img,
.entry-content .wp-caption {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: clamp(2rem, 1.8rem + 0.0625vw, 3rem);
}
#tinymce img.add-margin-bottom,
#tinymce .wp-caption.add-margin-bottom,
.entry-content img.add-margin-bottom,
.entry-content .wp-caption.add-margin-bottom {
  margin-bottom: 2rem !important;
  margin-bottom: 2.25rem !important;
  margin-bottom: 2.5rem !important;
  margin-bottom: 2.75rem !important;
  margin-bottom: 3rem !important;
}
#tinymce img.alignleft,
#tinymce .wp-caption.alignleft,
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  float: left;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: clamp(1rem, 0.9rem + 0.03125vw, 1.5rem);
  margin-bottom: clamp(0.5rem, 0.4rem + 0.03125vw, 1rem);
}
#tinymce img.alignright,
#tinymce .wp-caption.alignright,
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  float: right;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: clamp(1rem, 0.9rem + 0.03125vw, 1.5rem);
  margin-bottom: clamp(0.5rem, 0.4rem + 0.03125vw, 1rem);
}
#tinymce img.aligncenter,
#tinymce .wp-caption.aligncenter,
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter {
  width: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  #tinymce img.aligncenter,
  #tinymce .wp-caption.aligncenter,
  .entry-content img.aligncenter,
  .entry-content .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
#tinymce img .wp-caption-text,
#tinymce .wp-caption .wp-caption-text,
.entry-content img .wp-caption-text,
.entry-content .wp-caption .wp-caption-text {
  text-align: center;
  font-style: italic !important;
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
  font-size: clamp(0.8125rem, 0.8rem + 0.00390625vw, 0.875rem);
}
#tinymce .wp-caption,
#tinymce .gallery-caption,
.entry-content .wp-caption,
.entry-content .gallery-caption {
  display: inline-block;
  margin-bottom: 0;
}
#tinymce .wp-caption img,
#tinymce .gallery-caption img,
.entry-content .wp-caption img,
.entry-content .gallery-caption img {
  margin: 0;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ iFrame ~~~~~~~~~~ */
}
#tinymce iframe,
.entry-content iframe {
  width: 100%;
  margin-top: 1rem !important;
  margin-top: 1.125rem !important;
  margin-top: 1.25rem !important;
  margin-top: 1.375rem !important;
  margin-top: 1.5rem !important;
  height: clamp(12.5rem, 9.9rem + 0.8125vw, 25.5rem);
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Gallery ~~~~~~~~~~ */
}
#tinymce .gallery,
.entry-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5rem -0.3125rem 0 !important;
}
#tinymce .gallery.gallery-columns-2 .gallery-item,
.entry-content .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 0.625rem) !important;
}
#tinymce .gallery.gallery-columns-3 .gallery-item,
.entry-content .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
#tinymce .gallery.gallery-columns-4 .gallery-item,
.entry-content .gallery.gallery-columns-4 .gallery-item {
  width: calc(50% - 0.625rem) !important;
}
@media (min-width: 576px) {
  #tinymce .gallery.gallery-columns-4 .gallery-item,
  .entry-content .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 0.625rem) !important;
  }
}
#tinymce .gallery.gallery-columns-5 .gallery-item,
.entry-content .gallery.gallery-columns-5 .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  #tinymce .gallery.gallery-columns-5 .gallery-item,
  .entry-content .gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 0.625rem) !important;
  }
}
#tinymce .gallery.gallery-columns-6 .gallery-item,
.entry-content .gallery.gallery-columns-6 .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  #tinymce .gallery.gallery-columns-6 .gallery-item,
  .entry-content .gallery.gallery-columns-6 .gallery-item {
    width: calc(25% - 0.625rem) !important;
  }
}
@media (min-width: 768px) {
  #tinymce .gallery.gallery-columns-6 .gallery-item,
  .entry-content .gallery.gallery-columns-6 .gallery-item {
    width: calc(16.66% - 0.625rem) !important;
  }
}
#tinymce .gallery.gallery-columns-7 .gallery-item,
.entry-content .gallery.gallery-columns-7 .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  #tinymce .gallery.gallery-columns-7 .gallery-item,
  .entry-content .gallery.gallery-columns-7 .gallery-item {
    width: calc(25% - 0.625rem) !important;
  }
}
@media (min-width: 768px) {
  #tinymce .gallery.gallery-columns-7 .gallery-item,
  .entry-content .gallery.gallery-columns-7 .gallery-item {
    width: calc(14.28% - 0.625rem) !important;
  }
}
#tinymce .gallery.gallery-columns-8 .gallery-item,
.entry-content .gallery.gallery-columns-8 .gallery-item {
  width: calc(25% - 0.625rem) !important;
}
@media (min-width: 768px) {
  #tinymce .gallery.gallery-columns-8 .gallery-item,
  .entry-content .gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 0.625rem) !important;
  }
}
#tinymce .gallery.gallery-columns-9 .gallery-item,
.entry-content .gallery.gallery-columns-9 .gallery-item {
  width: calc(25% - 0.625rem) !important;
}
@media (min-width: 768px) {
  #tinymce .gallery.gallery-columns-9 .gallery-item,
  .entry-content .gallery.gallery-columns-9 .gallery-item {
    width: calc(11.1% - 0.625rem) !important;
  }
}
#tinymce .gallery .gallery-item,
.entry-content .gallery .gallery-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.3125rem;
}
#tinymce .gallery .gallery-item .gallery-icon,
.entry-content .gallery .gallery-item .gallery-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#tinymce .gallery .gallery-item .gallery-icon a img,
.entry-content .gallery .gallery-item .gallery-icon a img {
  border: none !important;
  margin: 0;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Preformatted ~~~~~~~~~~ */
}
#tinymce pre,
.entry-content pre {
  background: #3A3A3A;
  border-radius: 0.25rem;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  margin-top: 1rem !important;
  margin-top: 1.125rem !important;
  margin-top: 1.25rem !important;
  margin-top: 1.375rem !important;
  margin-top: 1.5rem !important;
  padding: 0.5rem !important;
  padding: 0.625rem !important;
  padding: 0.75rem !important;
  padding: 0.875rem !important;
  padding: 1rem !important;
}
#tinymce code,
.entry-content code {
  background: #f4f4f9;
  border: 0.0625rem solid #d3d3e7;
  font-style: italic;
  color: #ce375c;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~ Figure ~~~~~~~~~~ */
}
#tinymce figure,
.entry-content figure {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
#tinymce figure img,
.entry-content figure img {
  margin: 0 !important;
}
#tinymce figure figcaption,
.entry-content figure figcaption {
  font-style: italic;
  opacity: 0.9;
  font-size: 0.9em;
  text-align: left;
  margin-top: 0.25rem !important;
  margin-top: 0.3125rem !important;
  margin-top: 0.375rem !important;
  margin-top: 0.4375rem !important;
  margin-top: 0.5rem !important;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~ Custom link ~~~~~~~~~~ */
}
#tinymce a.link-phone,
#tinymce a.link-email,
.entry-content a.link-phone,
.entry-content a.link-email {
  color: #fff !important;
  border-bottom: 0.0625rem solid transparent !important;
  position: relative;
  margin-left: 1.5rem;
}
#tinymce a.link-phone:hover, #tinymce a.link-phone:focus,
#tinymce a.link-email:hover,
#tinymce a.link-email:focus,
.entry-content a.link-phone:hover,
.entry-content a.link-phone:focus,
.entry-content a.link-email:hover,
.entry-content a.link-email:focus {
  color: #fff !important;
  border-bottom-color: #fff !important;
}
#tinymce a.link-phone::before,
#tinymce a.link-email::before,
.entry-content a.link-phone::before,
.entry-content a.link-email::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  width: 0.875rem;
  height: 0.875rem;
  top: calc(50% - 0.4375rem);
}
#tinymce a.link-phone::before,
.entry-content a.link-phone::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+CiAgPHRpdGxlPnBpa3RvZ3JhbWEgdGVsZWZvbmFzIGJhbHRhczwvdGl0bGU+CiAgPHBhdGggZD0iTTQ5Ny4zOSwzNjEuOGwtMTEyLTQ4YTI0LDI0LDAsMCwwLTI4LDYuOWwtNDkuNiw2MC42QTM3MC42NiwzNzAuNjYsMCwwLDEsMTMwLjYsMjA0LjExbDYwLjYtNDkuNmEyNCwyNCwwLDAsMCw2LjktMjhsLTQ4LTExMkEyNC4xNiwyNC4xNiwwLDAsMCwxMjIuNi42MWwtMTA0LDI0QTI0LDI0LDAsMCwwLDAsNDhDMCwzMDQuNSwyMDcuOSw1MTIsNDY0LDUxMmEyNCwyNCwwLDAsMCwyMy40LTE4LjZsMjQtMTA0YTI0LjI4LDI0LjI4LDAsMCwwLTE0LTI3LjZaIiBzdHlsZT0iZmlsbDogI2ZmZiIvPgo8L3N2Zz4K);
}
#tinymce a.link-email::before,
.entry-content a.link-email::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iMzg0IiB2aWV3Qm94PSIwIDAgNTEyIDM4NCI+CiAgPHRpdGxlPnBpa3RvZ3JhbWEgcGHFoXRhcyBiYWx0YXM8L3RpdGxlPgogIDxwYXRoIGQ9Ik00NjQsMEg0OEE0OCw0OCwwLDAsMCwwLDQ4VjMzNmE0OCw0OCwwLDAsMCw0OCw0OEg0NjRhNDgsNDgsMCwwLDAsNDgtNDhWNDhBNDgsNDgsMCwwLDAsNDY0LDBaTTQ4LDMySDQ2NGExNiwxNiwwLDAsMSwxNiwxNlY4OS40Yy0yMS45LDE4LjUtNTMuMiw0NC0xNTAuNiwxMjEuMy0xNi45LDEzLjQtNTAuMiw0NS43LTczLjQsNDUuMy0yMy4yLjQtNTYuNi0zMS45LTczLjQtNDUuM0M4NS4yLDEzMy40LDUzLjksMTA3LjksMzIsODkuNFY0OEExNiwxNiwwLDAsMSw0OCwzMlpNNDY0LDM1Mkg0OGExNiwxNiwwLDAsMS0xNi0xNlYxMzFjMjIuOCwxOC43LDU4LjgsNDcuNiwxMzAuNywxMDQuNywyMC41LDE2LjQsNTYuNyw1Mi41LDkzLjMsNTIuMywzNi40LjMsNzIuMy0zNS41LDkzLjMtNTIuMyw3MS45LTU3LjEsMTA3LjktODYsMTMwLjctMTA0LjdWMzM2QTE2LDE2LDAsMCwxLDQ2NCwzNTJaIiBzdHlsZT0iZmlsbDogI2ZmZiIvPgo8L3N2Zz4K);
}
#tinymce a.button-catalog,
.entry-content a.button-catalog {
  position: relative;
  font-weight: 800;
  color: #34c99d !important;
  display: inline-block;
  padding-left: 3rem !important;
  padding-left: 3.5rem !important;
  padding-left: 4rem !important;
  padding-left: 4.5rem !important;
  padding-left: 5rem !important;
  margin-top: 1rem !important;
  margin-top: 1.125rem !important;
  margin-top: 1.25rem !important;
  margin-top: 1.375rem !important;
  margin-top: 1.5rem !important;
}
#tinymce a.button-catalog:hover, #tinymce a.button-catalog:focus,
.entry-content a.button-catalog:hover,
.entry-content a.button-catalog:focus {
  color: #1e1c83 !important;
}
#tinymce a.button-catalog::before,
.entry-content a.button-catalog::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABECAYAAADUZvakAAAC2UlEQVRoge1b7XHbMAxFchlAG1jdwJ2g8gRtJ4i7QT1B4wmcv/2VZgMv0LNHUCeoOkG0QXu8A30IDOqDgSiR5bvTJaJpki8kAfCBudn8/P4CAAXEjT0APEgMbhMgZ/ANALbSB3fk9x0A1OT9AABrAPgBAM/Tj9EbTwBQAsA9jvUVKEFD7kzeW/z5h5UvDc84gyJuFzxwFdwF6CMUzHY6sb7alAgaY1nxwpQINsQYrqxVTY2g9YWVJZiNjALM5v/U0cyR+V9VhCB4kDY/gXHQ7xT6KckSXdnCJezBUrGdK4cfcg+agPiGPPsAfdYpGZkz+wOa533yVjQTjB0aBI31MqrAX8fT5SIsXN99GWFlK+n7WgSHqAJtz7uE4o1upND2g1wVoOCH5seeCIYfffpQY/+A0ZMJMNQdPVcF+qCpFLRSe9nIxA7tJXoQjAlg2Z7tuRLra8mWVLK4tKlNcN3x2S9GcNtzjBqLySSLM+qRLnO+HjBLLmPTjDgrtkLdWmsGv3R8dhrg7DcKY6ildrIVjR2p66JBhd8VG8Cqo64PJGU76AxuXSmuKRFiD/adGo5K/VDJ4mJNQ8zg5wB9OJHdROxIyU1YyeIV8gxGhEa4LKEWbC8BjXRXJlvR2OGzRE1Q+3VG3o+O6KgUlqhXsL3tungTCNK9NDE/6EPQxI4fZyTnil2pZFFYfciHYKMkMWiDShaVPTplI+PAkIzRVBgl9/samacZCe7QknJQyeKiz/oQHJL2mhKNo201yeKIp+YYkNRtQ5oftGhSIqiWH6x6cvJjHhuRmCjkN9tDJyyzOY8H7HeUBfchOCSZMhQfsF6JDx18RcoB6xY9Gawr+CxRe7Ndg6Rt64wJHGohN0jOLrsdkr66Wd8FXzch+aG3gg+c76fa59plPvDGjkwwdmSCseO/OvDyCME6cp6ZXRruhxI8OOrMkpn1gPg/jmaJzn2A1YCJrK5DOAD4B5LFm5LfLxufAAAAAElFTkSuQmCC);
  z-index: 1;
  width: 0.875rem;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75;
  height: 0.75;
}
#tinymce,
.entry-content {
  /* ~~~~~~~~~~ Table ~~~~~~~~~~ */
}
#tinymce table,
.entry-content table {
  border: 0.0625rem solid #E5E5E5;
  margin-top: 2rem !important;
  margin-top: 2.25rem !important;
  margin-top: 2.5rem !important;
  margin-top: 2.75rem !important;
  margin-top: 3rem !important;
}
#tinymce table tr,
.entry-content table tr {
  border-bottom: 0.0625rem solid #E5E5E5;
}
#tinymce table tr:last-child,
.entry-content table tr:last-child {
  border: 0;
}
#tinymce table td,
#tinymce table th,
.entry-content table td,
.entry-content table th {
  border-right: 0.0625rem solid #E5E5E5;
  padding: 1rem;
  min-width: 5rem;
  vertical-align: middle;
}
#tinymce table td img,
#tinymce table th img,
.entry-content table td img,
.entry-content table th img {
  margin-top: 0;
}
#tinymce table td:last-child,
#tinymce table th:last-child,
.entry-content table td:last-child,
.entry-content table th:last-child {
  border: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/blockquote/_blockquote-styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.acf-block-blockquote cite,
.gutenberg-entry-content .blockquote cite,
.entry-content .blockquote cite,
.entry-content .wp-block-quote cite, .acf-block-blockquote,
.gutenberg-entry-content .blockquote,
.entry-content .blockquote,
.entry-content .wp-block-quote {
  font-size: 0.9375rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Blockquote Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.acf-block-blockquote,
.gutenberg-entry-content .blockquote,
.entry-content .blockquote,
.entry-content .wp-block-quote {
  background: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: 0;
  font-style: italic;
  position: relative;
}
.acf-block-blockquote::before,
.gutenberg-entry-content .blockquote::before,
.entry-content .blockquote::before,
.entry-content .wp-block-quote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 3.125rem);
  width: 0.625rem;
  background: #34c99d;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.acf-block-blockquote,
.gutenberg-entry-content .blockquote,
.entry-content .blockquote,
.entry-content .wp-block-quote {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  padding-top: 1.5rem !important;
  padding-top: 1.625rem !important;
  padding-top: 1.75rem !important;
  padding-top: 1.875rem !important;
  padding-top: 2rem !important;
  padding-bottom: 0.5rem !important;
  padding-bottom: 0.625rem !important;
  padding-bottom: 0.75rem !important;
  padding-bottom: 0.875rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0.75;
  padding-right: 0.75;
}
.acf-block-blockquote cite,
.gutenberg-entry-content .blockquote cite,
.entry-content .blockquote cite,
.entry-content .wp-block-quote cite {
  font-weight: 600;
  display: block;
  text-align: right;
  position: relative;
  letter-spacing: 0;
  font-style: normal;
  color: #34c99d;
  margin-top: 0.25rem !important;
  margin-top: 0.3125rem !important;
  margin-top: 0.375rem !important;
  margin-top: 0.4375rem !important;
  margin-top: 0.5rem !important;
}
.acf-block-blockquote cite::before,
.gutenberg-entry-content .blockquote cite::before,
.entry-content .blockquote cite::before,
.entry-content .wp-block-quote cite::before {
  content: "";
  display: inline-block;
  background: #34c99d;
  height: 0.125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.25rem;
  width: 0.75;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/crunch-button/_crunch-button-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.crunch-button__text-only::before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.crunch-button__full-background, .crunch-button__outline {
  font-size: 0.875rem;
}

.crunch-button__text-only--medium {
  font-size: clamp(1.0625rem, 1.05rem + 0.00390625vw, 1.125rem);
}

.crunch-button__text-only--large {
  font-size: clamp(1.125rem, 1.1rem + 0.0078125vw, 1.25rem);
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
.crunch-button__full-background, .crunch-button__outline {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Crunch Button Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.crunch-button-wrapper.aligncenter {
  text-align: center;
}
.crunch-button-wrapper.alignright {
  text-align: right;
}

.crunch-button {
  text-align: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  font-weight: 700;
}
.crunch-button__text-only {
  position: relative;
  display: inline-block;
}
.crunch-button__text-only::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.0625rem;
  background-color: transparent;
}
.crunch-button__text-only:hover::before, .crunch-button__text-only:focus::before {
  width: 100%;
}
.crunch-button__text-only--white-color {
  color: #fff;
}
.crunch-button__text-only--white-color::before {
  background-color: #fff;
}
.crunch-button__text-only--white-color:hover, .crunch-button__text-only--white-color:focus {
  color: #fff;
}
.crunch-button__text-only--black-color {
  color: #000;
}
.crunch-button__text-only--black-color::before {
  background-color: #000;
}
.crunch-button__text-only--black-color:hover, .crunch-button__text-only--black-color:focus {
  color: #000;
}
.crunch-button__text-only--primary-color {
  color: #1e1c83;
}
.crunch-button__text-only--primary-color::before {
  background-color: #1e1c83;
}
.crunch-button__text-only--primary-color:hover, .crunch-button__text-only--primary-color:focus {
  color: #1e1c83;
}
.crunch-button__text-only--secondary-color {
  color: #34c99d;
}
.crunch-button__text-only--secondary-color::before {
  background-color: #34c99d;
}
.crunch-button__text-only--secondary-color:hover, .crunch-button__text-only--secondary-color:focus {
  color: #34c99d;
}
.crunch-button__text-only--with-border-bottom::before {
  width: 100%;
}
.crunch-button__text-only--with-border-bottom:hover::before, .crunch-button__text-only--with-border-bottom:focus::before {
  width: 0;
}
.crunch-button__full-background, .crunch-button__outline {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: var(--button-min-width, 9.375rem); /* Phase 4.5: Context-aware sizing */
  text-transform: uppercase;
  padding-left: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-right: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-top: clamp(0.5rem, 0.475rem + 0.0078125vw, 0.625rem);
  padding-bottom: clamp(0.5rem, 0.475rem + 0.0078125vw, 0.625rem);
}
.crunch-button__full-background::before, .crunch-button__full-background::after, .crunch-button__outline::before, .crunch-button__outline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.crunch-button__full-background::after, .crunch-button__outline::after {
  left: 0;
  bottom: 0;
  width: calc(100% - 0rem);
}
.crunch-button__full-background::before, .crunch-button__outline::before {
  display: block;
  height: 100%;
  z-index: -1;
}
.crunch-button__full-background:hover::before, .crunch-button__full-background:focus::before, .crunch-button__outline:hover::before, .crunch-button__outline:focus::before {
  left: 0%;
  right: auto;
}
.crunch-button__full-background--small, .crunch-button__outline--small {
  --button-min-width: var(--button-min-width-small, 1rem); /* Phase 4.5: Use CSS variable */
}
.crunch-button__full-background--medium, .crunch-button__outline--medium {
  --button-min-width: var(--button-min-width-medium, 12.5rem);
}
.crunch-button__full-background--large, .crunch-button__outline--large {
  --button-min-width: var(--button-min-width-large, 15.625rem);
}
.crunch-button__full-background--xlarge, .crunch-button__outline--xlarge {
  --button-min-width: 18.75rem; /* Keep hardcoded, not commonly used */
}
.crunch-button__full-background {
  border-radius: 0.1875rem;
}
.crunch-button__full-background::after {
  border-bottom: 0.125rem solid transparent;
}
.crunch-button__full-background::before {
  width: 100%;
  left: 0;
  right: auto;
}
.crunch-button__full-background:hover::before, .crunch-button__full-background:focus::before {
  width: 0;
  right: 0;
  left: auto;
}
.crunch-button__full-background--white-color {
  color: #1e1c83;
}
.crunch-button__full-background--white-color::after {
  border-color: #34c99d;
}
.crunch-button__full-background--white-color::before {
  background-color: #fff;
}
.crunch-button__full-background--white-color:hover, .crunch-button__full-background--white-color:focus {
  background-color: #34c99d;
  color: #fff;
}
.crunch-button__full-background--white-color:hover::after, .crunch-button__full-background--white-color:focus::after {
  border-color: #fff;
}
.crunch-button__full-background--white-color-secondary-border {
  color: #1e1c83;
}
.crunch-button__full-background--white-color-secondary-border::after {
  border-color: #34c99d;
}
.crunch-button__full-background--white-color-secondary-border::before {
  background-color: #fff;
}
.crunch-button__full-background--white-color-secondary-border:hover, .crunch-button__full-background--white-color-secondary-border:focus {
  background-color: #1e1c83;
  color: #fff;
}
.crunch-button__full-background--black-color {
  color: #fff;
}
.crunch-button__full-background--black-color::after {
  border-color: #fff;
}
.crunch-button__full-background--black-color::before {
  background-color: #000;
}
.crunch-button__full-background--black-color:hover, .crunch-button__full-background--black-color:focus {
  background-color: transparent;
  color: #000;
}
.crunch-button__full-background--primary-color {
  color: #fff;
}
.crunch-button__full-background--primary-color::after {
  border-color: #34c99d;
}
.crunch-button__full-background--primary-color::before {
  background-color: #1e1c83;
}
.crunch-button__full-background--primary-color:hover, .crunch-button__full-background--primary-color:focus {
  background-color: #34c99d;
  color: #fff;
}
.crunch-button__full-background--primary-color:hover::after, .crunch-button__full-background--primary-color:focus::after {
  border-color: #1e1c83;
}
.crunch-button__full-background--primary-color-white-border {
  color: #fff;
}
.crunch-button__full-background--primary-color-white-border::after {
  border-color: #fff;
}
.crunch-button__full-background--primary-color-white-border::before {
  background-color: #1e1c83;
}
.crunch-button__full-background--primary-color-white-border:hover, .crunch-button__full-background--primary-color-white-border:focus {
  background-color: #fff;
  color: #1e1c83;
}
.crunch-button__full-background--primary-color-white-border:hover::after, .crunch-button__full-background--primary-color-white-border:focus::after {
  border-color: #1e1c83;
}
.crunch-button__full-background--secondary-color {
  color: #fff;
}
.crunch-button__full-background--secondary-color::after {
  border-color: #1e1c83;
}
.crunch-button__full-background--secondary-color::before {
  background-color: #34c99d;
}
.crunch-button__full-background--secondary-color:hover, .crunch-button__full-background--secondary-color:focus {
  background-color: #1e1c83;
  color: #fff;
}
.crunch-button__full-background--secondary-color:hover::after, .crunch-button__full-background--secondary-color:focus::after {
  border-color: #34c99d;
}
.crunch-button__full-background--gray-color {
  color: #1c1b4b;
}
.crunch-button__full-background--gray-color::after {
  border-color: #1c1b4b;
}
.crunch-button__full-background--gray-color::before {
  background-color: #ebeef7;
}
.crunch-button__full-background--gray-color:hover, .crunch-button__full-background--gray-color:focus {
  background-color: #1e1c83;
  color: #fff;
}
.crunch-button__full-background--gray-color:hover::after, .crunch-button__full-background--gray-color:focus::after {
  border-color: #ebeef7;
}
.crunch-button__full-background--gold-color-secondary-border {
  color: #1e1c83;
}
.crunch-button__full-background--gold-color-secondary-border::after {
  border-color: #34c99d;
}
.crunch-button__full-background--gold-color-secondary-border::before {
  background-color: #f7cd46;
}
.crunch-button__full-background--gold-color-secondary-border:hover, .crunch-button__full-background--gold-color-secondary-border:focus {
  background-color: #1e1c83;
  color: #f7cd46;
}
.crunch-button__full-background--gold-color-secondary-border:hover::after, .crunch-button__full-background--gold-color-secondary-border:focus::after {
  border-color: #f7cd46;
}
.crunch-button__full-background--orange-color-secondary-border {
  color: #fff;
  background-color: #fd7e14;
}
.crunch-button__full-background--orange-color-secondary-border::after {
  border-color: #1e1c83;
}
.crunch-button__full-background--orange-color-secondary-border::before {
  background-color: #fd7e14;
}
.crunch-button__full-background--orange-color-secondary-border:hover, .crunch-button__full-background--orange-color-secondary-border:focus {
  background-color: rgb(220.1265822785, 101.164556962, 1.8734177215);
  color: #fff;
}
.crunch-button__full-background--orange-color-secondary-border:hover::after, .crunch-button__full-background--orange-color-secondary-border:focus::after {
  border-color: #1e1c83;
}
.crunch-button__outline::after {
  border: 0.0625rem solid transparent;
}
.crunch-button__outline::before {
  width: 0;
}
.crunch-button__outline:hover::before, .crunch-button__outline:focus::before {
  width: 100%;
}
.crunch-button__outline--white-color {
  color: #fff;
}
.crunch-button__outline--white-color::after {
  border-color: #fff;
}
.crunch-button__outline--white-color::before {
  background-color: #fff;
}
.crunch-button__outline--white-color:hover, .crunch-button__outline--white-color:focus {
  color: #1e1c83;
}
.crunch-button__outline--black-color {
  color: #000;
}
.crunch-button__outline--black-color::after {
  border-color: #000;
}
.crunch-button__outline--black-color::before {
  background-color: #000;
}
.crunch-button__outline--black-color:hover, .crunch-button__outline--black-color:focus {
  color: #fff;
}
.crunch-button__outline--secondary-color {
  color: #34c99d;
}
.crunch-button__outline--secondary-color::after {
  border-color: #34c99d;
}
.crunch-button__outline--secondary-color::before {
  background-color: #34c99d;
}
.crunch-button__outline--secondary-color:hover, .crunch-button__outline--secondary-color:focus {
  color: #fff;
}
.crunch-button__outline--primary-color {
  color: #1e1c83;
}
.crunch-button__outline--primary-color::after {
  border-color: #1e1c83;
}
.crunch-button__outline--primary-color::before {
  background-color: #1e1c83;
}
.crunch-button__outline--primary-color:hover, .crunch-button__outline--primary-color:focus {
  color: #fff;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/return-to-top/_return-to-top-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.return-to-top--is-visible {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Return to top Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.return-to-top {
  bottom: 6.75rem;
  right: 2rem;
  background: #aaa;
  width: 2.75rem;
  height: 2.75rem;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.return-to-top--is-visible {
  opacity: 0.75;
  visibility: visible;
}
.return-to-top--is-visible:hover {
  opacity: 1;
}
.return-to-top__chevron {
  width: 1.5rem;
  height: 0.8125rem;
}
.return-to-top__chevron path {
  fill: currentColor;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/social-icons/_social-icons-styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Social Icons Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.social-icons__item + .social-icons__item {
  margin-left: clamp(0.25rem, 0.2rem + 0.015625vw, 0.5rem);
}
.social-icons__item .social-link {
  color: #808080;
  border: 0.125rem solid currentColor;
  width: 3.125rem;
  height: 3.125rem;
}
.social-icons__item .social-link:hover, .social-icons__item .social-link:focus {
  color: #fff;
  background-color: #808080;
  border: 0.125rem solid #808080;
}
.social-icons__item .social-link__icon {
  fill: inherit;
}
.social-icons__item .social-link__icon--twitter {
  width: calc(1rem * 1);
  height: calc(1rem * 1);
}
.social-icons__item .social-link__icon--youtube {
  width: calc(1.125rem * 1);
  height: calc(1rem * 1);
}
.social-icons__item .social-link__icon--pinterest {
  width: calc(1rem * 1);
  height: calc(1rem * 1);
}
.social-icons__item .social-link__icon--facebook {
  width: calc(1.25rem * 1);
  height: calc(1.125rem * 1);
}
.social-icons__item .social-link__icon--instagram {
  width: calc(1.25rem * 1);
  height: calc(1.25rem * 1);
}
.social-icons__item .social-link__icon--google {
  width: calc(1.25rem * 1);
  height: calc(1rem * 1);
}
.social-icons__item .social-link__icon--linkedin {
  width: calc(1.125rem * 1);
  height: calc(1.125rem * 1);
}
.social-icons__item .social-link__icon--rss {
  width: calc(0.875rem * 1);
  height: calc(1rem * 1);
}
.social-icons__item .social-link__icon--envelope {
  width: calc(1.375rem * 1);
  height: calc(0.9375rem * 1);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/crunch-dropdown/_crunch-dropdown-styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.crunch-dropdown__button::before, div.chosen-container .chosen-drop .chosen-results li,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results li, div.chosen-container .chosen-single::after,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single::after, div.chosen-container .chosen-single,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.crunch-dropdown .dropdown-menu, div.chosen-container .chosen-drop,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop {
  font-size: 0.875rem;
}

.crunch-dropdown__button, div.chosen-container .chosen-single > span,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single > span, .gform_wrapper ul.gform_fields li.gfield select,
select.chosen-select {
  font-size: 1rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Crunch Dropdown Template Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Default Select ~~~~~~~~~~ */
.gform_wrapper ul.gform_fields li.gfield select,
select.chosen-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #808080;
  color: #808080;
  line-height: 1.3;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48dGl0bGU+cGlrdG9ncmFtb3Mga2FtcGFzIMW+ZW15biBqdW9kYSBzcGFsdmE8L3RpdGxlPjxwYXRoIGQ9Ik0xNTEuNTIsMTg3LjEyLDMuNTIsNDAuMzNhMTIsMTIsMCwwLDEsMC0xN0wyMy4zMiwzLjUyYTEyLDEyLDAsMCwxLDE3LDBMMTYwLDEyMiwyNzkuNzMsMy41M2ExMiwxMiwwLDAsMSwxNywwbDE5Ljc5LDE5LjhhMTIsMTIsMCwwLDEsMCwxN2wtMTQ4LDE0Ni44YTEyLDEyLDAsMCwxLTE3LDBaIi8+PC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem 0.625rem;
  padding-left: 0.75;
  padding-right: 0.75;
  padding-top: 0.75;
  padding-bottom: 0.75;
}
.gform_wrapper ul.gform_fields li.gfield select:focus,
select.chosen-select:focus {
  outline: none;
}

/* ~~~~~~~~~~ Chosen Select ~~~~~~~~~~ */
div.chosen-container,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
  width: 100% !important;
  margin-bottom: 0;
}
div.chosen-container.chosen-container-active.chosen-with-drop .chosen-single,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style].chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border-color: #808080;
}
div.chosen-container.chosen-container-active.chosen-with-drop .chosen-single::after,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style].chosen-container-active.chosen-with-drop .chosen-single::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
div.chosen-container:not(.chosen-container-active) .chosen-drop,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style]:not(.chosen-container-active) .chosen-drop {
  display: none;
}
div.chosen-container .chosen-single,
div.chosen-container .chosen-drop,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.chosen-container .chosen-single,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #808080;
  color: #808080;
  padding-top: 0.75;
  padding-bottom: 0.75;
  padding-left: 0.75;
  padding-right: 0.75;
}
div.chosen-container .chosen-single > span,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single > span {
  line-height: 1.3;
  margin-bottom: 0;
}
div.chosen-container .chosen-single > div,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single > div {
  display: none;
}
div.chosen-container .chosen-single::after,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-single::after {
  content: "";
  width: 1rem;
  height: 0.625rem;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48dGl0bGU+cGlrdG9ncmFtb3Mga2FtcGFzIMW+ZW15biBqdW9kYSBzcGFsdmE8L3RpdGxlPjxwYXRoIGQ9Ik0xNTEuNTIsMTg3LjEyLDMuNTIsNDAuMzNhMTIsMTIsMCwwLDEsMC0xN0wyMy4zMiwzLjUyYTEyLDEyLDAsMCwxLDE3LDBMMTYwLDEyMiwyNzkuNzMsMy41M2ExMiwxMiwwLDAsMSwxNywwbDE5Ljc5LDE5LjhhMTIsMTIsMCwwLDEsMCwxN2wtMTQ4LDE0Ni44YTEyLDEyLDAsMCwxLTE3LDBaIi8+PC9zdmc+Cg==) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
div.chosen-container .chosen-drop,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop {
  background: #fff;
  border: 1px solid #808080;
  position: absolute;
  z-index: 1010;
  top: 100%;
}
div.chosen-container .chosen-drop .chosen-search,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-search {
  display: none;
}
div.chosen-container .chosen-drop .chosen-results,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results {
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
}
div.chosen-container .chosen-drop .chosen-results li,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results li {
  color: #808080;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75;
  padding-right: 0.75;
}
div.chosen-container .chosen-drop .chosen-results li.highlighted, div.chosen-container .chosen-drop .chosen-results li.result-selected,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results li.highlighted,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results li.result-selected {
  background: transparent;
}
div.chosen-container .chosen-drop .chosen-results li.highlighted,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results li.highlighted {
  color: #1e1c83;
}
div.chosen-container .chosen-drop .chosen-results li.result-selected,
body div.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] .chosen-drop .chosen-results li.result-selected {
  color: #808080;
  font-weight: 700;
}

/* ~~~~~~~~~~ Crunch Dropdown ~~~~~~~~~~ */
.crunch-dropdown.show {
  z-index: 2;
}
.crunch-dropdown__button {
  background: #fff;
  border: 1px solid #808080;
  color: #808080;
  padding-top: 0.75;
  padding-bottom: 0.75;
  padding-left: 0.75;
  padding-right: 0.75;
}
.crunch-dropdown__button[aria-expanded=true]::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.crunch-dropdown__button::after {
  display: none;
}
.crunch-dropdown__button::before {
  content: "";
  width: 1rem;
  height: 0.625rem;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48dGl0bGU+cGlrdG9ncmFtb3Mga2FtcGFzIMW+ZW15biBqdW9kYSBzcGFsdmE8L3RpdGxlPjxwYXRoIGQ9Ik0xNTEuNTIsMTg3LjEyLDMuNTIsNDAuMzNhMTIsMTIsMCwwLDEsMC0xN0wyMy4zMiwzLjUyYTEyLDEyLDAsMCwxLDE3LDBMMTYwLDEyMiwyNzkuNzMsMy41M2ExMiwxMiwwLDAsMSwxNywwbDE5Ljc5LDE5LjhhMTIsMTIsMCwwLDEsMCwxN2wtMTQ4LDE0Ni44YTEyLDEyLDAsMCwxLTE3LDBaIi8+PC9zdmc+Cg==) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.crunch-dropdown .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: none;
  background: #fff;
  border-color: #808080;
  margin-top: 0;
}
.crunch-dropdown .dropdown-menu a,
.crunch-dropdown .dropdown-menu button {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75;
  padding-right: 0.75;
  color: #808080;
}
.crunch-dropdown .dropdown-menu a:hover, .crunch-dropdown .dropdown-menu a:focus,
.crunch-dropdown .dropdown-menu button:hover,
.crunch-dropdown .dropdown-menu button:focus {
  color: #1e1c83;
}
.crunch-dropdown .dropdown-menu .dropdown-item:hover, .crunch-dropdown .dropdown-menu .dropdown-item:focus, .crunch-dropdown .dropdown-menu .dropdown-item.active, .crunch-dropdown .dropdown-menu .dropdown-item.mixitup-control-active {
  background: transparent;
  color: #1e1c83;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/hero-section/_hero-section-styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Hero Section Template Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hero-section__title-wrapper {
  background-image: url(/wp-content/themes/papadent/dist/cbbaaec2ab76611abda0.jpg);
}

.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  color: #34c99d;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/image-comparison/_image-comparison-styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Image Comparison Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-work {
  max-width: 18.75rem;
}
.single-work .image-comparison--medium-square .cd-image-container, .single-work .image-comparison--medium-square .cd-image-container__image {
  width: 18.75rem;
  height: 12.375rem;
}
@media (min-width: 576px) {
  .single-work .image-comparison--medium-square .cd-image-container, .single-work .image-comparison--medium-square .cd-image-container__image {
    width: 15rem;
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .single-work .image-comparison--medium-square .cd-image-container, .single-work .image-comparison--medium-square .cd-image-container__image {
    width: 18.75rem;
    height: 12.375rem;
  }
}
@media (min-width: 992px) {
  .single-work .image-comparison--medium-square .cd-image-container, .single-work .image-comparison--medium-square .cd-image-container__image {
    width: 13.125rem;
    height: 8.625rem;
  }
}
@media (min-width: 1200px) {
  .single-work .image-comparison--medium-square .cd-image-container, .single-work .image-comparison--medium-square .cd-image-container__image {
    width: 15.9375rem;
    height: 10.5rem;
  }
}
.single-work .image-comparison--small-square .cd-image-container, .single-work .image-comparison--small-square .cd-image-container__image {
  width: 18.75rem;
  height: 9.375rem;
}
@media (min-width: 576px) {
  .single-work .image-comparison--small-square .cd-image-container, .single-work .image-comparison--small-square .cd-image-container__image {
    width: 15rem;
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .single-work .image-comparison--small-square .cd-image-container, .single-work .image-comparison--small-square .cd-image-container__image {
    width: 18.75rem;
    height: 9.375rem;
  }
}
@media (min-width: 992px) {
  .single-work .image-comparison--small-square .cd-image-container, .single-work .image-comparison--small-square .cd-image-container__image {
    width: 13.125rem;
    height: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .single-work .image-comparison--small-square .cd-image-container, .single-work .image-comparison--small-square .cd-image-container__image {
    width: 15.9375rem;
    height: 7.96875rem;
  }
}
.single-work .image-comparison--large-square .cd-image-container, .single-work .image-comparison--large-square .cd-image-container__image, .single-work .image-comparison--circle .cd-image-container, .single-work .image-comparison--circle .cd-image-container__image {
  width: 18.75rem;
  height: 18.75rem;
}
@media (min-width: 576px) {
  .single-work .image-comparison--large-square .cd-image-container, .single-work .image-comparison--large-square .cd-image-container__image, .single-work .image-comparison--circle .cd-image-container, .single-work .image-comparison--circle .cd-image-container__image {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 768px) {
  .single-work .image-comparison--large-square .cd-image-container, .single-work .image-comparison--large-square .cd-image-container__image, .single-work .image-comparison--circle .cd-image-container, .single-work .image-comparison--circle .cd-image-container__image {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .single-work .image-comparison--large-square .cd-image-container, .single-work .image-comparison--large-square .cd-image-container__image, .single-work .image-comparison--circle .cd-image-container, .single-work .image-comparison--circle .cd-image-container__image {
    width: 13.125rem;
    height: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .single-work .image-comparison--large-square .cd-image-container, .single-work .image-comparison--large-square .cd-image-container__image, .single-work .image-comparison--circle .cd-image-container, .single-work .image-comparison--circle .cd-image-container__image {
    width: 15.9375rem;
    height: 15.9375rem;
  }
}
.single-work .image-comparison--circle {
  background-color: #fff;
}
.single-work .image-comparison--circle::before {
  content: "";
  position: absolute;
  background: #f5f6fb;
  width: 100%;
  top: 9.375rem;
  height: 9.375rem;
}
@media (min-width: 576px) {
  .single-work .image-comparison--circle::before {
    top: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .single-work .image-comparison--circle::before {
    top: 9.375rem;
    height: 9.375rem;
  }
}
@media (min-width: 992px) {
  .single-work .image-comparison--circle::before {
    top: 6.5625rem;
    height: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .single-work .image-comparison--circle::before {
    top: 7.96875rem;
    height: 7.96875rem;
  }
}
.single-work .image-comparison--circle .cd-image-container {
  overflow: hidden;
  border-radius: 50%;
}
.single-work .image-comparison .cd-image-container {
  overflow: hidden;
}
.single-work .image-comparison .cd-image-container.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.single-work .image-comparison .cd-image-container.is-visible .cd-resize-img {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
          animation: cd-bounce-in 0.7s;
}
.single-work .image-comparison .cd-image-container.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}
.single-work .image-comparison .cd-image-container img {
  width: 100%;
  height: auto;
}
.single-work .image-comparison .cd-image-container .cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
      -ms-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}
.single-work .image-comparison .cd-image-container .cd-image-label.is-hidden {
  visibility: hidden;
}
.single-work .image-comparison .cd-image-container .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.single-work .image-comparison .cd-image-container .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.single-work .image-comparison .cd-image-container .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.single-work .image-comparison .cd-image-container .cd-handle {
  position: absolute;
  height: 2.75rem;
  width: 2.75rem;
  left: 50%;
  top: 50%;
  margin-left: -1.375rem;
  margin-top: -1.375rem;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzOTguMSAyODYuMSIgdmlld0JveD0iMCAwIDM5OC4xIDI4Ni4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5waWt0b2dyYW3FsyByxavFoWlhdmltYXM8L3RpdGxlPjxwYXRoIGQ9Im0yMzEuMSAyNjIuMXYtMjM4YzAtMjEuNCAyNS45LTMyLjEgNDEtMTdsMTE5IDExOWM5LjQgOS40IDkuNCAyNC42IDAgMzMuOWwtMTE5LjEgMTE5LjFjLTE1LjEgMTUuMS00MC45IDQuNC00MC45LTE3em0tMTA1LTI1NS0xMTkgMTE5Yy05LjQgOS40LTkuNCAyNC42IDAgMzMuOWwxMTkgMTE5LjFjMTUuMSAxNS4xIDQxIDQuNCA0MS0xN3YtMjM4YzAtMjEuNC0yNS45LTMyLjEtNDEtMTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center center;
  background-size: 2rem 1.25rem;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
}
.single-work .image-comparison .cd-image-container .cd-handle::before, .single-work .image-comparison .cd-image-container .cd-handle::after {
  content: "";
  position: absolute;
  height: 30rem;
  width: 0.125rem;
  left: calc(50% - 0.0625rem);
  background: #fff;
}
.single-work .image-comparison .cd-image-container .cd-handle::before {
  bottom: 100%;
}
.single-work .image-comparison .cd-image-container .cd-handle::after {
  top: 100%;
}
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/blocks/testimonials/_testimonials.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ ACF Block Testimonials Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.acf-block-testimonials .single-testimonial {
  padding-left: 0.75;
  padding-right: 0.75;
  padding-bottom: 0.8;
}
.acf-block-testimonials .single-testimonial::before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJxdW90ZS1yaWdodCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXF1b3RlLXJpZ2h0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHRpdGxlPnBpa3RvZ3JhbWEgY2l0YXRhIHRhbXNpPC90aXRsZT48cGF0aCBmaWxsPSIjMWMxYjRiIiBkPSJNNDY0IDMySDMzNmMtMjYuNSAwLTQ4IDIxLjUtNDggNDh2MTI4YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDgwdjY0YzAgMzUuMy0yOC43IDY0LTY0IDY0aC04Yy0xMy4zIDAtMjQgMTAuNy0yNCAyNHY0OGMwIDEzLjMgMTAuNyAyNCAyNCAyNGg4Yzg4LjQgMCAxNjAtNzEuNiAxNjAtMTYwVjgwYzAtMjYuNS0yMS41LTQ4LTQ4LTQ4em0tMjg4IDBINDhDMjEuNSAzMiAwIDUzLjUgMCA4MHYxMjhjMCAyNi41IDIxLjUgNDggNDggNDhoODB2NjRjMCAzNS4zLTI4LjcgNjQtNjQgNjRoLThjLTEzLjMgMC0yNCAxMC43LTI0IDI0djQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0aDhjODguNCAwIDE2MC03MS42IDE2MC0xNjBWODBjMC0yNi41LTIxLjUtNDgtNDgtNDh6Ij48L3BhdGg+PC9zdmc+Cg==);
  width: 1rem;
  height: 1rem;
  bottom: 0.7;
  right: 0.7;
}
.acf-block-testimonials .single-testimonial__image-wrapper {
  padding-left: 0.75;
  padding-right: 0.75;
  padding-top: 0.75;
  padding-bottom: 0.75;
  margin-right: 0.75;
  border-bottom-right-radius: 0.75;
  border-bottom-left-radius: 0.75;
}
.acf-block-testimonials .single-testimonial__image {
  width: 0.75;
  height: 0.75;
}
.acf-block-testimonials .single-testimonial__content-wrapper {
  width: calc(100% - 6rem);
  padding-top: 0.75;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/blocks/external-videos/_external-videos.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ ACF Block External Videos Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.acf-block-external-videos .row {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
.acf-block-external-videos .single-video {
  padding-bottom: 65%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.acf-block-external-videos .single-video__icon {
  cursor: pointer;
  width: 0.75;
}
.acf-block-external-videos .single-video__icon:hover, .acf-block-external-videos .single-video__icon:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/single-post-preview/_single-post-preview-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.single-post-preview__label::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single Post Preview Template Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-post-preview {
  border-radius: 0.3125rem;
  cursor: pointer;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .single-post-preview {
    max-width: none;
  }
}
.single-post-preview .single-post-preview__label {
  padding-bottom: clamp(0.6875rem, 0.6625rem + 0.0078125vw, 0.8125rem);
}
.single-post-preview:hover .single-post-preview__image, .single-post-preview:focus .single-post-preview__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.single-post-preview:hover .single-post-preview__label, .single-post-preview:focus .single-post-preview__label {
  color: #34c99d !important;
}
.single-post-preview:hover .single-post-preview__label::after, .single-post-preview:focus .single-post-preview__label::after {
  background: #34c99d;
  width: 100%;
}
.single-post-preview__image-wrapper {
  height: clamp(10rem, 9.25rem + 0.234375vw, 13.75rem);
}
.single-post-preview__content-wrapper {
  height: calc(100% - 10rem);
}
.single-post-preview__label::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background: #1c1b4b;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/blocks/success-stories/_success-stories.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ ACF Block Success Stories Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 576px) {
  .acf-block-success-stories .js-success-stories-slider .owl-nav {
    position: absolute;
    right: 0;
    top: -4.5rem;
  }
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-prev,
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-next {
  cursor: pointer;
  width: 2.875rem;
  height: 2.5rem;
  border-radius: 0.1875rem;
  padding: 0.625rem !important;
  background-color: #1e1c83;
  display: inline-block;
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-prev:hover,
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-next:hover {
  background-color: #1c1b4b;
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-prev span,
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-next span {
  color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-prev.disabled,
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-next.disabled {
  opacity: 0.1;
  cursor: default;
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-prev {
  margin-left: 0;
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-prev span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTguNSA0MzYuNyIgdmlld0JveD0iMCAwIDUxOC41IDQzNi43IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5yb2R5a2zEl3Mgcm9keWtsxJcga2FpcsSXPC90aXRsZT48ZyBmaWxsPSIjMzRjOTlkIj48cGF0aCBkPSJtMjU3LjUgNDA3LjUtMjIuMiAyMi4yYy05LjQgOS40LTI0LjYgOS40LTMzLjkgMGwtMTk0LjQtMTk0LjRjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDE5NC40LTE5NC40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjIgMjIuMmM5LjUgOS41IDkuMyAyNS0uNCAzNC4zbC0xMjAuNCAxMTQuOGgzMTEuM3Y4MGgtMzExLjNsMTIwLjUgMTE0LjhjOS43IDkuMyA5LjkgMjQuOC4zIDM0LjR6Ii8+PHBhdGggZD0ibTMxMi44IDE3OC4zaDIwNS43djc5LjhoLTIwNS43eiIvPjwvZz48L3N2Zz4=);
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-next {
  margin-right: 0;
}
.acf-block-success-stories .js-success-stories-slider .owl-nav .owl-next span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTguNSA0MzYuNyIgdmlld0JveD0iMCAwIDUxOC41IDQzNi43IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5yb2R5a2zElyByb2R5a2zElyBkZcWhaW7ElyB2aWVudGlzYTwvdGl0bGU+PGcgZmlsbD0iIzM0Yzk5ZCI+PHBhdGggZD0ibTI2MC45IDQwNy40Yy05LjYtOS41LTkuNC0yNSAuNC0zNC4zbDEyMC41LTExNC44aC0zMTEuNHYtODBoMzExLjRsLTEyMC41LTExNC44Yy05LjctOS4zLTkuOS0yNC44LS40LTM0LjNsMjIuMi0yMi4yYzkuMy05LjQgMjQuNS05LjQgMzMuOSAwbDE5NC40IDE5NC40YzkuNCA5LjMgOS40IDI0LjUgMCAzMy45bC0xOTQuNCAxOTQuNGMtOS4zIDkuNC0yNC41IDkuNC0zMy45IDB6Ii8+PHBhdGggZD0ibTAgMTc4LjNoMjA1Ljd2NzkuOGgtMjA1Ljd6IiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgLTEgMjA1LjczMjEgNDM2LjUzNTMpIi8+PC9nPjwvc3ZnPg==);
}
@media (min-width: 576px) {
  .acf-block-success-stories .js-success-stories-slider--without-title .owl-nav {
    top: -2.5rem;
  }
}
.acf-block-success-stories .js-success-stories-slider .owl-carousel__image {
  width: auto !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/sidebar/_widget-form.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sidebar - Widget Form Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar .widget .gform_wrapper {
  margin-top: 0 !important;
}
.sidebar .widget .gform_wrapper .gform_title {
  color: #1c1b4b;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/sidebar/_widget-person.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sidebar - Widget Person Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar .widget.widget-person .single-person__image {
  max-width: 15.625rem;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/sidebar/_widget-recent-posts.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.sidebar .widget.widget-recent-posts .single-recent-post__image-wrapper::before, .sidebar .widget.widget-recent-posts .single-recent-post__image-wrapper::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sidebar - Widget Recent Posts Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar .widget.widget-recent-posts .single-recent-post:hover .single-recent-post__title, .sidebar .widget.widget-recent-posts .single-recent-post:focus .single-recent-post__title {
  color: #1e1c83;
}
.sidebar .widget.widget-recent-posts .single-recent-post:hover .single-recent-post__image-wrapper::before, .sidebar .widget.widget-recent-posts .single-recent-post:hover .single-recent-post__image-wrapper::after, .sidebar .widget.widget-recent-posts .single-recent-post:focus .single-recent-post__image-wrapper::before, .sidebar .widget.widget-recent-posts .single-recent-post:focus .single-recent-post__image-wrapper::after {
  opacity: 1;
}
.sidebar .widget.widget-recent-posts .single-recent-post > .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.sidebar .widget.widget-recent-posts .single-recent-post > .row > [class*=col] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.sidebar .widget.widget-recent-posts .single-recent-post__image-wrapper {
  width: 0.75;
  height: 0.75;
}
.sidebar .widget.widget-recent-posts .single-recent-post__image-wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(28, 27, 75, 0.7);
}
.sidebar .widget.widget-recent-posts .single-recent-post__image-wrapper::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5waWt0b2dyYW1vcyBwYWllxaFrYSBiYWx0YTwvdGl0bGU+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTA1LDQ0Mi43TDQwNS4zLDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zLDQ0LTc5LjcsNDQtMTI4QzQxNiw5My4xLDMyMi45LDAsMjA4LDBTMCw5My4xLDAsMjA4IHM5My4xLDIwOCwyMDgsMjA4YzQ4LjMsMCw5Mi43LTE2LjQsMTI4LTQ0djE2LjNjMCw2LjQsMi41LDEyLjUsNywxN2w5OS43LDk5LjdjOS40LDkuNCwyNC42LDkuNCwzMy45LDBsMjguMy0yOC4zIEM1MTQuMyw0NjcuMyw1MTQuMyw0NTIuMSw1MDUsNDQyLjd6IE0yMDgsMzM2Yy03MC43LDAtMTI4LTU3LjItMTI4LTEyOGMwLTcwLjcsNTcuMi0xMjgsMTI4LTEyOGM3MC43LDAsMTI4LDU3LjIsMTI4LDEyOCBDMzM2LDI3OC43LDI3OC44LDMzNiwyMDgsMzM2eiIvPjwvc3ZnPg==) no-repeat center center;
  top: calc(50% - 0.375rem);
  left: calc(50% - 0.375rem);
  z-index: 1;
  opacity: 0;
}
.sidebar .widget.widget-recent-posts .single-recent-post__title {
  color: #808080;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/gravity-forms/_gravity-forms-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect select.gfield_select option, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label::before, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label::after, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li .check::before, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li .check, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .button-upload, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input),
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input),
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.gfield_description, body .gform_wrapper form div.validation_error {
  font-size: 0.8125rem;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-webkit-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-moz-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-moz-placeholder {
  font-size: 0.875rem;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input):-ms-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea:-ms-input-placeholder {
  font-size: 0.875rem;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-ms-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-ms-input-placeholder {
  font-size: 0.875rem;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::placeholder,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label, body .gform_wrapper form .gform_next_button,
body .gform_wrapper form .gform_previous_button,
body .gform_wrapper form .gform_button,
body .gform_wrapper form .add_repeater_item,
body .gform_wrapper form .remove_repeater_item,
body .gform_wrapper form input[type=button], body .gform_wrapper form .gform_heading .gform_description {
  font-size: 0.875rem;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label, body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_next_button,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_previous_button,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_button, body .gform_wrapper form .gform_heading .gform_title {
  font-size: 1rem;
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
body .gform_wrapper form .gform_heading .gform_description, body .gform_wrapper form div.validation_error {
  letter-spacing: clamp(0.005em, 0.001em + 0.00125vw, 0.025em);
}

body .gform_wrapper form .gform_next_button,
body .gform_wrapper form .gform_previous_button,
body .gform_wrapper form .gform_button,
body .gform_wrapper form .add_repeater_item,
body .gform_wrapper form .remove_repeater_item,
body .gform_wrapper form input[type=button] {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Gravity Forms Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body .gform_wrapper {
  overflow: visible !important;
  margin: 0 !important;
  margin-top: 2rem !important;
  margin-top: 2.25rem !important;
  margin-top: 2.5rem !important;
  margin-top: 2.75rem !important;
  margin-top: 3rem !important;
}
body .gform_wrapper.gform_validation_error .gform_footer {
  margin-top: 0.25rem !important;
  margin-top: 0.3125rem !important;
  margin-top: 0.375rem !important;
  margin-top: 0.4375rem !important;
  margin-top: 0.5rem !important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
body .gform_wrapper form {
  max-width: 100%;
  margin-top: 0;
  width: 100%;
  display: block;
}
body .gform_wrapper form div.validation_error {
  color: #db3141;
  font-weight: 600;
  margin-bottom: 1.563rem;
  border-top: 0.0625rem solid #db3141;
  border-bottom: 0.0625rem solid #db3141;
  padding: 0.875rem 0;
}
body .gform_wrapper form .gform_heading {
  margin-bottom: 0;
}
body .gform_wrapper form .gform_heading .gform_title {
  font-weight: 700;
  margin: 0 !important;
  line-height: 2;
}
body .gform_wrapper form .gform_heading .gform_description {
  font-weight: 400;
  color: #808080;
}
body .gform_wrapper form .gform_next_button,
body .gform_wrapper form .gform_previous_button,
body .gform_wrapper form .gform_button,
body .gform_wrapper form .add_repeater_item,
body .gform_wrapper form .remove_repeater_item,
body .gform_wrapper form input[type=button] {
  text-align: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 9.375rem;
  text-transform: uppercase;
  border-radius: 0.1875rem;
  color: #fff;
  border: none;
  padding-left: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-right: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  margin-top: 2rem !important;
  margin-top: 2.25rem !important;
  margin-top: 2.5rem !important;
  margin-top: 2.75rem !important;
  margin-top: 3rem !important;
}
body .gform_wrapper form .gform_next_button::before, body .gform_wrapper form .gform_next_button::after,
body .gform_wrapper form .gform_previous_button::before,
body .gform_wrapper form .gform_previous_button::after,
body .gform_wrapper form .gform_button::before,
body .gform_wrapper form .gform_button::after,
body .gform_wrapper form .add_repeater_item::before,
body .gform_wrapper form .add_repeater_item::after,
body .gform_wrapper form .remove_repeater_item::before,
body .gform_wrapper form .remove_repeater_item::after,
body .gform_wrapper form input[type=button]::before,
body .gform_wrapper form input[type=button]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
body .gform_wrapper form .gform_next_button::after,
body .gform_wrapper form .gform_previous_button::after,
body .gform_wrapper form .gform_button::after,
body .gform_wrapper form .add_repeater_item::after,
body .gform_wrapper form .remove_repeater_item::after,
body .gform_wrapper form input[type=button]::after {
  left: 0;
  bottom: 0;
  width: calc(100% - 0rem);
  border-bottom: 0.125rem solid transparent;
  border-color: #34c99d;
}
body .gform_wrapper form .gform_next_button::before,
body .gform_wrapper form .gform_previous_button::before,
body .gform_wrapper form .gform_button::before,
body .gform_wrapper form .add_repeater_item::before,
body .gform_wrapper form .remove_repeater_item::before,
body .gform_wrapper form input[type=button]::before {
  display: block;
  height: 100%;
  z-index: -1;
  width: 100%;
  left: 0;
  right: auto;
  background-color: #1e1c83;
}
body .gform_wrapper form .gform_next_button:hover, body .gform_wrapper form .gform_next_button:focus,
body .gform_wrapper form .gform_previous_button:hover,
body .gform_wrapper form .gform_previous_button:focus,
body .gform_wrapper form .gform_button:hover,
body .gform_wrapper form .gform_button:focus,
body .gform_wrapper form .add_repeater_item:hover,
body .gform_wrapper form .add_repeater_item:focus,
body .gform_wrapper form .remove_repeater_item:hover,
body .gform_wrapper form .remove_repeater_item:focus,
body .gform_wrapper form input[type=button]:hover,
body .gform_wrapper form input[type=button]:focus {
  background-color: #34c99d;
  color: #fff;
}
body .gform_wrapper form .gform_next_button:hover::before, body .gform_wrapper form .gform_next_button:focus::before,
body .gform_wrapper form .gform_previous_button:hover::before,
body .gform_wrapper form .gform_previous_button:focus::before,
body .gform_wrapper form .gform_button:hover::before,
body .gform_wrapper form .gform_button:focus::before,
body .gform_wrapper form .add_repeater_item:hover::before,
body .gform_wrapper form .add_repeater_item:focus::before,
body .gform_wrapper form .remove_repeater_item:hover::before,
body .gform_wrapper form .remove_repeater_item:focus::before,
body .gform_wrapper form input[type=button]:hover::before,
body .gform_wrapper form input[type=button]:focus::before {
  left: 0%;
  right: auto;
}
body .gform_wrapper form .gform_next_button:hover::after, body .gform_wrapper form .gform_next_button:focus::after,
body .gform_wrapper form .gform_previous_button:hover::after,
body .gform_wrapper form .gform_previous_button:focus::after,
body .gform_wrapper form .gform_button:hover::after,
body .gform_wrapper form .gform_button:focus::after,
body .gform_wrapper form .add_repeater_item:hover::after,
body .gform_wrapper form .add_repeater_item:focus::after,
body .gform_wrapper form .remove_repeater_item:hover::after,
body .gform_wrapper form .remove_repeater_item:focus::after,
body .gform_wrapper form input[type=button]:hover::after,
body .gform_wrapper form input[type=button]:focus::after {
  border-color: #1e1c83;
}
body .gform_wrapper form .gform_next_button.gf-default-disabled,
body .gform_wrapper form .gform_previous_button.gf-default-disabled,
body .gform_wrapper form .gform_button.gf-default-disabled,
body .gform_wrapper form .add_repeater_item.gf-default-disabled,
body .gform_wrapper form .remove_repeater_item.gf-default-disabled,
body .gform_wrapper form input[type=button].gf-default-disabled {
  opacity: 0.5;
  pointer-events: none;
}
body .gform_wrapper form .gform_next_button:hover:not(.gf-default-disabled)::before, body .gform_wrapper form .gform_next_button:focus:not(.gf-default-disabled)::before,
body .gform_wrapper form .gform_previous_button:hover:not(.gf-default-disabled)::before,
body .gform_wrapper form .gform_previous_button:focus:not(.gf-default-disabled)::before,
body .gform_wrapper form .gform_button:hover:not(.gf-default-disabled)::before,
body .gform_wrapper form .gform_button:focus:not(.gf-default-disabled)::before,
body .gform_wrapper form .add_repeater_item:hover:not(.gf-default-disabled)::before,
body .gform_wrapper form .add_repeater_item:focus:not(.gf-default-disabled)::before,
body .gform_wrapper form .remove_repeater_item:hover:not(.gf-default-disabled)::before,
body .gform_wrapper form .remove_repeater_item:focus:not(.gf-default-disabled)::before,
body .gform_wrapper form input[type=button]:hover:not(.gf-default-disabled)::before,
body .gform_wrapper form input[type=button]:focus:not(.gf-default-disabled)::before {
  width: 0;
  right: 0;
  left: auto;
}
body .gform_wrapper form div.gform_body {
  width: 100%;
}
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer {
  border-top: 1px solid #1e1c83;
}
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_next_button,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_previous_button,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_button {
  background-color: #a5a5a5;
  color: #fff;
  border: none;
  padding-left: 0.75;
  padding-right: 0.75;
  padding-top: clamp(0.5rem, 0.45rem + 0.015625vw, 0.75rem);
  padding-bottom: clamp(0.5rem, 0.45rem + 0.015625vw, 0.75rem);
}
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_next_button:hover, body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_next_button:focus,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_previous_button:hover,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_previous_button:focus,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_button:hover,
body .gform_wrapper form div.gform_body div.gform_page div.gform_page_footer .gform_button:focus {
  background-color: rgb(139.5, 139.5, 139.5);
}
body .gform_wrapper form div.gform_body ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  width: 100%;
  margin-top: 0rem !important;
}
@media (min-width: 641px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield {
    padding: 0;
  }
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield:first-of-type label.gfield_label {
  margin-top: 0 !important;
}
@media (min-width: 576px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.cell-width-50 {
    width: calc(50% - 0.625rem);
  }
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.gfield_description {
  padding: 0;
  margin-top: 0.25rem;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.gfield_description.validation_message {
  color: #db3141;
  margin-top: clamp(0.125rem, 0.1rem + 0.0078125vw, 0.25rem);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  border: none;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 100% !important;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error + .gfield_error {
  margin-top: 0;
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_left_third, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_middle_third, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 0.5rem) !important;
  }
}
@media (min-width: 768px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_left_third, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_middle_third, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 0.625rem) !important;
  }
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_left_half, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_right_half {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_left_half, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error.gf_right_half {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half), body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_right_half) {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half), body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_right_half) {
    max-width: 100% !important;
  }
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error label {
  color: #db3141;
  margin-top: 0;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error label .gfield_required {
  color: #db3141;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input),
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea {
  border-color: #db3141 !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-webkit-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea::-webkit-input-placeholder {
  color: #db3141;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-moz-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea::-moz-placeholder {
  color: #db3141;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input):-ms-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea:-ms-input-placeholder {
  color: #db3141;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-ms-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea::-ms-input-placeholder {
  color: #db3141;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::placeholder,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container textarea::placeholder {
  color: #db3141;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error div.ginput_container.ginput_container_select div.chosen-container {
  width: 100% !important;
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: calc(33.3% - 0.5rem);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: calc(33.3% - 0.625rem);
  }
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_right_half {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_right_half {
    width: calc(50% - 0.625rem);
  }
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label {
  color: #1e1c83;
  font-weight: 400;
  margin-top: 1rem;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield label.gfield_label span.gfield_required {
  color: #000;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container {
  margin-top: 0.25rem !important;
  margin-top: 0.3125rem !important;
  margin-top: 0.375rem !important;
  margin-top: 0.4375rem !important;
  margin-top: 0.5rem !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input),
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 0.1875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  margin: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border: 0.0625rem solid #828282;
  font-weight: 600;
  padding-left: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-right: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-webkit-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-webkit-input-placeholder {
  color: #808080;
  line-height: normal;
  font-weight: 400;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-moz-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-moz-placeholder {
  color: #808080;
  line-height: normal;
  font-weight: 400;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input):-ms-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea:-ms-input-placeholder {
  color: #808080;
  line-height: normal;
  font-weight: 400;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-ms-input-placeholder, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-ms-input-placeholder {
  color: #808080;
  line-height: normal;
  font-weight: 400;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::placeholder,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::placeholder {
  color: #808080;
  line-height: normal;
  font-weight: 400;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input):focus,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea:focus {
  border-color: #808080;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  display: block;
  resize: none;
  height: clamp(6.25rem, 5.85rem + 0.125vw, 8.25rem);
}
@media (min-width: 40.0625rem) {
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
    margin-bottom: 0;
  }
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 0.0625rem solid #828282;
  padding: 1rem;
  border-radius: 0.1875rem;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .gform_fileupload_multifile {
  width: 100%;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .upload-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .upload-btn-wrapper input[type=file] {
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload #file-name {
  color: #ababab;
  display: inline-block;
  margin-left: 1.438rem;
  margin-bottom: 0;
  line-height: 1.1;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload #file-name.active {
  color: #000;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .button-upload {
  border: none;
  background-color: #e3e3e3;
  color: #1c1b7e;
  margin-top: 0 !important;
  border-radius: 0.1875rem;
  padding-left: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-right: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .button-upload::after {
  border-color: transparent;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .button-upload:active, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .button-upload:hover, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .button-upload:focus {
  color: #fff;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_fileupload .ginput_preview {
  margin-left: 1rem;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_select {
  position: relative;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio {
  margin-bottom: 0 !important;
  width: calc(100% - 1rem);
  margin-left: 1rem !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li {
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  width: 0 !important;
  height: 0;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked + label, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked:hover + label, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked:focus + label {
  color: #1e1c83;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked + label .check, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked:hover + label .check, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked:focus + label .check {
  border-color: #1e1c83;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked + label .check::before, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked:hover + label .check::before, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li input[type=radio]:checked:focus + label .check::before {
  opacity: 1;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label {
  display: inline-block;
  position: relative;
  padding: 0.375rem 1rem 0.375rem 2rem;
  margin: 0;
  cursor: pointer;
  min-width: 0;
  width: auto;
  font-weight: 400;
  line-height: 1.35;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label.active {
  color: #1e1c83;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label.active .check {
  border-color: #1e1c83;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label.active .check::before {
  opacity: 1;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label:hover, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label:focus {
  color: rgba(30, 28, 131, 0.6);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label:hover .check, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label:focus .check {
  border-color: rgba(30, 28, 131, 0.6);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label:hover .check::before, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li label:focus .check::before {
  opacity: 0.6;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li .check {
  position: absolute;
  border: 0.1875rem solid #000;
  border-radius: 100%;
  height: 1.25rem;
  width: 1.25rem;
  left: 0;
  top: 0.375rem;
  display: block;
  cursor: pointer;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li .check::before {
  content: "";
  border-radius: 100%;
  height: 0.375rem;
  width: 0.375rem;
  position: absolute;
  left: calc(50% - 0.1875rem);
  top: calc(50% - 0.1875rem);
  display: block;
  background-color: #1e1c83;
  opacity: 0;
  cursor: pointer;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox {
  margin-top: 0 !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li {
  margin: 0;
  overflow: visible;
  width: 100%;
  position: relative;
  margin-top: 0.25rem !important;
  margin-top: 0.3125rem !important;
  margin-top: 0.375rem !important;
  margin-top: 0.4375rem !important;
  margin-top: 0.5rem !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label {
  display: inline-block;
  color: #000;
  cursor: default;
  max-width: 100%;
  margin-left: 1.875rem;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label a {
  color: #1e1c83;
  border-bottom: 0.0625rem solid #1e1c83;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label a:hover, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label a:focus {
  border-color: transparent;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label::before, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label::after {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  border-radius: 0.1875rem;
  position: absolute;
  left: -1.875rem;
  top: 0;
  cursor: pointer;
  margin-right: 0.625rem;
  margin-top: 0.125rem;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label::before {
  content: "";
  display: inline-block;
  border: 0.0625rem solid #000;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li label::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMzgxLjgiPjx0aXRsZT5waWt0b2dyYW1hIHLFq8WhaXVvdGkgcGlrdG9ncmFtYSBwYcW+eW3El3RhIHBhcnnFoWtpbnRhIGp1b2RhPC90aXRsZT48cGF0aCBkPSJNMTczLjksMzc0LjMxLDcuNSwyMDcuOTFhMjUuNiwyNS42LDAsMCwxLDAtMzYuMjFsMzYuMi0zNi4yYTI1LjU5LDI1LjU5LDAsMCwxLDM2LjIsMEwxOTIsMjQ3LjU5LDQzMi4wOSw3LjVhMjUuNiwyNS42LDAsMCwxLDM2LjIxLDBsMzYuMiwzNi4yYTI1LjYsMjUuNiwwLDAsMSwwLDM2LjIxTDIxMC4xLDM3NC4zMWEyNS42MSwyNS42MSwwLDAsMS0zNi4yLDBaIi8+PC9zdmc+Cg==) no-repeat center;
  background-size: 55%;
  top: 0;
  opacity: 0;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked + label::after, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked:hover + label::after, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked:focus + label::after {
  opacity: 1;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:hover + label::after, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:focus + label::after {
  opacity: 0.75;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gsection {
  margin-right: 0 !important;
  border-bottom-color: #1e1c83;
  padding-bottom: clamp(0.25rem, 0.225rem + 0.0078125vw, 0.375rem);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect {
  width: 100% !important;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect select.gfield_select {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0.125rem solid #E6E6E6;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: auto;
  position: relative;
  border-radius: 0.3125rem;
  padding-top: clamp(0.625rem, 0.6rem + 0.0078125vw, 0.75rem);
  padding-bottom: clamp(0.625rem, 0.6rem + 0.0078125vw, 0.75rem);
  padding-left: clamp(1rem, 0.975rem + 0.0078125vw, 1.125rem);
  padding-right: clamp(1rem, 0.975rem + 0.0078125vw, 1.125rem);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect select.gfield_select option {
  padding-top: clamp(0.25rem, 0.225rem + 0.0078125vw, 0.375rem);
  padding-bottom: clamp(0.25rem, 0.225rem + 0.0078125vw, 0.375rem);
  padding-left: clamp(0.375rem, 0.35rem + 0.0078125vw, 0.5rem);
  padding-right: clamp(0.375rem, 0.35rem + 0.0078125vw, 0.5rem);
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect select.gfield_select option:hover, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect select.gfield_select option:focus, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield div.ginput_container_multiselect select.gfield_select option:checked {
  color: #1e1c83;
  background: #eee;
}
body .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0 !important;
  position: relative;
}
body .gform_wrapper form .gform_footer .gform_ajax_spinner {
  position: absolute;
  width: 3rem;
  height: auto;
  right: 0;
  bottom: 0;
}
body .gform_wrapper form .gform_footer .submit-button-wrapper {
  margin-top: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-top: 2rem !important;
}
body .gform_wrapper form .gform_footer .submit-button-wrapper.no-drop {
  cursor: no-drop;
}
body .gform_wrapper form.form-with-bg .gform_next_button,
body .gform_wrapper form.form-with-bg .gform_previous_button,
body .gform_wrapper form.form-with-bg .gform_button,
body .gform_wrapper form.form-with-bg .add_repeater_item,
body .gform_wrapper form.form-with-bg .remove_repeater_item,
body .gform_wrapper form.form-with-bg input[type=button] {
  color: #1c1b4b;
}
body .gform_wrapper form.form-with-bg .gform_next_button::after,
body .gform_wrapper form.form-with-bg .gform_previous_button::after,
body .gform_wrapper form.form-with-bg .gform_button::after,
body .gform_wrapper form.form-with-bg .add_repeater_item::after,
body .gform_wrapper form.form-with-bg .remove_repeater_item::after,
body .gform_wrapper form.form-with-bg input[type=button]::after {
  border-color: #1c1b4b;
}
body .gform_wrapper form.form-with-bg .gform_next_button::before,
body .gform_wrapper form.form-with-bg .gform_previous_button::before,
body .gform_wrapper form.form-with-bg .gform_button::before,
body .gform_wrapper form.form-with-bg .add_repeater_item::before,
body .gform_wrapper form.form-with-bg .remove_repeater_item::before,
body .gform_wrapper form.form-with-bg input[type=button]::before {
  background-color: #f5f6fb;
}
body .gform_wrapper form.form-with-bg .gform_next_button:hover, body .gform_wrapper form.form-with-bg .gform_next_button:focus,
body .gform_wrapper form.form-with-bg .gform_previous_button:hover,
body .gform_wrapper form.form-with-bg .gform_previous_button:focus,
body .gform_wrapper form.form-with-bg .gform_button:hover,
body .gform_wrapper form.form-with-bg .gform_button:focus,
body .gform_wrapper form.form-with-bg .add_repeater_item:hover,
body .gform_wrapper form.form-with-bg .add_repeater_item:focus,
body .gform_wrapper form.form-with-bg .remove_repeater_item:hover,
body .gform_wrapper form.form-with-bg .remove_repeater_item:focus,
body .gform_wrapper form.form-with-bg input[type=button]:hover,
body .gform_wrapper form.form-with-bg input[type=button]:focus {
  background-color: #1e1c83;
  color: #fff;
}
body .gform_wrapper form.form-with-bg .gform_next_button:hover::after, body .gform_wrapper form.form-with-bg .gform_next_button:focus::after,
body .gform_wrapper form.form-with-bg .gform_previous_button:hover::after,
body .gform_wrapper form.form-with-bg .gform_previous_button:focus::after,
body .gform_wrapper form.form-with-bg .gform_button:hover::after,
body .gform_wrapper form.form-with-bg .gform_button:focus::after,
body .gform_wrapper form.form-with-bg .add_repeater_item:hover::after,
body .gform_wrapper form.form-with-bg .add_repeater_item:focus::after,
body .gform_wrapper form.form-with-bg .remove_repeater_item:hover::after,
body .gform_wrapper form.form-with-bg .remove_repeater_item:focus::after,
body .gform_wrapper form.form-with-bg input[type=button]:hover::after,
body .gform_wrapper form.form-with-bg input[type=button]:focus::after {
  border-color: #f5f6fb;
}
body .gform_wrapper form.form-with-bg .gform_heading .gform_title {
  color: #fff;
}
body .gform_wrapper form.form-with-bg .gform_heading .gform_description {
  color: #fff;
}
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input),
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  background: #fff;
  font-weight: 600;
  color: black;
  border-color: #34c99d;
}
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-webkit-input-placeholder, body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-webkit-input-placeholder {
  font-weight: 600;
  color: #1e1c83;
}
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-moz-placeholder, body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-moz-placeholder {
  font-weight: 600;
  color: #1e1c83;
}
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input):-ms-input-placeholder, body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container textarea:-ms-input-placeholder {
  font-weight: 600;
  color: #1e1c83;
}
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::-ms-input-placeholder, body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::-ms-input-placeholder {
  font-weight: 600;
  color: #1e1c83;
}
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-focus-input):not(.chosen-search-input)::placeholder,
body .gform_wrapper form.form-with-bg div.gform_body ul.gform_fields li.gfield div.ginput_container textarea::placeholder {
  font-weight: 600;
  color: #1e1c83;
}
body .gform_wrapper form.cta-special-form-with-pages .gform_page_footer {
  border-top: none !important;
}
body .gform_wrapper form.cta-special-form-with-pages .gform_page_footer .gform_ajax_spinner {
  position: absolute;
  width: 3rem;
  height: auto;
  right: 0;
  bottom: 0;
}
body .gform_wrapper form.cta-special-form-with-pages .gf_progressbar_wrapper {
  display: none;
}
body .gform_wrapper form.cta-special-form-with-pages .gform_previous_button {
  display: none !important;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/sidebar/_widget-search.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sidebar - Widget Search Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar .widget-search {
  border: none !important;
}
.sidebar .widget-search .search-form__input {
  border: 0.0625rem solid #eee;
  border-radius: 0.1875rem;
  color: #000;
}
.sidebar .widget-search .search-form__input::-webkit-input-placeholder {
  color: #808080;
}
.sidebar .widget-search .search-form__input::-moz-placeholder {
  color: #808080;
}
.sidebar .widget-search .search-form__input:-ms-input-placeholder {
  color: #808080;
}
.sidebar .widget-search .search-form__input::-ms-input-placeholder {
  color: #808080;
}
.sidebar .widget-search .search-form__input::placeholder {
  color: #808080;
}
.sidebar .widget-search .search-form__input:focus {
  border-color: #34c99d;
}
.sidebar .widget-search .search-form__button {
  top: 0;
  right: 0;
  height: 100%;
  width: 3.125rem;
  background: transparent;
  border: none;
}
.sidebar .widget-search .search-form__button:hover, .sidebar .widget-search .search-form__button:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sidebar .widget-search .search-form__button img {
  width: 0.9375rem;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/video-consultation-button/_video-consultation-button-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Video Consultation Button Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.video-consultation-button {
  right: 1rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateX(50%) rotate(-90deg);
      -ms-transform: translateX(50%) rotate(-90deg);
          transform: translateX(50%) rotate(-90deg);
  border: 1px solid #fff;
  padding: 0.25rem 0.75rem;
  -webkit-animation: fadeInFromNone 0.75s forwards;
          animation: fadeInFromNone 0.75s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}
.video-consultation-button__icon {
  width: 1.25rem;
  position: relative;
  bottom: 1px;
  margin-right: 0.5rem;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/share/_share-styles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.share-wrapper .social-icons__item .social-link__icon path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Share Icons Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.share-wrapper {
  border-top: 0.0625rem solid #dcdcdc;
}
.share-wrapper .social-icons::before, .share-wrapper .social-icons::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.0625rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  background: #dcdcdc;
}
.share-wrapper .social-icons::before {
  left: -0.125rem;
}
.share-wrapper .social-icons::after {
  left: 0.125rem;
}
.share-wrapper .social-icons__item {
  margin-right: 0.5rem !important;
  margin-right: 0.625rem !important;
  margin-right: 0.75rem !important;
  margin-right: 0.875rem !important;
  margin-right: 1rem !important;
}
.share-wrapper .social-icons__item:last-child {
  margin-right: 0 !important;
}
.share-wrapper .social-icons__item .social-link {
  border: none;
  width: auto;
  height: auto;
}
.share-wrapper .social-icons__item .social-link:hover, .share-wrapper .social-icons__item .social-link:focus {
  background: transparent;
}
.share-wrapper .social-icons__item .social-link:hover .social-link__icon path, .share-wrapper .social-icons__item .social-link:focus .social-link__icon path {
  fill: #1e1c83;
}
.share-wrapper .social-icons__item .social-link__icon {
  width: 0.8125rem;
  height: 0.8125rem;
}
.share-wrapper .social-icons__item .social-link__icon path {
  fill: #808080;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/comments/_comments-styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
.comment-respond .comment-form textarea::-webkit-input-placeholder, .comment-respond .comment-form input[type=text]::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.comment-respond .comment-form textarea::-moz-placeholder, .comment-respond .comment-form input[type=text]::-moz-placeholder {
  font-size: 0.875rem;
}
.comment-respond .comment-form textarea:-ms-input-placeholder, .comment-respond .comment-form input[type=text]:-ms-input-placeholder {
  font-size: 0.875rem;
}
.comment-respond .comment-form textarea::-ms-input-placeholder, .comment-respond .comment-form input[type=text]::-ms-input-placeholder {
  font-size: 0.875rem;
}
.comment-respond .comment-form .form-submit input[type=submit], .comment-respond .comment-form textarea::placeholder,
.comment-respond .comment-form input[type=text]::placeholder, .comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text] {
  font-size: 0.875rem;
}

.comment-respond .comment-reply-title {
  font-size: clamp(1.25rem, 1.2rem + 0.015625vw, 1.5rem);
}

/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
.comment-respond .comment-form textarea::-webkit-input-placeholder, .comment-respond .comment-form input[type=text]::-webkit-input-placeholder {
  letter-spacing: 0 !important;
}
.comment-respond .comment-form textarea::-moz-placeholder, .comment-respond .comment-form input[type=text]::-moz-placeholder {
  letter-spacing: 0 !important;
}
.comment-respond .comment-form textarea:-ms-input-placeholder, .comment-respond .comment-form input[type=text]:-ms-input-placeholder {
  letter-spacing: 0 !important;
}
.comment-respond .comment-form textarea::-ms-input-placeholder, .comment-respond .comment-form input[type=text]::-ms-input-placeholder {
  letter-spacing: 0 !important;
}
.comment-respond .comment-form textarea::placeholder,
.comment-respond .comment-form input[type=text]::placeholder, .comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text], .comment-respond .comment-reply-title {
  letter-spacing: 0 !important;
}

.comment-respond .comment-form .form-submit input[type=submit] {
  letter-spacing: clamp(0.015em, 0.003em + 0.00375vw, 0.075em);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Comments Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.comments-area .bg-light-gray {
  border-radius: 0.3125rem;
}

.comment-list {
  list-style-type: none;
}
.comment-list .avatar {
  border-radius: 100%;
  height: auto;
  width: clamp(3rem, 2.525rem + 0.1484375vw, 5.375rem);
}
.comment-list .comment-respond {
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
}
.comment-list .comment-form {
  background: #fff !important;
  padding: 0.5rem !important;
  padding: 0.625rem !important;
  padding: 0.75rem !important;
  padding: 0.875rem !important;
  padding: 1rem !important;
  margin-top: 0.5rem !important;
  margin-top: 0.625rem !important;
  margin-top: 0.75rem !important;
  margin-top: 0.875rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  margin-bottom: 1.625rem !important;
  margin-bottom: 1.75rem !important;
  margin-bottom: 1.875rem !important;
  margin-bottom: 2rem !important;
}
.comment-list .comment:last-of-type .comment__border {
  display: none !important;
}
.comment-list .comment:last-of-type ul.children .comment:first-of-type::before {
  content: "";
  width: 100%;
  display: block;
  height: 0.0625rem;
  background: #dcdcdc;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.comment-list .comment:last-of-type ul.children .comment:last-of-type::after {
  display: none;
}
.comment-list .comment__author cite {
  font-style: normal;
}
.comment-list .comment__border {
  height: 0.0625rem;
  background: #dcdcdc;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.comment-list .comment ul.children {
  margin-left: 7.25rem;
  list-style-type: none;
  margin-left: clamp(4.875rem, 4.4rem + 0.1484375vw, 7.25rem);
}
.comment-list .comment ul.children .comment::after {
  content: "";
  display: block;
  height: 0.0625rem;
  background: #dcdcdc;
  margin-left: clamp(4.875rem, 4.4rem + 0.1484375vw, 7.25rem);
  width: calc(100% - 4.875rem);
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.comment-respond {
  margin-top: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-top: 2rem !important;
}
.comment-respond .comment-reply-title {
  color: #1c1b4b;
  font-weight: 700;
}
.comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f6fb;
  border-radius: 0.3125rem;
  padding: clamp(1.5rem, 1.4rem + 0.03125vw, 2rem);
  margin-top: clamp(1.5rem, 1.4rem + 0.03125vw, 2rem);
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
  width: calc(50% - 0.9375rem);
}
.comment-respond .comment-form .first-line {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.comment-respond .comment-form .logged-in-as a {
  font-weight: 600;
  color: #1e1c83;
}
.comment-respond .comment-form .logged-in-as a:hover, .comment-respond .comment-form .logged-in-as a:focus {
  color: #34c99d;
}
.comment-respond .comment-form .comment-form-comment {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.comment-respond .comment-form .form-submit {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text] {
  background: transparent;
  border: 0.0625rem solid #828282;
  border-radius: 0.1875rem;
  width: 100%;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.comment-respond .comment-form textarea:focus,
.comment-respond .comment-form input[type=text]:focus {
  border-color: #34c99d;
}
.comment-respond .comment-form textarea {
  height: 7.5rem;
  padding: 0.5rem !important;
  padding: 0.625rem !important;
  padding: 0.75rem !important;
  padding: 0.875rem !important;
  padding: 1rem !important;
  margin-top: 1rem !important;
  margin-top: 1.125rem !important;
  margin-top: 1.25rem !important;
  margin-top: 1.375rem !important;
  margin-top: 1.5rem !important;
}
.comment-respond .comment-form .form-submit {
  margin-top: 1rem !important;
  margin-top: 1.125rem !important;
  margin-top: 1.25rem !important;
  margin-top: 1.375rem !important;
  margin-top: 1.5rem !important;
}
.comment-respond .comment-form .form-submit input[type=submit] {
  text-align: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 9.375rem;
  text-transform: uppercase;
  border-radius: 0.1875rem;
  color: #fff;
  border: none;
  background: #1e1c83;
  border-bottom: 0.125rem solid #34c99d;
  padding-left: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-right: clamp(0.75rem, 0.7rem + 0.015625vw, 1rem);
  padding-top: clamp(0.5rem, 0.475rem + 0.0078125vw, 0.625rem);
  padding-bottom: clamp(0.5rem, 0.475rem + 0.0078125vw, 0.625rem);
}
.comment-respond .comment-form .form-submit input[type=submit]:hover, .comment-respond .comment-form .form-submit input[type=submit]:focus {
  background: #34c99d;
  border-bottom-color: #1e1c83;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/sidebar/_widget-testimonials.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sidebar - Widget Testimonials Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar .widget-testimonials__title {
  padding-right: 7.5rem;
}
.sidebar .widget-testimonials .single-testimonial {
  padding-bottom: 2.5rem;
}
.sidebar .widget-testimonials .single-testimonial::before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJxdW90ZS1yaWdodCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXF1b3RlLXJpZ2h0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHRpdGxlPnBpa3RvZ3JhbWEgY2l0YXRhIHRhbXNpPC90aXRsZT48cGF0aCBmaWxsPSIjMWMxYjRiIiBkPSJNNDY0IDMySDMzNmMtMjYuNSAwLTQ4IDIxLjUtNDggNDh2MTI4YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDgwdjY0YzAgMzUuMy0yOC43IDY0LTY0IDY0aC04Yy0xMy4zIDAtMjQgMTAuNy0yNCAyNHY0OGMwIDEzLjMgMTAuNyAyNCAyNCAyNGg4Yzg4LjQgMCAxNjAtNzEuNiAxNjAtMTYwVjgwYzAtMjYuNS0yMS41LTQ4LTQ4LTQ4em0tMjg4IDBINDhDMjEuNSAzMiAwIDUzLjUgMCA4MHYxMjhjMCAyNi41IDIxLjUgNDggNDggNDhoODB2NjRjMCAzNS4zLTI4LjcgNjQtNjQgNjRoLThjLTEzLjMgMC0yNCAxMC43LTI0IDI0djQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0aDhjODguNCAwIDE2MC03MS42IDE2MC0xNjBWODBjMC0yNi41LTIxLjUtNDgtNDgtNDh6Ij48L3BhdGg+PC9zdmc+Cg==);
  width: 1rem;
  height: 1rem;
  bottom: 0.7;
  right: 0.7;
}
.sidebar .widget-testimonials .single-testimonial__image-wrapper {
  padding: 1rem 0.25rem 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom-right-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
}
.sidebar .widget-testimonials .single-testimonial__image {
  width: 2rem;
  height: 2rem;
}
.sidebar .widget-testimonials .single-testimonial__content-wrapper {
  margin-left: 1.25rem;
}
@media (min-width: 576px) {
  .sidebar .widget-testimonials .owl-nav {
    position: absolute;
    right: 0.5rem;
    top: -3.9375rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .sidebar .widget-testimonials .owl-nav {
    top: -3.75rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .sidebar .widget-testimonials .owl-nav {
    top: -3.875rem;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .sidebar .widget-testimonials .owl-nav {
    top: -4rem;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .sidebar .widget-testimonials .owl-nav {
    top: -4.125rem;
  }
}
.sidebar .widget-testimonials .owl-nav .owl-prev,
.sidebar .widget-testimonials .owl-nav .owl-next {
  cursor: pointer;
  width: 2.875rem;
  height: 2.5rem;
  border-radius: 0.1875rem;
  padding: 0.625rem !important;
  background-color: #1e1c83;
  display: inline-block;
  margin: 0.125rem;
}
.sidebar .widget-testimonials .owl-nav .owl-prev:hover,
.sidebar .widget-testimonials .owl-nav .owl-next:hover {
  background-color: #1c1b4b;
}
.sidebar .widget-testimonials .owl-nav .owl-prev span,
.sidebar .widget-testimonials .owl-nav .owl-next span {
  color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar .widget-testimonials .owl-nav .owl-prev.disabled,
.sidebar .widget-testimonials .owl-nav .owl-next.disabled {
  opacity: 0.1;
  cursor: default;
}
.sidebar .widget-testimonials .owl-nav .owl-prev {
  margin-left: 0;
}
.sidebar .widget-testimonials .owl-nav .owl-prev span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTguNSA0MzYuNyIgdmlld0JveD0iMCAwIDUxOC41IDQzNi43IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5yb2R5a2zEl3Mgcm9keWtsxJcga2FpcsSXPC90aXRsZT48ZyBmaWxsPSIjMzRjOTlkIj48cGF0aCBkPSJtMjU3LjUgNDA3LjUtMjIuMiAyMi4yYy05LjQgOS40LTI0LjYgOS40LTMzLjkgMGwtMTk0LjQtMTk0LjRjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDE5NC40LTE5NC40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjIgMjIuMmM5LjUgOS41IDkuMyAyNS0uNCAzNC4zbC0xMjAuNCAxMTQuOGgzMTEuM3Y4MGgtMzExLjNsMTIwLjUgMTE0LjhjOS43IDkuMyA5LjkgMjQuOC4zIDM0LjR6Ii8+PHBhdGggZD0ibTMxMi44IDE3OC4zaDIwNS43djc5LjhoLTIwNS43eiIvPjwvZz48L3N2Zz4=);
}
.sidebar .widget-testimonials .owl-nav .owl-next {
  margin-right: 0;
}
.sidebar .widget-testimonials .owl-nav .owl-next span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTguNSA0MzYuNyIgdmlld0JveD0iMCAwIDUxOC41IDQzNi43IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5yb2R5a2zElyByb2R5a2zElyBkZcWhaW7ElyB2aWVudGlzYTwvdGl0bGU+PGcgZmlsbD0iIzM0Yzk5ZCI+PHBhdGggZD0ibTI2MC45IDQwNy40Yy05LjYtOS41LTkuNC0yNSAuNC0zNC4zbDEyMC41LTExNC44aC0zMTEuNHYtODBoMzExLjRsLTEyMC41LTExNC44Yy05LjctOS4zLTkuOS0yNC44LS40LTM0LjNsMjIuMi0yMi4yYzkuMy05LjQgMjQuNS05LjQgMzMuOSAwbDE5NC40IDE5NC40YzkuNCA5LjMgOS40IDI0LjUgMCAzMy45bC0xOTQuNCAxOTQuNGMtOS4zIDkuNC0yNC41IDkuNC0zMy45IDB6Ii8+PHBhdGggZD0ibTAgMTc4LjNoMjA1Ljd2NzkuOGgtMjA1Ljd6IiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgLTEgMjA1LjczMjEgNDM2LjUzNTMpIi8+PC9nPjwvc3ZnPg==);
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/template-parts/sidebar/_sidebar-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sidebar Part Styles ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar .widget {
  border: 0.0625rem solid #eee;
  border-radius: 0.1875rem;
}
.sidebar .widget + .widget {
  margin-top: 1.5rem !important;
  margin-top: 1.625rem !important;
  margin-top: 1.75rem !important;
  margin-top: 1.875rem !important;
  margin-top: 2rem !important;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/components/blocks/cta-with-button/_cta-with-button.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Bootstrap Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~ Color system ~~~~~ */
/* ~~~~~ Grid ~~~~~ */
/* ~~~~~ Fonts ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* ~~~~~ OWL Carousel ~~~~~ */
/* ~~~~~~~~~~ CSS Custom Properties (2025 Modern Pattern) ~~~~~~~~~~ */
/* Phase 2.5: Mobile Navigation Modernization */
:root {
  /* Spacing Scale (8px base unit) */
  --space-unit: 0.5rem; /* 8px */
  --space-xs: calc(var(--space-unit) * 1); /* 8px */
  --space-sm: calc(var(--space-unit) * 1.5); /* 12px */
  --space-md: calc(var(--space-unit) * 2); /* 16px */
  --space-lg: calc(var(--space-unit) * 3); /* 24px */
  --space-xl: calc(var(--space-unit) * 4); /* 32px */
  /* Typography Scale */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  /* Touch Targets (44px minimum per Apple HIG) */
  --tap-target: 2.75rem; /* 44px */
  /* Mobile Navigation */
  --nav-width-mobile: 80vw;
  --nav-width-max: 400px;
  --nav-padding-inline: var(--space-lg);
  --nav-padding-block: var(--space-md);
  /* Context-Aware Component Variables (inherited by children) */
  --button-width: auto; /* Default: shrink to content */
  --button-min-width: 9.375rem; /* Default: 150px (desktop base) */
  --button-align: flex-start; /* Default: left-aligned */
  --contact-icon-size: 32px; /* Default: desktop size */
  /* Button Size Presets (Phase 4.5) */
  --button-min-width-small: 1rem; /* 16px */
  --button-min-width-medium: 12.5rem; /* 200px */
  --button-min-width-large: 15.625rem; /* 250px */
  /* Logo Sizing (Phase 4.5: Responsive) */
  --logo-size: 80px; /* Desktop default */
  --logo-size-tablet: 60px; /* Tablet (768px-991px) */
  --logo-size-mobile: 60px; /* Mobile (<768px) */
}

/* Responsive Scaling (mobile-first) */
@media (max-width: 375px) {
  :root {
    --space-unit: 0.4rem; /* Tighter spacing on small screens */
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Mixins ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ String Split (needed by spacings/classes) ~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~ Fluid Helper (from legacy fluid.scss) ~~~~~ */
/* ~~~~~~~~~~~~ Modern Fluid Typography (2025 - Native CSS clamp) ~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Fluid type ~~~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Spacings ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Letter spacing ~~~~~~~~~~~ */
/* ~~~~~~~~~~ Sticky WordPress Admin Bar Fix ~~~~~~~~~~ */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ DEPRECATED: Element spacing ~~~~~~~~~~ */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Placeholders ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ Single transition ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ ACF Block CTA with Button Template Part Styles ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.acf-block-cta-with-button {
  background-image: url(/wp-content/themes/papadent/dist/24c16a6c9edfaa8579d6.jpg);
}
.acf-block-cta-with-button--paddings {
  padding-top: clamp(2rem, 1.7rem + 0.09375vw, 3.5rem);
  padding-bottom: clamp(2rem, 1.7rem + 0.09375vw, 3.5rem);
}

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