/* ==========================================================================
   1. IMPORTS & FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&display=swap'); /* Duplicate kept as requested */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    src: url('memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu0sc55k5gw.woff2') format('woff2');
    font-display: auto;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    src: url('memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu0sc55k5gw.woff2') format('woff2');
    font-display: auto;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    src: url('memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu0sc55k5gw.woff2') format('woff2');
    font-display: auto;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    src: url('memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu0sc55k5gw.woff2') format('woff2');
    font-display: auto;
}


/* ==========================================================================
   2. BASE HTML ELEMENTS
   ========================================================================== */
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
}

body {
    background-color: #FFF;
    color: #393939;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

body:not(.haswebdescription):not(.hasbanner).hasfixednav {
    padding-top: 74px;
}

body.padded {
    padding-top: 74px;
}

body.hasfixednav.padded #webdescription {
    visibility: hidden;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

sub {
    font-size: .8em;
    position: relative;
    top: .5em;
}

sup {
    font-size: .8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 1px #313032;
    margin: 2em 0;
}

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

blockquote, q {
    quotes: none;
}

blockquote {
    border-left: solid 4px #313032;
    font-style: italic;
    margin: 0 0 .5em 0;
    padding: .5em 0 .5em 2em;
}

code {
    background: rgba(207, 201, 214, 0.035);
    border: solid 1px #313032;
    font-family: "Courier New", monospace;
    font-size: .9em;
    margin: 0 .25em;
    padding: .25em .65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: .9em;
    margin: 0 0 .5em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

/* Lists */
ol, ul {
    list-style: none;
}

ol {
    list-style: decimal;
    margin: 0 0 .5em 0;
    padding-left: 2em;
}

ol li {
    padding-left: .25em;
}

ul li {
    font-size: 18px;
}

ul:not(.slides) {
    list-style: disc;
    margin: 0 0 .5em 0;
    padding-left: 1.2em;
}

ul:not(.slides) li {
    padding-left: .5em;
}

dl {
    margin: 0 0 .5em 0;
}


/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
}

h1, h2 {
    margin: 40px 0px 30px 0px;
}

h3, h4, h5, h6, p {
    margin: 0 5px 20px 0;
}

h1 {
    font-size: 2.5rem;
    color: #393939;
    font-weight: 600;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    color: #ED0B00;
    font-weight: 600;
    text-transform: none;
    line-height: 1.5;
}

h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    color: #393939;
    font-weight: normal;
    text-transform: none;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

p {
    margin: 0 0 40px 0;
    font-size: 18px;
}

h1.no-margin { margin: 0px 0 5px 0; }
h2.no-margin { margin: 40px 0 10px 0; font-size: 2rem; }
h2.no-margin2 { margin: 0 0 10px 0; font-size: 2rem; }
h3.no-margin { margin: 5px 0 10px 0; font-size: 22px; }

p.no-margin { margin: 0 0 10px 0; font-size: 18px; }
p.block-margin { margin: 40px 0 40px 0; font-size: 18px; }
p.special { font-size: 30px; text-align: center; }
p.special2 { font-size: 24px; text-align: center; margin: 0 0 .5em 0; }
p.text-center { text-align: center; }

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

.articlearea > h1:last-child,
.articlearea > h2:last-child,
.articlearea > h3:last-child,
.articlearea > h4:last-child,
.articlearea > h5:last-child,
.articlearea > h6:last-child,
.articlearea > p:last-child {
    margin: 0;
}


/* ==========================================================================
   4. BUTTONS
   ========================================================================== */
a.button {
    -webkit-appearance: none;
    display: inline-block;
    margin: 0 10px .5em 0;
    padding: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    color: #FFF !important;
    background-color: #ED0B00;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.94);
    transition: background-color 0.2s ease, color 0.2s ease;
}

a.button > span {
    display: block;
    margin: 0;
    padding: 8px 15px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
}

a.button:hover { background-color: #3E3D3D !important; }
a.button.footer-bt:hover { background-color: #ffffff62 !important; }

.buttoncentercont {
    text-align: center;
    margin-top: 40px;
}

a.buttoncenter {
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    color: #FFF !important;
    background-color: #ED0B00;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.94);
    transition: background-color 0.2s ease, color 0.2s ease;
}

a.buttoncenter > span {
    display: block;
    padding: 8px 15px;
    text-align: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
}

a.buttoncenter:hover { background-color: #3E3D3D !important; }

a.buttonv2 {
    -webkit-appearance: none;
    display: inline-block;
    margin: 0 10px .5em 0;
    padding: 10px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    color: #FFF !important;
    background-color: #ED0B00;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

a.buttonv2 > span {
    display: block;
    margin: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
}

a.buttonv2:hover {
    background-color: #3E3D3D !important;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
}

a.buttonv2.footer-bt:hover { background-color: #ffffff62 !important; }


/* ==========================================================================
   5. HEADER & NAVIGATION
   ========================================================================== */
.container-header {
    background: #cccccc !important;
    background-image: none !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 0 0 0 !important;
}

.navbar-brand {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    margin-bottom: 8px !important;
}

.site-description {
    text-align: center !important;
    color: #666666 !important;
    font-size: 30px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    margin-top: 15px;
    font-family: "Open Sans";
    font-weight: 300;
}

#nav {
    position: relative;
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-transition: max-height 300ms ease-in-out;
    -o-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out;
    height: 74px;
    max-height: 74px;
}

#nav > ul {
    display: block;
    max-height: 74px;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    word-spacing: -4px;
    background-color: rgba(255, 255, 255, 0.94);
    width: 100%;
    font-size: .8em;
}

#nav > ul > li {
    display: inline-block;
    line-height: 74px;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-spacing: normal;
    margin-right: 1px;
}

#nav > ul > li:last-child { margin-right: 0; }
#nav > ul > li.open > a { background-color: rgba(0, 0, 0, 0.2); color: #FFF; }

#nav > ul li.overflownonly {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

#nav > ul.overflown li.overflownonly {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#nav > ul.overflown li:not(.overflownonly):not(.logo) { display: none; }
#nav > ul.overflown li.logo { display: inline-block; }
#nav > ul.overflown li.logo a.logo { visibility: hidden; }

#nav > ul li.logo {
    -webkit-transition: width 600ms, opacity 400ms linear 400ms;
    -o-transition: width 600ms, opacity 400ms linear 400ms;
    transition: width 600ms, opacity 400ms linear 400ms;
    width: 0;
    overflow: hidden;
    opacity: 0;
    min-width: 0;
    background-color: transparent;
}

#nav > ul li.logo > a,
#nav > ul li.logo > a.active {
    background-color: transparent;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 0;
    margin: 0;
    padding: 7px 2em 7px 2em;
    max-height: 100%;
}

#nav > ul li.logo > a img,
#nav > ul li.logo > a.active img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
}

#nav ul li a, 
#nav.on ul li a {
    font-size: 14px !important;
    line-height: 74px;
}

#nav > ul li a {
    height: 74px;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    color: #393939;
    display: block;
    letter-spacing: .1em;
    padding: 0 2em;
    text-decoration: none;
    text-indent: .125em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.94);
}

#nav > ul li a.active {
    background-color: #ED0B00;
    color: #FFF;
}

#nav ul ul li a,
#nav.on ul ul li a {
    font-size: 14px !important;
    line-height: 3em;
}

#nav .zpnodefaults a {
    font-size: 12px !important;
}

#nav > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 5;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.94);
}

#nav > ul ul.hidden { display: none; }
#nav > ul ul ul { position: absolute; top: 0; left: 100%; }

#nav ul ul li { display: block; border: 0; line-height: 3em; }

#nav ul ul li a {
    height: auto;
    text-align: left;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Nav Chevrons */
#nav li.haschilds > a,
#nav .dropdown-menu li.haschilds {
    padding-right: 3em;
}

#nav li.haschilds > a:after,
#nav .dropdown-menu li.haschilds > a:after {
    content: '';
    box-sizing: content-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -0.3em;
    right: 2em;
    height: .5em;
    width: .5em;
    border-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: block;
    -webkit-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 40%;
    transform-origin: 50% 40%;
}

#nav li.haschilds.clicked > a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav > ul > li.haschilds > a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav > ul > li.haschilds.clicked > a:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* Fixed Nav */
#nav.fixed {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0;
}

body:not(.haswebdescription):not(.hasbanner).hasfixednav #nav {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0;
    z-index: 20;
}

#nav.fixed ul > li.logo {
    display: inline-block;
    width: calc(200px + 4em);
    opacity: 1;
}

#nav.fixed ul > li.logo a.logo { visibility: visible; }
#nav.fixed ul > li.logo.hidden { width: 0; overflow: hidden; }
#nav:not(.on) li.overflowing { visibility: hidden; }

/* Mobile Open Nav (.on) */
#nav.on {
    height: auto;
    max-height: 100%;
    width: 100vw;
    max-width: 100%;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.94);
    text-align: left;
    overflow-y: hidden;
}

#nav.on #search.menusearch { padding: 0 2em; }
#nav.on #search.menusearch #zpsearchform { width: 100%; max-width: 100%; padding: 0; }
#nav.on > ul li.overflownonly { position: absolute; top: 0; right: 0; width: auto; }
#nav.on > ul.overflown li.overflownonly,
#nav.on > ul.overflown li.overflownonly a { border-top: 0; }
#nav.on ul { max-height: none; }
#nav.on ul li { display: block !important; border: 0; }

#nav.on ul ul {
    margin-left: 1em;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

#nav.on li.open > ul:not(.hidden) {
    display: block;
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
}

#nav.on ul li > a:not(#mobilenavtoggle):not(.logo) {
    line-height: 3.5em;
    height: auto;
    letter-spacing: normal;
    position: relative;
}

#nav.on li.haschilds > a:after,
#nav.on .dropdown-menu li.haschilds > a:after {
    content: '';
    box-sizing: content-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -0.25em;
    right: 15px;
    height: .5em;
    width: .5em;
    border-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: block;
    -webkit-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav.on li.haschilds.open > a:after,
#nav.on li.haschilds.clicked > a:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav.on > ul { width: 100%; display: block; max-height: none; }
#nav.on > ul > li:not(.logo):not(.overflownonly) { border-top: solid 1px rgba(217, 217, 217, 0.94); }
#nav.on > ul > li.logo { background-color: rgba(255, 255, 255, 0.94); }
#nav.on > ul > li.logo a, #nav.on > ul > li.logo a:hover { background-color: transparent; }
#nav.on.fixed { max-height: 100vh; overflow-y: auto; }
#nav.on.fixed > ul li.overflownonly { position: fixed; }

body:not(.haswebdescription):not(.hasbanner).hasfixednav #nav.on {
    max-height: 100vh;
    overflow-y: auto;
}

/* Nav Hover States (notouch) */
.notouch #nav > ul li a:hover,
.notouch #nav > ul li a.active:hover,
.notouch #nav > ul li a:focus-within,
.notouch #nav > ul li a.active:focus-within {
    background-color: #525753;
    color: #F2F2F2;
}

.notouch #nav:not(.on) li.haschilds:not(.closed):hover > a:after,
.notouch #nav:not(.on) .dropdown-menu li.haschilds:not(.closed):hover > a:after,
.notouch #nav:not(.on) li.haschilds:not(.closed):focus-within > a:after,
.notouch #nav:not(.on) .dropdown-menu li.haschilds:not(.closed):focus-within > a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notouch #nav:not(.on) > ul > li.haschilds:not(.closed):hover > a:after,
.notouch #nav:not(.on) .dropdown-menu li.haschilds:not(.closed):hover > a:after,
.notouch #nav:not(.on) > ul > li.haschilds:not(.closed):focus-within > a:after,
.notouch #nav:not(.on) .dropdown-menu li.haschilds:not(.closed):focus-within > a:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.notouch #nav:not(.on) li:hover > ul:not(.hidden),
.notouch #nav:not(.on) li:focus-within > ul:not(.hidden),
.notouch #nav:not(.on) li.open > ul:not(.hidden) {
    display: block;
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
}

.ie #nav > ul li a.logo img[src$=".svg"] { width: 100%; }


/* ==========================================================================
   6. GRID & LAYOUT SYSTEM
   ========================================================================== */
.container {
    margin-left: auto;
    margin-right: auto;
}

.site-grid {
    margin-bottom: auto;
    max-width: 1180px;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    grid-gap: 0;
}

.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.fullwidth-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding-inline: 10px;
    padding-block: 40px;
}

/* Rows */
.standard-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.standard-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}

.standard-row.has-gap { gap: 2em; padding-left: 0px; }
.standard-row.three-column { gap: 2em; margin-top: 2em; margin-bottom: 5em; }

.standard-row.three-column2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.standard-row.four-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 2em;
    margin-bottom: 5em;
}

.standard-row.three-column4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 2em;
    margin-bottom: 5em;
}

.standard-row.single-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.standard-row.three-column1 { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 2em auto 5em; }

div.standard-row.text-over-image-column {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
}

.standard-row.no-center { justify-content: flex-start; }
.standard-row.no-center1 { justify-content: flex-start; }
.standard-row.no-center2 { justify-content: flex-start; display: flex !important; gap: 20px; flex-wrap: wrap; }
.standard-row.no-center3 { justify-content: flex-start; display: flex !important; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
.standard-row.no-center4 { justify-content: flex-start; padding-inline: 0px; gap: 20px; }
.standard-row.no-center5 { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; gap: 30px; }
.standard-row.col-bullet1 { display: flex; flex-wrap: wrap; justify-content: flex-start; }

/* Columns */
div.standard-row div.standard-column { box-sizing: border-box; max-width: 100%; }
div.standard-row div.standard-column.col-spacer:not(:only-child) { display: none; }

div.standard-column.col-full    { float: left; width: 100%; }
div.standard-column.col-half    { float: left; width: 50%; }
div.standard-column.col-half.col-flex { float: left; }
div.standard-column.col-third   { float: left; width: 31%; }
div.standard-column.col-quarter { float: left; width: calc(25% - 10px); }
div.standard-column.col-quarter.single-icon { float: left; width: calc(25% - 10px); }

div.standard-row div.standard-column div.standard-column-item { display: block; float: left; padding: 0; width: 100%; box-sizing: border-box; }
div.standard-row div.standard-column div.standard-column-item-three { display: block; float: left; padding: 0; width: 100%; box-sizing: border-box; }

div.standard-row div.standard-column img.singleImage { max-width: 100% !important; height: auto !important; display: inline-block; }
div.standard-row div.standard-column .standard-image-gallery img.singleImage { display: block; }

.three-column2 .col-third2 { width: calc(33.333% - 14px); box-sizing: border-box; float: none !important; }
.three-column2 h2 strong { display: block; font-size: clamp(18px, 4vw, 36px); line-height: 1.2; }
.three-column2 img { max-width: 100%; height: auto; display: block; margin: 0 auto; }

.standard-row.four-column .col-quarter { width: calc(25% - 15px); box-sizing: border-box; float: none; }
.standard-row.three-column4 .col-third4 { width: calc(25% - 15px); box-sizing: border-box; float: none; }
.standard-row.four-column .standard-column-item img { max-width: 100%; height: auto; }
.standard-row.four-column h3 { -webkit-hyphens: auto; word-break: break-word; overflow-wrap: break-word; text-align: center; }
.standard-row.three-column4 h3 { -webkit-hyphens: auto; word-break: break-word; overflow-wrap: break-word; text-align: center; }

.three-column1 .col-third1 { width: calc(33.333% - 14px); box-sizing: border-box; float: none !important; }
.three-column1 .standard-column-item1 { display: block; width: 100%; padding: 10px; box-sizing: border-box; }
.three-column1 img { max-width: 100%; height: auto; }

.single-icons .col-quarter2 { box-sizing: border-box; float: none !important; text-align: center; }
.single-icons img { max-width: 100%; height: auto; display: inline-block; }

div.standard-row.text-over-image-column div.standard-column.col-quarter { flex: 1 1 0; min-width: 0; width: auto; max-width: 100%; box-sizing: border-box; }
div.standard-row.has-gap div.standard-column.col-third { width: calc(33.333% - 1.5em); }

.standard-column.col-half4 { width: calc(50% - 10px); box-sizing: border-box; }
.standard-column.col-half3 { width: calc(50% - 30px); box-sizing: border-box; }
.standard-column.col-half.with-gap{ width: calc(50% - 50px); }

.col-bullet div.standard-column.col-flex { flex: 0 0 40%; max-width: 40%; }
.col-bullet div.standard-column.col-flex-1 { flex: 1 1 50%; min-width: 0; padding-left: 30px; }
.col-bullet .hover-zoom-box { padding-right: 0; padding-bottom: 0; width: 100%; }

.col-bullet1 .col-flex1-img { flex: 0 0 40%; max-width: 40%; box-sizing: border-box; }
.col-bullet1 .col-flex1-text { flex: 0 0 55%; max-width: 55%; padding-left: 1.5em; box-sizing: border-box; }

.no-center5 .col-img { flex: 0 0 40%; box-sizing: border-box; }
.standard-column.col-img2 { flex: 0 0 30%; box-sizing: border-box; }
.standard-column.col-img3 { flex: 0 0 30%; box-sizing: border-box; }
.no-center5 .col-txt { flex: 1; box-sizing: border-box; }
.no-center5 img { display: block; height: auto; max-width: 100%; }


/* ==========================================================================
   7. CUSTOM COMPONENTS
   ========================================================================== */
.text-over-image {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.text-over-image img {
    display: block;
    width: 100%;
    height: auto;
}

.as-bottom-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FF0000;
    font-size: 21px;
    font-weight: 600;
    text-shadow: 0px 0px 10px #F4F4F4;
}

.as-upper-text {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    text-shadow: 0px 0px 10px #FF0000;
}

.hover-zoom-box {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding-right: 40px;
    padding-bottom: 30px;
}

.hover-zoom-box img {
    -webkit-transition: transform 500ms ease;
    transition: transform 500ms ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-zoom-box1 {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

.hover-zoom-box1 img {
    -webkit-transition: transform 500ms ease;
    transition: transform 500ms ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom-box1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.colitem1 {
    margin-inline: 100px;
    transition: margin 0.3s ease;
    padding-block: 20px;
    padding-inline: 20px;
    background-color: #ffffff38;
}

.colitem2 {
    text-align: center;
    margin-inline: 100px;
    transition: margin 0.3s ease;
    padding-block: 20px;
    padding-inline: 20px;
    color: #FF0000;
    background-color: rgba(255, 255, 255, 0.33);
    border: 3px solid #FF0000;
    font-weight: 700;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.colitem3 {
    text-align: center;
    margin-inline: 100px;
    transition: margin 0.3s ease;
    padding-block: 20px;
    padding-inline: 20px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.33);
    border: 3px solid #ffffff;
    font-weight: 700;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.colitem4 {
    text-align: center;
    transition: margin 0.3s ease;
    padding-block: 20px;
    padding-inline: 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    border: 3px solid #ffffff;
    font-weight: 700;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    max-width: 50vw;
    margin: 0 auto;
}

/* Service Row & Quarters */
.service-row { display: flex; flex-wrap: wrap; width: 100%; margin: 2em 0; }
.service-quarter { width: 25%; box-sizing: border-box; display: flex; flex-direction: column; padding-bottom: 20px; }
.service-quarter2 { width: 33.33%; box-sizing: border-box; display: flex; flex-direction: column; padding: 20px; }
.bg-red { background-color: #ED0B00; }
.bg-dark { background-color: #393939; }
.service-img img { width: 100%; height: auto; display: block; margin-bottom: 5px; padding: 15px 15px 0 15px; }
.service-text { padding: 0 15px; text-align: center; color: #FFFFFF; font-size: 1.1rem; line-height: 1.4; }

/* Proc-2 Card Container */
.proc-2-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    padding: 40px 0px;
}

.proc-2 {
    width: calc(25% - 22.5px);
    position: relative;
    overflow: hidden;
    background-color: #ED0B00;
    border: 1px solid #ED0B00;
    padding: 30px 10px 40px;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.proc-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #393939;
    transition: height 0.4s ease-in-out;
    z-index: 1;
}

.proc-2:hover::after {
    height: 85%;
}

.proc-2 .picture {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px auto;
    z-index: 3;
}

.proc-2 .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    border: 10px solid #ED0B00;
}

.proc-2 .picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ED0B00;
    border-radius: 50%;
    z-index: 2;
    transform: scale(1) translateY(5px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.proc-2:hover .picture::before { transform: scale(4) translateY(-50%); }

.proc-2 h3,
.proc-2 h4 {
    position: relative;
    z-index: 3;
    padding-bottom: 10px;
}

.proc-2 h3 { margin: 15px 0 5px 0; font-size: 1.2rem; color: #ffffff; }
.proc-2 h4 { margin-bottom: 40px; font-size: 0.9rem; color: #bbbbbb; font-style: italic; font-weight: 600; }


/* ==========================================================================
   8. FOOTER
   ========================================================================== */
.site-footer {
    width: 100%;
    color: #fff;
    background-color: #ed0c00;
    padding-top: 100px;
}

.grid-child {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-inline: 10px;
    box-sizing: border-box;
}

.site-footer a:not(.btn), .site-footer .btn-link { color: currentColor; }
.site-footer a:not(.btn):hover, .site-footer a:not(.btn):focus, .site-footer .btn-link:hover, .site-footer .btn-link:focus { color: var(--gray-200); }
.site-footer .mod-menu { position: relative; }
.site-footer .metismenu.mod-menu .mm-collapse { background: var(--cassiopeia-color-primary); }

.site-footer-menu {
    width: 100%;
    color: #fff;
    background-color: #3e3d3d;
    padding-top: 50px;
    padding-bottom: 50px;
}

.grid-child-2 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-inline: 16px;
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.12em;
}

.grid-child-2 a {
    margin-left: 10px;
    margin-bottom: .5em;
    color: #E7E7E7;
    border-bottom: dotted 1px;
    text-decoration: none;
}

.grid-child-2 a:first-child { margin-left: 0; }
.grid-child-2 a:hover { color: #E7E7E7; border-bottom: dotted 1px; }
.grid-child-2 #copyright { margin-top: .5em; }


/* ==========================================================================
   9. PLUGINS, FLOATING ELEMENTS & MISC
   ========================================================================== */
#mod-custom115 {
    padding-bottom: 40px;
    width: 1000px;
}

/* GLightbox */
.glightbox-clean .gclose {
    background-color: #5d5c5c !important;
    color: #000000 !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    opacity: 1 !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
    display: none !important;
}

/* Back to Top */
.icon-arrow-up.icon-fw { color: #ffffff; font-size: 24px; }

#back-top {
    color: #ffffff00 !important;
    background-color: #ed0c0000 !important;
    border: 1px solid #ffffff00 !important;
    border-radius: 0 !important;
    left: 50% !important;
    right: auto !important;
    inset-inline-end: unset !important;
    transform: translateX(-50%) !important;
    position: fixed;
    padding: .5em;
    transition: opacity .2s ease-in;
    bottom: 1rem;
    inset-inline-end: 1rem;
    z-index: 10000;
}

#back-top:hover, #back-top:focus {
    color: #ffbb93 !important;
    background-color: #ffffff00 !important;
    border-color: #ed0c0000 !important;
}

.to-top { background-color: #3e3d3d; text-align: center; overflow: hidden; padding: 1em 0; }

#my-back-top {
    position: static !important;
    bottom: 1rem !important;
    left: 50% !important;
    color: #fff !important;
    padding: .5em 1em !important;
    z-index: 10000 !important;
    text-decoration: none !important;
    display: block !important;
}

.my-back-top.visible { opacity: 1; }
#my-back-top:hover { background-color: #ffffff00 !important; color: #ffd5b300 !important; border-color: #ED0B00 !important; }

/* Side Navigation */
.sidenavbut a {
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #525753;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 22px;
    height: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
    transform: translateX(calc(-100% + 50px));
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.sidenavbut a span { padding-left: 20px; padding-right: 10px; white-space: nowrap; }
.sidenavbut a i { width: 50px; text-align: center; font-size: 24px; }
.sidebut1 { top: calc(50% - 120px); }
.sidebut2 { top: calc(50% - 55px); }
.sidebut3 { top: calc(50% + 10px); }
.sidenavbut a:hover { transform: translateX(0); background-color: #ed0b00; }

/* WhatsApp Button */
.whatsapp-button { position: fixed; bottom: 10px; right: 60px; z-index: 9986; }
.whatsapp-button i { font-size: 60px; color: #25D366; transition: transform 0.3s ease, color 0.3s ease; }
.whatsapp-button i:hover { color: #84ffb1; }


/* ==========================================================================
   10. ANIMATIONS
   ========================================================================== */
body .animate.shift-left { -webkit-transform: translate3d(-100px, 0, 0); -ms-transform: translate3d(-100px, 0, 0); transform: translate3d(-100px, 0, 0); opacity: 0; }
body .animate.shift-left.show { -webkit-transition: opacity 1000ms ease, transform 1000ms ease; -o-transition: opacity 1000ms ease, transform 1000ms ease; transition: opacity 1000ms ease, transform 1000ms ease; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); opacity: 1; }

body .animate.shift-right { -webkit-transform: translate3d(100px, 0, 0); -ms-transform: translate3d(100px, 0, 0); transform: translate3d(100px, 0, 0); opacity: 0; }
body .animate.shift-right.show { -webkit-transition: opacity 1000ms ease, transform 1000ms ease; -o-transition: opacity 1000ms ease, transform 1000ms ease; transition: opacity 1000ms ease, transform 1000ms ease; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); opacity: 1; padding: 0px !important; }

body .animate.shift-top { -webkit-transform: translate3d(0, -100px, 0); -ms-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); opacity: 0; }
body .animate.shift-top.show { -webkit-transition: opacity 1000ms ease, transform 1000ms ease; -o-transition: opacity 1000ms ease, transform 1000ms ease; transition: opacity 1000ms ease, transform 1000ms ease; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); opacity: 1; }

body .animate.shift-bottom { -webkit-transform: translate3d(0, 100px, 0); -ms-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); opacity: 0; }
body .animate.shift-bottom.show { -webkit-transition: opacity 1000ms ease, transform 1000ms ease; -o-transition: opacity 1000ms ease, transform 1000ms ease; transition: opacity 1000ms ease, transform 1000ms ease; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); opacity: 1; }

body .animate.fade-in { opacity: 0; }
body .animate.fade-in.show { -webkit-transition: opacity 1000ms ease-in; -o-transition: opacity 1000ms ease-in; transition: opacity 1000ms ease-in; opacity: 1; }

body .animate.float-in { -webkit-transform: translateY(99%); -ms-transform: translateY(99%); transform: translateY(99%); opacity: 0; }
body .animate.float-in.show { -webkit-transition: opacity 1500ms ease-out 200ms, transform 1500ms ease-out 200ms; -o-transition: opacity 1500ms ease-out 200ms, transform 1500ms ease-out 200ms; transition: opacity 1500ms ease-out 200ms, transform 1500ms ease-out 200ms; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

body .animate.zoom-out { opacity: 0; -webkit-transform: scale(5, 5); -ms-transform: scale(5, 5); transform: scale(5, 5); }
body .animate.zoom-out.show { -webkit-transition: opacity 900ms ease, transform 900ms ease; -o-transition: opacity 900ms ease, transform 900ms ease; transition: opacity 900ms ease, transform 900ms ease; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }

body .animate.pulse { opacity: 1; }
body .animate.pulse.show { -webkit-animation: pulsate 1600ms ease-in-out 400ms 1; animation: pulsate 1600ms ease-in-out 400ms 1; }

@-webkit-keyframes pulsate {
    0% { -webkit-transform: scale(1, 1); }
    50% { -webkit-transform: scale(1.1, 1.1); }
    100% { -webkit-transform: scale(1, 1); }
}

@keyframes pulsate {
    0% { transform: scale(1, 1); }
    50% { transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1); }
}

body .animate.hover-scale { -webkit-transition: transform 500ms ease; -o-transition: transform 500ms ease; transition: transform 500ms ease; }
body .animate.hover-scale:hover, body a:hover .animate.hover-scale { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
body .hover-scale { -webkit-transition: transform 500ms ease; -o-transition: transform 500ms ease; transition: transform 500ms ease; }
body .hover-scale:hover, body a:hover .hover-scale { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

body .animate.roll-in { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }
body .animate.roll-in.show { -webkit-transition: transform 1000ms ease; -o-transition: transform 1000ms ease; transition: transform 1000ms ease; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }

body .animate.roll-out { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
body .animate.roll-out.show { -webkit-transition: transform 1000ms ease; -o-transition: transform 1000ms ease; transition: transform 1000ms ease; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }

body .animate.slide-in { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
body .animate.slide-in.show { -webkit-transition: transform 1000ms ease; -o-transition: transform 1000ms ease; transition: transform 1000ms ease; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

body .animate.slide-out { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
body .animate.slide-out.show { -webkit-transition: transform 1000ms ease; -o-transition: transform 1000ms ease; transition: transform 1000ms ease; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }

body .animate.coverup-out { -webkit-filter: brightness(100%); filter: brightness(100%); }
body .animate.coverup-out.show { -webkit-transition: filter 1000ms ease; -o-transition: filter 1000ms ease; transition: filter 1000ms ease; -webkit-filter: brightness(0%); filter: brightness(0%); }

body .animate.coverleft-out { opacity: 1; }
body .animate.coverleft-out.show { -webkit-transition: opacity 1000ms ease; -o-transition: opacity 1000ms ease; transition: opacity 1000ms ease; opacity: 0; }

.fullwidth.shift-from-left { -webkit-transform: translate3d(-100px, 0, 0); -ms-transform: translate3d(-100px, 0, 0); transform: translate3d(-100px, 0, 0); opacity: 0; }
.fullwidth.shift-from-left.show { -webkit-transition: opacity 1000ms ease, transform 1000ms ease; -o-transition: opacity 1000ms ease, transform 1000ms ease; transition: opacity 1000ms ease, transform 1000ms ease; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); opacity: 1; }

@keyframes slow-zoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
.sp-image { animation: slow-zoom 10s ease-in-out infinite alternate; }


/* ==========================================================================
   11. MEDIA QUERIES (Ordered from largest to smallest)
   ========================================================================== */

/* --- 1400px --- */
@media (max-width: 1400px) {
    #nav > ul li.overflownonly {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
    #nav:not(.on) > ul > li:not(.overflownonly):not(.logo) {
        display: none;
    }
    #nav > ul {
        max-height: none;
    }
    .site-grid {
        grid-gap: 0;
        margin-bottom: auto;
        width: 100%;
        justify-content: center;
        align-content: center;
        padding-inline: 20px;
    }
}

/* --- 1250px --- */
@media (max-width: 1250px) {
    div.standard-row div.standard-column.col-spacer:not(:only-child) {
        display: none;
    }
    div.standard-row {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100%;
        padding-inline: 0px !important;
    }
    .standard-row.single-icons {
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        padding-inline: 30px;
    }
    div.standard-column.col-quarter {
        flex-wrap: wrap;
        justify-content: center;
    }
    div.standard-column.col-third {
        width: 50% !important;
    }
    div.standard-column.col-half {
        width: 50% !important;
    }
    div.standard-column.col-half4 {
        width: calc(50% - 10px) !important;
    }
    div.standard-row.three-column {
        gap: 0;
        padding: 0;
    }
    div.standard-column.col-third {
        padding: 10px;
    }
    div.standard-row.has-gap {
        gap: 0;
        flex-wrap: none;
    }
    .standard-column.col-half3 {
        width: calc(50% - 30px) !important;
    }
    div.standard-row.text-over-image-column {
        gap: 8px;
        padding-inline: 20px !important;
    }
    .as-bottom-text {
        font-size: calc(10px + 0.4vw);
        bottom: 6px;
    }
    .as-upper-text {
        font-size: calc(10px + 0.4vw);
        bottom: 6px;
    }
    .standard-row.no-center1 {
        justify-content: flex-start;
        padding-inline: 30px;
    }
    .standard-row.no-center2 {
        gap: 0px !important;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-inline: 0px !important;
    }
    .standard-row.no-center3 {
        display: flex !important;
        gap: 20px !important;
        justify-content: flex-start;
        flex-wrap: wrap !important;
        padding-inline: 30px !important;
    }
    .single-icons .col-quarter2 {
        width: calc(33.333% - 10px);
        box-sizing: border-box;
        float: none !important;
        text-align: center;
    }
    .three-column1 .col-third1 {
        width: calc(33.333% - 14px) !important;
    }
    .colitem2, .colitem3 {
        margin: 0 !important;
    }
    .proc-2-container {
        padding: 40px 30px !important;
    }
    .fullwidth-inner {
        padding-inline: 40px !important;
        padding-block: 40px !important;
    }
}

/* --- 992px --- */
@media (max-width: 992px) {
    .service-quarter { width: 50%; }
}

/* --- 768px --- */
@media (max-width: 768px) {
    .site-footer .grid-child {
        padding-inline: 20px;
        flex-direction: row;
    }
    .site-grid {
        grid-gap: 0;
        margin-bottom: auto;
        width: 100%;
        justify-content: center;
        align-content: center;
        padding-inline: 20px;
    }
    div.standard-row div.standard-column.col-spacer:not(:only-child) {
        display: none;
    }
    div.standard-row {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100%;
        padding-inline: 0px !important;
    }
    .standard-row.no-center2 {
        gap: 20px !important;
        padding-inline: 0px !important;
    }
    .standard-row.no-center3 {
        gap: 20px !important;
        padding-inline: 30px !important;
    }
    div.standard-column.col-third {
        width: 50% !important;
        padding: 10px;
    }
    div.standard-column.col-quarter {
        width: calc(25% - 5px) !important;
    }
    div.standard-column.col-half {
        width: calc(50%) !important;
        padding-right: 20px !important;
    }
    div.standard-column.col-half4 {
        width: calc(50% - 10px) !important;
    }
    div.standard-row.three-column {
        gap: 0;
        margin-top: 2em;
        margin-bottom: 5em;
        padding: 0px;
    }
    .colitem1 {
        margin-inline: 20px !important;
    }
    .standard-row.has-gap {
        gap: 0;
    }
    div.standard-row.text-over-image-column {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        padding: 15px !important;
        justify-content: center !important;
        margin-block: -20px;
    }
    div.standard-row.text-over-image-column div.standard-column.col-quarter {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        min-width: 0 !important;
        max-width: 50% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .text-over-image-column img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .as-bottom-text, .as-upper-text {
        font-size: 21px !important;
        bottom: 10px !important;
    }
    .col-bullet1 div.standard-column.col-flex,
    .col-bullet1 div.standard-column.col-flex-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 1em !important;
    }
    .standard-row.four-column .col-quarter {
        width: calc(50% - 10px) !important;
    }
    .standard-row.three-column4 .col-third4 {
        width: calc(33% - 10px) !important;
    }
    .col-bullet div.standard-column.col-flex {
        flex: 0 0 40%;
        max-width: 40%;
        margin-left: 0px;
    }
    .col-bullet div.standard-column.col-flex-1 {
        flex: 1 1 55%;
        padding-left: 1em;
    }
    .col-bullet .hover-zoom-box {
        padding-right: 0;
        padding-bottom: 0;
    }
    .single-icons .col-quarter2 {
        width: calc(33.333% - 10px);
        box-sizing: border-box;
        float: none !important;
        text-align: center;
    }
    .standard-row.three-column1 {
        padding-inline: 0px !important;
        justify-content: flex-start !important;
    }
    .three-column1 .col-third1 {
        width: calc(50% - 14px) !important;
    }
    .standard-column.col-half3 {
        width: calc(50% - 10px) !important;
    }
    .colitem2, .colitem3 {
        margin: 0 !important;
    }
    .proc-2-container {
        padding: 40px 30px !important;
    }
    .proc-2 {
        width: calc(50% - 15px);
    }
    .sidenavbut {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        z-index: 30000;
    }
    .fullwidth-inner {
        padding-inline: 40px !important;
        padding-block: 40px !important;
    }
}

/* --- 600px --- */
@media (max-width: 600px) {
    .service-quarter { width: 100%; }
}

/* --- 505px --- */
@media (max-width: 505px) {
    div.standard-row {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100%;
        padding-inline: 0px !important;
    }
    div.standard-row2 {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100%;
        padding-inline: 30px;
    }
    div.standard-row.no-center2 {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100%;
        padding-inline: 0px;
    }
    div.standard-row.no-center3 {
        box-sizing: border-box;
        width: 100%;
        gap: 0px !important;
        padding-inline: 0px !important;
    }
    .standard-column.col-half3 {
        width: 100% !important;
        box-sizing: border-box;
    }
    .standard-row.four-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 0 !important;
    }
    .standard-row.three-column4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        padding: 0 !important;
    }
    div.standard-column.col-quarter,
    div.standard-column.col-third,
    div.standard-column.col-half {
        width: 100% !important;
        float: none;
        text-align: left;
        padding: 0;
    }
    div.standard-row div.standard-column img.singleImage {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .standard-row.has-gap {
        gap: 0;
        flex-wrap: none;
    }
    div.standard-column.col-half {
        width: 100% !important;
        padding-right: 10px !important;
    }
    div.standard-column.col-half1.with-gap {
        width: calc(50%) !important;
        padding-right: 10px !important;
    }
    div.standard-row.text-over-image-column {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        padding-block: 20px !important;
        justify-content: center !important;
        padding-inline: 0px !important;
    }
    div.standard-row.text-over-image-column div.standard-column.col-quarter {
        width: 100% !important;
        flex: 0 0 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .text-over-image-column img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .as-bottom-text { font-size: 21px !important; bottom: 10px !important; }
    .as-upper-text { font-size: 21px !important; top: 10px !important; }
    .standard-row.three-column {
        margin-top: 2em;
        margin-bottom: 5em;
        gap: 0;
    }
    .standard-row.four-column .col-quarter { width: 100% !important; }
    .standard-row.three-column4 .col-third4 { width: 100% !important; }
    .hover-zoom-box {
        padding-right: 0px !important;
        padding-bottom: 30px;
    }
    .col-bullet1 div.standard-column.col-flex,
    .col-bullet1 div.standard-column.col-flex-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 1em !important;
    }
    .col-bullet div.standard-column.col-flex-1 {
        flex: 1 1 50%;
        min-width: 0;
        padding-left: 20px;
    }
    .standard-row.three-column2 {
        flex-direction: column;
        gap: 30px;
    }
    .three-column2 .col-third2 {
        width: 100% !important;
    }
    .three-column2 h2 strong {
        font-size: 36px !important;
        display: block;
    }
    .standard-row.single-icons {
        justify-content: flex-start !important;
        gap: 16px !important;
    }
    .single-icons .col-quarter2 {
        width: calc(50% - 8px) !important;
        flex: 0 0 auto;
    }
    .standard-row.three-column1 {
        justify-content: flex-start;
        gap: 16px;
        padding-inline: 0px !important;
        gap: 5px !important;
    }
    .three-column1 .col-third1 {
        width: 100% !important;
        flex: 0 0 auto;
    }
    .standard-row.col-bullet1 {
        flex-direction: column;
        gap: 30px;
    }
    .col-bullet1 .col-flex1-img,
    .col-bullet1 .col-flex1-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .hover-zoom-box1 {
        overflow: hidden;
        display: inline-block;
        position: relative;
        padding: 0 !important;
    }
    body.standard-column.col-flex1-text.animate.shift-right.show {
        padding: 0px !important;
    }
    .colitem1 { margin-inline: 10px !important; padding-inline: 15px !important; }
    .colitem2, .colitem3 { margin: 0 !important; }
    div.standard-column.col-half4 { width: 100% !important; padding-right: 5px !important; }
    .standard-column.col-half5 { width: 100% !important; }
    .standard-row.no-center5 { gap: 10px !important; flex-wrap: wrap; padding: 0px !important; }
    .no-center5 .col-img, .no-center5 .col-txt { flex: 0 0 100%; }
    .colitem4 { max-width: 100% !important; }
    .service-quarter2 { width: 100% !important; }
    .site-footer .grid-child { padding-inline: 30px !important; flex-direction: row; }
    .standard-column.col-img3 { flex: 0 0 100% !important; margin-top: 40px !important; }
    .fullwidth-inner { padding-inline: 40px !important; padding-block: 40px !important; }
    
    .proc-2 { width: 100%; max-width: 280px; margin: 0 auto; }
    
    .sidenavbut {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto !important;
        width: 100%;
        height: 40px;
        background-color: #525753;
        display: flex;
        z-index: 30000;
    }
    .sidenavbut a {
        position: relative !important;
        left: 0 !important;
        top: auto !important;
        width: 33.333% !important;
        height: 100% !important;
        transform: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 !important;
        padding: 0;
        margin: 0;
    }
    .sidenavbut a span { display: none !important; }
    .sidenavbut a i { font-size: 24px; width: auto; }
    .sidenavbut a:hover { background-color: transparent !important; transform: none !important; }

    .whatsapp-button { position: fixed; bottom: 50px; right: 60px; z-index: 9986; }
}