/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
# Colors
# Typography & Resets
# Utility Classes
# Lazy Load
# Header
# Navigation
# Button Styling
# General Styles
# General Sections
# Footer
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #b11d29;
  --color-grey: #727272;
  --plyr-color-main: #b11d29;
  --font-size-primary-heading: min(calc(2rem + 2vw), 3.75rem); /* 60px */
  --font-size-secondary-heading: min(calc(1.4rem + 1.4vw), 2rem); /* 50px */
  --font-size-tertiary-heading: min(calc(1.2rem + 1vw), 1.15rem); /* 22px */
  --font-size-quartary-heading: min(calc(1.3rem + 1vw), 1.25rem); /* 20px */
  --font-size-quinary-heading: 0.75rem; /* 15px */
  --font-size-primary-link: 1rem;
  --font-size-subheadline: min(calc(1.2rem + 1vw), 1.1rem);
  --font-size-button: 17px;
  --font-size-body: 1rem;
  --font-size-small-body: 13px;
  --font-size-large-body: 22px;
  --font-family-headline: rift, sans-serif;
  --font-family-content: transducer, sans-serif;
  --font-family-button: Rift, sans-serif;
  --var-contain-xxl: 1750px;
  --var-contain-xl: 1526px;
  --var-contain-lg: 1320px;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.cl-white,
.cl-white-h:hover,
.cl-white-h:focus {
  color: var(--color-white) !important;
}
.bg-white,
.bg-white-h:hover,
.bg-white-h:focus {
  background-color: var(--color-white);
}
.cl-black,
.cl-black-h:hover,
.cl-black-h:focus {
  color: var(--color-black) !important;
}
.bg-black,
.bg-black-h:hover,
.bg-black-h:focus {
  background-color: var(--color-black);
}
.cl-red,
.cl-red-h:hover,
.cl-red-h:focus {
  color: var(--color-red) !important;
}
.bg-red,
.bg-red-h:hover,
.bg-red-h:focus {
  background-color: var(--color-red);
}
.bg-red-o {
  background-color: rgba(177, 29, 41, 0.59);
}
.bg-red-o-h:hover {
  background-color: rgba(177, 29, 41, 1);
}
.cl-grey,
.cl-grey-h:hover,
.cl-grey-h:focus {
  color: var(--color-grey) !important;
}
.bg-grey,
.bg-grey-h:hover,
.bg-red-h:focus {
  background-color: var(--color-grey);
}
/*--------------------------------------------------------------
# Typography & Resets
--------------------------------------------------------------*/
body,
html {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}
body.responsive-menu-open {
  overflow: hidden;
}
.responsive-menu-open .site-header {
  transform: unset !important;
}
body {
  font-family: var(--font-family-content);
  overflow-x: hidden;
  overflow-wrap: normal;
  color: var(--color-black);
  font-size: var(--font-size-body);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--color-white);
}
#SOIDIV_NAAA2025 {
  min-width: 100%;
}
.section-calendar h3 {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  margin-bottom: 10px;
}

h1 {
  font-size: var(--font-size-primary-heading);
  font-family: var(--font-family-headline);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.1;
}
h2 {
  font-size: var(--font-size-secondary-heading);
  font-family: var(--font-family-headline);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.45px;
}

h3 {
  font-size: var(--font-size-tertiary-heading);
  font-family: var(--font-family-content);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: var(--font-size-quartary-heading);
  font-family: var(--font-family-headline);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
h5 {
  font-family: var(--font-family-content);
  font-size: var(--font-size-quinary-heading);
  font-style: normal;
  font-weight: 500;
}
h5,
h6 {
  font-size: var(--font-size-quinary-heading);
}
.slide-content h6 {
  font-family: var(--font-family-content);
  font-size: 20px;
  font-style: normal;
  font-weight: bolder;
  line-height: 27px; /* 135% */
  letter-spacing: 0.45px;
  text-transform: capitalize;
}
.slide-content .uk-overlay {
  padding: 13px 30px;
}
.slide-content svg:not(.svg-custom) {
  display: none !important;
}
.custom-nav {
  padding: 9px 18px;
  margin: 0 0 1px 0 !important;
}
.box-title {
  margin: 0 auto;
  max-width: calc(100% - 140px);
}
.row-heading-info {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.ez-toc-title {
  font-size: var(--font-size-tertiary-heading) !important;
  font-family: var(--font-family-content) !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--color-red);
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
#ez-toc-container {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#ez-toc-container nav {
  padding-top: 10px;
}
.ez-toc-counter nav ul li a::before {
  display: none !important;
}
.ez-toc-title-toggle {
  display: none !important;
}
#ez-toc-container ul li ul li > a {
  font-size: 16px !important;
  line-height: 1.2 !important;
  margin-top: 1em;
  color: var(--color-black) !important;
}
.info-content #ez-toc-container {
  display: none !important;
}
#ez-toc-container ul li ul li a:hover {
  color: var(--color-red) !important;
}
#ez-toc-container ul li ul li a:focus-visible {
  color: var(--color-black) !important;
}
.subheadline {
  font-family: var(--font-family-content);
  font-size: var(--font-size-subheadline);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.4px;
}
h2 p {
  margin-bottom: 0 !important;
}
h2 p b,
h2 p strong,
h2 p a {
  color: var(--color-red);
  font-weight: 600;
  text-decoration: none;
}
h2 p a:hover {
  text-decoration: underline;
}
a,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  transition: 0.3s ease all;
}

a:visited {
  color: unset;
}
h3 a {
  color: var(--color-red) !important;
}
h3 a:hover,
h3 a:focus {
  color: var(--color-black) !important;
}
a:hover {
  text-decoration: none;
}
.font-bold {
  font-weight: 600;
}
.font-sbold {
  font-weight: 700;
}
blockquote {
  border-left: 5px solid var(--color-red);
  margin-bottom: 30px;
  padding: 10px 20px;
}
em {
  color: unset;
}
section.large,
.row-back-forth.large {
  padding: 200px 0;
  position: relative;
}
section.w-margin.large {
  margin: 200px 0;
}
section.medium,
.row-back-forth.medium,
.box-landing.medium,
.box-naan.medium {
  padding: 100px 0;
  position: relative;
}
section.w-margin.medium {
  margin: 100px 0;
}
section.section-cta-contact.w-margin {
  margin-bottom: 150px !important;
}
.section-media-cta {
  background-size: cover !important;
}
section.small,
.row-back-forth.small {
  padding: 85px 0;
  position: relative;
}
section.w-margin.small {
  margin: 85px 0;
}
.relative {
  position: relative;
}
.hide {
  display: none !important;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #fff;
}
/*--------------------------------------------------------------
# Stops Some Of Looms Issues on Certain Browsers
--------------------------------------------------------------*/
section#shadow-host-companion {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Button Styling
--------------------------------------------------------------*/
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.responsive-menu-open .button {
  z-index: 0;
}
.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 40px;
  padding: 9px 30px;
  font-size: var(--font-size-button);
  font-family: var(--font-family-button);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  transition: 0.35s ease all;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.button .text {
  z-index: 100;
  position: relative;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  display: block;
  height: 101%;
  width: 101%;
  top: 0;
  left: -1px;
}

.button:before {
  transform: translate3d(-100%, 0, 0);
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.button:after {
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
}

.button.black {
  background-color: var(--color-black);
  color: var(--color-white);
}

.button.black:before,
.button.black:after {
  background-color: var(--color-red);
  color: var(--color-white);
}
.button.white-bh {
  background-color: var(--color-white);
  color: var(--color-black);
}
.button.white-bh:before,
.button.white-bh:after {
  background-color: var(--color-black);
  color: var(--color-white);
}
.button.white-bh:hover {
  color: var(--color-white);
}
.button.red {
  background-color: var(--color-red);
  color: var(--color-white);
}
.button.red:before,
.button.red:after {
  background-color: var(--color-black);
  color: var(--color-white);
}
.button:hover:before {
  transform: translate3d(0, 0, 0);
}

.button:hover:after {
  transform: translate3d(0, 0, 0);
}
.button.white {
  background-color: var(--color-white);
  color: var(--color-black);
}

.button.white:before,
.button.white:after {
  background-color: var(--color-red);
  color: var(--color-white);
}
.button.white:hover,
.button.white:focus,
.button.white:hover span,
.button.white:focus span {
  color: var(--color-white);
}
.button.black:hover,
.button.black:focus,
.button.black:hover span,
.button.black:focus span {
  color: var(--color-white);
}
.simple-link {
  position: relative;
  font-family: var(--font-family-button);
  font-size: var(--font-size-button);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
}
.simple-link.link-white {
  color: var(--color-white);
}
.simple-link.link-red {
  color: var(--color-red);
}
.simple-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: -5px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.simple-link.link-white::after {
  background-color: var(--color-white);
}
.simple-link.link-red::after {
  background-color: var(--color-red);
}
.simple-link:hover::after,
.simple-link:focus::after {
  transform: scaleX(0);
  transform-origin: bottom left;
}
.col-team .simple-link {
  max-width: fit-content;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# Paddings & Margins
--------------------------------------------------------------*/
.gap-1 {
  gap: 1em;
}
.gap-2 {
  gap: 2em;
}
.gap-3 {
  gap: 3em;
}
.ps-0 {
  padding-left: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 1em !important;
}
.p-t0 {
  padding-top: 0 !important;
}
.p-t1 {
  padding-top: 1em !important;
}
.p-t2 {
  padding-top: 2em !important;
}
.p-t3 {
  padding-top: 3em !important;
}
.p-t4 {
  padding-top: 4em !important;
}
.p-b0 {
  padding-bottom: 0 !important;
}
.p-b1 {
  padding-bottom: 1em;
}
.p-b2 {
  padding-bottom: 2em;
}
.p-b3 {
  padding-bottom: 3em;
}
.p-y6 {
  padding: 6em 0;
}
.p-20 {
  padding: 20px;
}
.m-0 {
  margin: 0 !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.me-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.m-b0 {
  margin-bottom: 0 !important;
}
.mb-02 {
  margin-bottom: 0.2em !important;
}
.m-b1 {
  margin-bottom: 1em !important;
}
.m-b2 {
  margin-bottom: 2em;
}
.m-b3 {
  margin-bottom: 3em;
}
.mt-0 {
  margin-top: 0 !important;
}
.m-t0 {
  margin-top: 0 !important;
}
.m-t1 {
  margin-top: 1em;
}
.m-t2 {
  margin-top: 2em;
}
.m-t3 {
  margin-top: 3em;
}
.m-t4 {
  margin-top: 4em;
}
.m-t5 {
  margin-top: 5em;
}
.mb-10px {
  margin-block-end: 0;
  padding-bottom: 10px;
}
.pb-10px {
  margin-block-end: 0;
  padding-bottom: 10px;
}
.pb-17px {
  margin-block-end: 0;
  padding-bottom: 17px;
}
.mb-20px {
  margin-block-end: 0;
  padding-bottom: 20px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-20px {
  margin-top: 20px;
}
/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.wow {
  visibility: hidden;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
p {
  margin-bottom: 1.2em;
  margin-block-start: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.relative {
  position: relative;
}
.over-hide {
  overflow: hidden;
}
.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100%;
}
.gap-12p {
  gap: 12px;
}
.gap-05 {
  gap: 0.5em;
}
.gap-1 {
  gap: 1em;
}
.gap-2 {
  gap: 2em;
}
.gap-3 {
  gap: 3em;
}

.hide {
  visibility: hidden;
  width: 0;
  height: 0;
}
.text-left {
  text-align: left;
}
.flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.fit-cover-center {
  object-fit: cover;
  object-position: center;
}
.fit-cover-top {
  object-fit: cover;
  object-position: top;
}
.fit-contain-center {
  object-fit: contain !important;
  object-position: center;
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-btn {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 3;
  width: 100%;
}
.banner-btn .button-list-info {
  justify-content: end;
}
.banner-btn .button-list-info .button {
  font-size: 19px;
  border-radius: 50px 50px 0px 0px;
  padding: 46px 100px;
  line-height: 0;
}
.banner-btn .cta-btn {
  display: flex;
  justify-content: end;
  align-items: end;
}
.banner-btn .button.white:before,
.banner-btn .button.white:after {
  background-color: var(--color-black);
  color: var(--color-white);
}
.banner-btn .button.white:hover,
.banner-btn .button.white:focus,
.banner-btn .button.white:hover span,
.banner-btn .button.white:focus span {
  color: var(--color-white);
}
.featured-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.box-main {
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-calendar .box-main {
  background-color: rgb(222, 222, 222) !important;
  flex-direction: column;
  padding: 80px;
}
.no-items-list {
  list-style: none;
}
/*--------------------------------------------------------------
# Lazy Load
--------------------------------------------------------------*/
img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  transition: opacity 0.5s linear 0.2s;
  -o-transition: opacity 0.5s linear 0.2s;
  -ms-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  -webkit-transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  z-index: 1111;
  background-color: var(--color-white);
  box-shadow: 1px 1px 25px #0000001a;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -o-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
.header-cta {
  min-width: fit-content;
}
.header-cta a {
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  padding: 11px 30px;
}
.col-main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header a {
  position: relative;
}
.top-header a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-red);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.top-header a:hover::after,
.top-header a:focus::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-navigation a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.main-header {
  padding: 34px 0 34px;
}
.transition-ease {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header #logo img {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header #logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header.header-scrolled {
  background-color: var(--color-black);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.site-header.header-scrolled .main-header {
  padding: 15px 0 15px;
}
.site-header.header-scrolled #menu-button span {
  background-color: var(--color-red);
}
.site-header.header-scrolled #menu-button.open span {
  background-color: var(--color-white);
}
.site-header.header-scrolled-top {
  background-color: var(--color-white);
}

.top-header {
  min-height: 64px;
  display: flex;
  align-items: center;
}
.box-header-link {
  display: flex;
  align-items: center;
  gap: 50px;
}

.box-header-link a {
  color: var(--color-white);
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
}
.form-search-home {
  max-width: 300px;
}
.form-search-home .input-group {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--color-white);
}
.error404 .section-info-default .form-search-home .input-group {
  border-bottom: 2px solid var(--color-blue);
  justify-content: space-between;
}
.error404 .section-info-default .form-search-home {
  max-width: 300px;
  margin: 30px auto;
}
.error404 .section-info-default .btn-search svg path {
  fill: var(--color-blue) !important;
}
.error404 .section-info-default .btn-search {
  color: var(--color-blue) !important;
}
.btn-search {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 10px 0 0;
}
.col-search {
  display: flex;
  justify-content: end;
}
.searchinput {
  border: 0 !important;
  color: var(--color-white) !important;
  background-color: transparent;
  border-radius: 0 !important;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.error404 .section-info-default .searchinput {
  color: var(--color-red) !important;
}

.searchinput::-webkit-input-placeholder,
.searchinput::placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color-red) !important;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link-sm) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.error404 .section-info-default .searchinput::-webkit-input-placeholder,
.error404 .section-info-default .searchinput::placeholder,
.error404 .section-info-default .searchinput:-moz-placeholder,
.error404 .section-info-default .searchinput::-moz-placeholder,
.error404 .section-info-default .searchinput:-ms-input-placeholder {
  color: var(--color-red) !important;
}
.searchinput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color-white) !important;
  opacity: 1;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.searchinput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color-white) !important;
  opacity: 1;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link-sm) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.searchinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-white) !important;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link-sm) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
  list-style: none;
}
.offcanvas-logo {
  margin-bottom: 30px;
}
main {
  display: block;
  padding-top: 102px;
}
.site-header .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
  background-color: var(--color-white);
  min-width: 12em;
}
.site-header .sub-menu li > a {
  color: var(--color-black);
  text-shadow: none !important;
  position: relative;
  padding: 0.5em 0 0.5em 1.25em;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link) !important;
  font-weight: 400;
  text-transform: uppercase !important;
  text-align: left;
}
.site-header .sub-menu li.current-menu-item > a {
  color: var(--color-blue);
}
.site-header .sub-menu li > a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: bottom left;
  transform: scaleY(0) !important;
  transition: transform 0.5s ease 0s;
  background-color: var(--color-blue);
}
.site-header .sub-menu li a:hover::before,
.site-header .sub-menu li a:focus::before {
  transform: scaleY(1) !important;
}
.site-header .sub-menu li a:hover,
.site-header .sub-menu li a:focus {
  text-decoration: none;
}
.site-header li ul {
  opacity: 0;
  -moz-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
}
.site-header li:hover ul {
  opacity: 1;
}

.site-header li {
  padding-left: 0;
  padding-right: 25px;
  position: relative;
}
.site-header li:last-child {
  padding-right: 0;
}
.site-header li.menu-item-has-children {
  padding-right: 50px;
}
.site-header .sub-menu li {
  padding-left: 0;
  padding-right: 12px;
}
.site-header .sub-menu {
  min-width: 15em;
}
.main-navigation ul ul a {
  width: 100%;
}
.site-header li a {
  color: var(--color-red);
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}
.site-header li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-red);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.site-header li a:hover,
.site-header li a:focus,
.site-header li.current-menu-item > a {
  text-decoration: none;
  color: var(--color-grey);
}
.site-header li > a:hover::after,
.site-header li > a:focus::after,
.site-header li.current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.site-header li .sub-menu a::after {
  display: none;
}
.site-navigation .navigation {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.site-header .row.mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.desktop-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
  width: 100%;
}
.desktop-nav .menu-item-has-children > a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='expand_more' d='M6 8.41311L0 2.28213L1.4 0.851562L6 5.55198L10.6 0.851562L12 2.28213L6 8.41311Z' fill='%23B11D29'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
  transition: all ease 0.25s;
  position: absolute;
  right: -24px;
  top: 50%;
}

.desktop-nav .menu-item-has-children:hover > a:before {
  transform: rotate(180deg);
}
.main-navigation ul li .sub-menu li:hover > ul.sub-menu,
.main-navigation ul li .sub-menu li.focus > ul.sub-menu {
  left: 15em;
}
/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
.icon-stlouis {
  height: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: baseline;
}
.scrollToTopBtn {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 57px;
  right: 66px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.showBtn:hover svg rect,
.showBtn:focus svg rect {
  fill: #000;
}

.dp-1,
.dp-1 p,
.dp-1 ul,
.dp-1 ol {
  font-family: var(--font-family-content);
  font-size: var(--font-size-body);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.dp-1.dp-sm,
.dp-1.dp-sm p {
  font-size: var(--font-size-small-body);
  font-weight: 100;
}
.dp-1 p b,
.dp-1 p strong {
  font-weight: 700 !important;
}

.dp-1 p:first-child {
  margin-block-start: 5px;
}
.dp-1 p:last-child {
  margin-bottom: 0;
}
.dp-1 a {
  color: var(--color-red);
  text-decoration: none !important;
}
.dp-1 a:hover {
  color: var(--color-black);
  text-decoration: underline !important;
}
.dp-1 ul {
  margin-top: 1em;
}
.dp-2,
.dp-2 p,
.dp-2 ul,
.dp-2 ol {
  font-family: var(--font-family-content);
  font-size: var(--font-size-large-body) !important;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}
.dp-1 ul,
.dp-1 ol,
.dp-2 ul,
.dp-2 ol {
  margin: 0 auto 0 1.6rem;
}
.dp-1 a,
.dp-2 a {
  text-decoration: underline;
}
.dp-1.cl-white a,
.dp-2.cl-white a {
  color: var(--color-white);
}
.text-number {
  font-size: 14px;
}
.row-heading-info .dp-1 ul,
.row-content-info .dp-1 ul {
  margin-left: 0;
}
/*--------------------------------------------------------------
# Custom Videos
--------------------------------------------------------------*/
.plyr--video {
  height: 100%;
  width: 100%;
}
.plyr__poster {
  background-size: cover;
  background-position: left;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB9SURBVHgBdZBLEYAwDESzxUhlcAQHWKgDpOCgFnDQKzIwAqE7MJR+yKnNvpfJBP00W0XnoYfb1mWXRn0Zw4eIDgoTGLRhE24G3tCKH062pZRgsWSg6pACxACEY3CO7BfwyJWRT0vS085gNlDv+0pSwpWQSzEs4N+i1LoY6wLzkFUyUESrAwAAAABJRU5ErkJggg==");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(177, 29, 41, 0.8);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: rotate(180deg);
}
.progress-wrap:hover::after {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB9SURBVHgBdZBLEYAwDESzxUhlcAQHWKgDpOCgFnDQKzIwAqE7MJR+yKnNvpfJBP00W0XnoYfb1mWXRn0Zw4eIDgoTGLRhE24G3tCKH062pZRgsWSg6pACxACEY3CO7BfwyJWRT0vS085gNlDv+0pSwpWQSzEs4N+i1LoY6wLzkFUyUESrAwAAAABJRU5ErkJggg==");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: rotate(180deg);
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(177, 29, 41, 0.8);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*--------------------------------------------------------------
# Gravity Form
--------------------------------------------------------------*/

body .gfield_select,
.ginput_complex input,
.ginput_container input,
.ginput_container textarea {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid var(--color-red);
  color: var(--color-black) !important;
  padding: 11px 0 !important;
  border-radius: 0px;
  font-size: 14px !important;
  font-family: var(--font-family-content);
  font-weight: 400;
}
.gform_heading {
  display: none;
}
.ginput_complex input::placeholder,
.ginput_container input::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme textarea {
  color: var(--color-black) !important;
  font-family: var(--font-family-content) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.ginput_complex input:focus,
.ginput_container input:focus {
  outline: none !important;
}

.gform_wrapper textarea {
  border: none;
  border-bottom: 2px solid var(--color-red);
  background: transparent;
  color: var(--color-black) !important;
  border-radius: 0px;
}

/* Styling for select dropdown arrow */
.gform_wrapper .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3e%3cpath d='M15.9 1.72376e-06L18 2.08108L9 11L-1.12763e-06 2.08108L2.1 5.17326e-07L9 6.83784L15.9 1.72376e-06Z' fill='%23b11d29'/%3e%3c/svg%3e")
    no-repeat 95% center;
  background-size: 14px;
  background-position-x: 100% !important;
}

.gform_wrapper.gravity-theme .gform_footer {
  display: flex !important;
  justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gform_button,
input[type="submit"].zsFontClass {
  margin-bottom: 0 !important;
  text-decoration: none;
  border-radius: 40px !important;
  padding: 17px 30px !important;
  font-size: var(--font-size-button);
  font-family: var(--font-family-button);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  transition: 0.35s ease all;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--color-red) !important;
  color: var(--color-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}
.gform_button:hover,
input[type="submit"].zsFontClass:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}
input[type="button"].zsFontClass {
  margin-bottom: 0 !important;
  text-decoration: none;
  border-radius: 40px !important;
  padding: 17px 30px !important;
  font-size: var(--font-size-button);
  font-family: var(--font-family-button);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  transition: 0.35s ease all;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}
input[type="button"].zsFontClass:hover {
  background-color: var(--color-red) !important;
  color: var(--color-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}
.box-contact-form {
  padding: 3em;
}
.zsFormClass tr:nth-last-child(2) td {
  padding: 11px 5px 0px 5px;
  max-width: 50% !important;
  display: flex;
  margin: 0 auto;
  flex-direction: row !important;
}
.zsFormClass tr:last-child td .wb_FtCon {
  border: 0 !important;
}
/*--------------------------------------------------------------
# Main Banner
--------------------------------------------------------------*/
.page-main-banner {
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  overflow: hidden;
}
.box-banner {
  max-width: 40em;
}
.button-list-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
/*--------------------------------------------------------------
# Internal Banner
--------------------------------------------------------------*/
.page-internal-hero {
  height: 33em;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden;
}
.page-internal-hero .box-banner {
  width: fit-content;
}
/*--------------------------------------------------------------
# Internal Press Releases
--------------------------------------------------------------*/
.section-internal-press-releases {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden;
}
.meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
/*--------------------------------------------------------------
# Blog Post Sidebar
--------------------------------------------------------------*/
.toc a,
.toc li {
  color: var(--color-red);
  font-family: var(--font-family-content);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.36px;
}
.toc a:hover,
.toc li:hover {
  color: var(--color-black);
}
.single-sidebar {
  border-left: 2px solid var(--color-red);
  padding-left: 2em;
  height: auto;
  min-height: 30em;
  padding-top: 2em;
}
/*--------------------------------------------------------------
# Columns Media
--------------------------------------------------------------*/
.section-columns-media {
  position: relative;
  background-size: cover !important;
  overflow-x: hidden;
}
.img-black-widow {
  position: absolute;
  max-width: 30%;
  height: 90%;
  top: 87%;
  -ms-transform: translateY(-87%);
  transform: translateY(-87%);
  object-fit: contain;
}
.number-list.h-display {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.number-list.v-display {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.number-info h3 {
  font-weight: 700;
}
.number-content {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}
.number-content span {
  font-size: 70px;
  font-style: italic;
  line-height: 1;
}
.values-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.values-header,
.icon-values {
  flex-grow: 1;
}
.icon-values {
  height: 80px !important;
  object-fit: contain;
  object-position: start;
  object-fit: contain;
  object-position: top;
  max-height: 80px;
}
.versus-laptop {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  width: 100%;
}
.value-col-reverse {
  flex-direction: column-reverse;
  gap: 5px;
}
.versus-laptop img {
  object-fit: cover;
  justify-content: center;
  width: 380px;
  height: 240px;
  margin-top: 20px;
}
/*--------------------------------------------------------------
# Image Toggle Section
--------------------------------------------------------------*/
.section-image-toggle {
  position: relative;
  padding: 60px 0;
}
.section-image-toggle .bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-image-toggle .bullet-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.section-image-toggle .bullet-list li:before {
  content: "•";
  color: var(--color-red);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.image-toggle-area {
  position: relative;
}
.toggle-image-container {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #f5f5f5;
}
.toggle-image {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.toggle-image.active {
  opacity: 1;
  position: relative;
}
.toggle-buttons {
  display: flex;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.toggle-button {
  flex: 1;
  padding: 15px 20px;
  border: 2px solid;
  border-radius: 0;
  background: #000;
  border-color: #fff;
  color: #fff;
  font-family: var(--font-family-headline);
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.toggle-button:first-child {
  background: var(--color-red);
  border-color: var(--color-red);
}
.toggle-button:last-child {
  background: #000;
  border-color: #fff;
}
.toggle-button.active {
  background: var(--color-red);
  border-color: var(--color-red);
}
.toggle-button:not(.active) {
  background: #000;
  border-color: #fff;
}
.toggle-button:hover {
  background: var(--color-red);
  border-color: var(--color-red);
}

/*--------------------------------------------------------------
# Features Grid Section
--------------------------------------------------------------*/
.section-features-grid {
  position: relative;
}
.section-features-grid .container {
  padding: 60px 0;
}
.features-grid-heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 30px;
}
.feature-icon-container {
  flex-shrink: 0;
  margin-bottom: 0;
}
.feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.feature-content {
  flex: 1;
}
.feature-title {
  font-family: var(--font-family-headline);
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #000;
}
.feature-description {
  font-family: var(--font-family-content);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #333;
}
.feature-description p {
  margin: 0 0 10px 0;
}
.feature-description p:last-child {
  margin-bottom: 0;
}

/* Column alignment */
.section-features-grid .row {
  align-items: flex-end;
}

.section-features-grid .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-features-grid .cta-btn {
  align-self: flex-start;
}

/* Fix button styling */
.section-features-grid .button.btn-black,
.section-features-grid .button.black {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

/*--------------------------------------------------------------
# Testimonials Slider Section
--------------------------------------------------------------*/
.section-testimonials-slider {
  position: relative;
}
.section-testimonials-slider .container {
  padding: 100px 0 140px 0;
}
.testimonials-heading {
  font-family: var(--font-family-headline);
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.testimonials-slider-container {
  position: relative;
  overflow: visible;
}
.testimonials-slider.owl-carousel {
  width: 100%;
}
.testimonials-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.testimonials-slider.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}
.testimonials-slider.owl-carousel .testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-card {
  background: #f8f9fa;
  width: 100% !important;
}
.testimonial-card.featured {
  background: var(--color-red);
  color: #fff;
}
.testimonial-image {
  height: 330px;
  overflow: hidden;
}
.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-quote {
  font-family: var(--font-family-content);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px 0;
  quotes: none;
  flex: 1;
}
.testimonial-card.featured .testimonial-quote {
  color: #fff;
}
.testimonial-author {
  margin-top: auto;
}
.testimonial-author .author-name {
  font-family: var(--font-family-headline);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.author-title {
  font-family: var(--font-family-content);
  font-size: 0.85rem;
  text-transform: uppercase;
  opacity: 0.8;
}
.testimonial-card.featured .author-name,
.testimonial-card.featured .author-title {
  color: #fff;
}

/* Navigation Arrows */
.slider-nav-container {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.slider-nav {
  background: var(--color-red);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}
.slider-nav:hover {
  background: #8b1419;
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 991px) {
  /* Let Owl Carousel handle responsive behavior naturally */
}
@media (max-width: 767px) {
  .testimonial-card {
    min-height: auto;
  }
}

/*--------------------------------------------------------------
# Technology Showcase Section
--------------------------------------------------------------*/
.section-technology-showcase {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.technology-wrapper {
  position: relative;
}
.technology-wrapper .row {
  min-height: 600px;
  display: flex;
  align-items: stretch;
}
.technology-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 600px;
  padding: 80px 80px;
  position: relative;
}
.technology-heading {
  font-family: var(--font-family-headline);
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff !important;
}
.technology-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  flex: 1;
}
.technology-list li {
  position: relative;
  font-family: var(--font-family-content);
  font-size: 1.1rem;
  color: #fff !important;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
}
.technology-list li:before {
  content: "•";
  color: var(--color-red);
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -2px;
}
.technology-center-image {
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.technology-center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-right-images {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 600px;
  gap: 30px;
}
.technology-right-image {
  flex: 1;
  overflow: hidden;
}
.technology-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Edge-to-edge styling for desktop only */
@media (min-width: 992px) {
  .section-technology-showcase {
    overflow: visible;
  }
  .technology-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .technology-wrapper .row {
    max-width: none;
    margin: 0;
  }
  .section-technology-showcase .col-lg-4 {
    padding: 0;
    flex: 1;
    max-width: none;
  }
  .section-technology-showcase .col-lg-4:not(:last-child) {
    margin-right: 30px;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .section-technology-showcase {
    overflow: hidden;
  }
  .technology-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .technology-wrapper .row {
    flex-direction: column;
    min-height: auto;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-technology-showcase .col-lg-4 {
    margin-bottom: 40px;
    margin-right: 0;
    padding: 0 15px;
    flex: none;
    max-width: 100%;
  }
  .technology-content {
    min-height: 300px;
    padding: 60px 30px;
  }
  .technology-content,
  .technology-center-image,
  .technology-right-images {
    min-height: 300px;
  }
  .technology-heading {
    font-size: 2rem;
  }
  .technology-right-images {
    flex-direction: row;
    gap: 15px;
  }
  .technology-right-image {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .technology-content {
    padding: 40px 20px;
  }
  .technology-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .technology-list {
    margin-bottom: 30px;
  }
  .technology-list li {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .technology-content,
  .technology-center-image,
  .technology-right-images {
    min-height: 250px;
  }
  .technology-right-images {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .testimonials-heading {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .slider-nav {
    width: 40px;
    height: 40px;
  }
  .slider-nav-prev {
    transform: translateX(-55px);
  }
  .slider-nav-next {
    transform: translateX(55px);
  }
  .slider-nav-prev:hover {
    transform: translateX(-55px) scale(1.1);
  }
  .slider-nav-next:hover {
    transform: translateX(55px) scale(1.1);
  }
}

/*--------------------------------------------------------------
# Section Banner Update
--------------------------------------------------------------*/
.section-cta-update .quote {
  border-left: 5px solid #fff;
  padding-left: 20px;
}
.section-cta-update {
  position: relative;
}
/*--------------------------------------------------------------
# Custom forms
--------------------------------------------------------------*/
.custom-code {
  width: 100%;
}
.zsFormClass {
  background-color: #ffffff;
  width: 100% !important;
  max-width: 100% !important;
}

#zohoSupportWebToCase td {
  padding: 11px 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100% !important;
}
#zohoSupportWebToCase textarea,
#zohoSupportWebToCase input[type="text"],
#zohoSupportWebToCase input[type="date"],
#zohoSupportWebToCase select,
.wb_common {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid var(--color-red) !important;
  color: var(--color-black) !important;
  padding: 11px 0 !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-family: var(--font-family-content) !important;
  font-weight: 400;
}
#zohoSupportWebToCase td.zsFontClass strong {
  padding: 11px 5px;
  font-family: var(--font-family-content);
  font-size: var(--font-size-body);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
#zohoSupportWebToCase td {
  padding: 11px 5px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
/*--------------------------------------------------------------
# Section Banner Video Youtube
--------------------------------------------------------------*/
.section-cta-video,
.section-cta-update {
  height: 35em;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden;
}
#captures {
  height: 25em !important;
}
.section-cta-video ul {
  text-align: left;
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.video-bg-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.video-bg-player,
.video-bg-overlay,
.video-bg iframe {
  position: absolute;
}
.video-bg-player,
.video-bg iframe {
  pointer-events: none;
}
.video-bg-player {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
}
.video-bg-overlay,
.video-bg iframe {
  width: 100%;
  height: 100%;
}
.video-bg-overlay {
  transition: all 0.25s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-bg-overlay--fadeOut {
  visibility: hidden;
  opacity: 0;
}
.video-bg iframe {
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
# General Banner
--------------------------------------------------------------*/
.page-general-hero {
  height: 23em;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

/*--------------------------------------------------------------
# Section Banner Video
--------------------------------------------------------------*/
.section-banner-video {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  height: 30em;
  width: 100vw;
}
/*--------------------------------------------------------------
# Section Banner Video Youtube
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.video-bg-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.video-bg-player,
.video-bg-overlay,
.video-bg iframe {
  position: absolute;
}
.video-bg-player,
.video-bg iframe {
  pointer-events: none;
}
.video-bg-player {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 100%;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
}
.video-bg-overlay,
.video-bg iframe {
  width: 100%;
  height: 100%;
}
.video-bg-overlay {
  transition: all 0.25s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-bg-overlay--fadeOut {
  visibility: hidden;
  opacity: 0;
}
.video-bg {
  height: 100%;
}
.video-bg iframe {
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

/*--------------------------------------------------------------
# Back & Forth Content Section
--------------------------------------------------------------*/
.section-back-forth-contain {
  position: relative;
  background-size: cover !important;
}
.media-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.media-content.small {
  height: 25em;
}
.media-content.medium {
  height: 35em;
}
.media-content.large {
  height: 44em;
}
.media-content .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: var(--color-red) !important;
}
.media-content [class*="uk-position-center-left"],
.media-content [class*="uk-position-center-right"] {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
}

.menu-list-anchor {
  gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.menu-list-anchor .list {
  width: calc((100% / 3) - 5px) !important;
}
.link-list {
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 50px;
  font-family: var(--font-family-headline);
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  display: flex;
  color: var(--color-red) !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.link-list:hover,
.link-list:focus {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white) !important;
}
.link-list:visited {
  color: var(--color-white);
}
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-2xlarge,
* + .uk-heading-3xlarge,
* + .uk-heading-large,
* + .uk-heading-medium,
* + .uk-heading-small,
* + .uk-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 0;
}
.col-bar:not(:last-child) {
  border-right: 3px solid #b11d29;
}
.col-bar:last-child {
  padding-left: 50px !important;
}
.col-bar-white:not(:last-child) {
  border-right: 3px solid #ffffff;
  padding-right: 50px;
}
.col-bar-white:not(:first-child) {
  padding-left: 50px;
}
/*--------------------------------------------------------------
# Software Update Section
--------------------------------------------------------------*/
.col-software {
  padding: 2em 2em 1em;
  box-shadow: 0 2px 5px #0003;
  border-bottom: 6px solid var(--color-red);
}
#meeting-info h2 {
  text-align: center;
}
#meeting-info .button-list-info {
  justify-content: center !important;
}
#meeting-info .dp-1 {
  text-align: center;
}
/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.box-card {
  border: 1px solid #f1f1f1;
  flex-direction: column;
  padding: 25px 25px 29px 25px;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}
.category-filter {
  background-color: transparent !important;
  color: var(--color-blue) !important;
  font-family: var(--font-family-button) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 1.08px !important;
  text-transform: uppercase !important;
  padding: 0 33px 0 0 !important;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.card-media {
  height: 16em;
  overflow: hidden;
}
.card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.divider {
  width: 1px;
  height: 20px;
  background-color: var(--color-red);
}
.content-media {
  flex-grow: 1;
}
.card-title {
  margin-top: 0.8em;
  margin-bottom: 2em;
}
.card-title h3 {
  font-weight: 600;
}
.card-footer {
  text-align: center;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s, filter 2s ease-in-out;
  transform: scale(1);
}
.card-media:hover img {
  transform: scale(1.2);
}
.category-filter:hover,
.category-filter.active-cat {
  color: var(--color-black) !important;
}
.col-search {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-posts {
  border-radius: 0;
  border-bottom: 2px solid var(--color-blue);
  width: 200px;
  height: 35px;
  /*  margin: 0 auto;*/
  display: flex;
}
#search-posts button {
  border: 0;
  height: 35px;
  border-radius: 0;
  line-height: 1;
  background-color: transparent;
  padding: 7px;
}
#search-input {
  border: 0;
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  height: 35px;
  line-height: 1;
  padding: 7px;
  font-family: var(--font-family-content);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
#search-input:focus,
#search-input:focus-visible {
  outline: none;
  background-color: transparent;
}
.box-featured-single {
  height: 24em;
  margin-bottom: 50px;
}
.box-featured-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.row-blog-filter {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/

.box-team-design {
  overflow: hidden;
  background-color: var(--color-red);
}

.box-team-design .img {
  height: 20em;
  overflow: hidden;
}
.box-team-design img {
  width: 100%;
  height: 100% !important;
  transition: transform 1s, filter 2s ease-in-out;
  transform: scale(1);
}
.box-team-design a:hover img,
.box-team-design:hover img {
  transform: scale(1.2);
}
.col-team {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.col-team h3 {
  flex-grow: 1;
}
.col-team .simple-link.link-mauve {
  max-width: fit-content;
  margin: 0 auto;
}
.section-team-general .col-team h3 {
  flex-grow: unset;
}
.section-team-general .dp-1 p:first-child {
  margin-block-start: 0;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.box-cta-contact {
  padding: 4em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-cta-contact .media-content {
  min-height: 27em;
  height: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.post,
.page {
  margin: 0;
}
.menu-footer-menu-container {
  min-width: fit-content;
}
.link-logo::after {
  display: none;
}
footer {
  padding: 5em 0 5em;
}
.col-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-footer {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.line-footer {
  background-color: #e4ebf3;
  height: 1px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.list-logos-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.link-loo-partners::after {
  display: none;
}
.box-newsletter .gform_fields {
  display: block !important;
}
footer .gform-theme--foundation .gform_footer {
  margin-block-start: 10px;
}
.title-footer {
  font-family: var(--font-family-content);
  font-size: var(--font-size-primary-link);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer ul.menu {
  margin: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
}
footer ul.menu a {
  text-transform: uppercase;
}
footer ul.menu a {
  color: var(--color-grey) !important;
  font-family: var(--font-family-headline);
  font-size: var(--font-size-primary-link);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}
footer p {
  color: var(--color-grey) !important;
  font-family: var(--font-family-content);
  font-size: var(--font-size-quinary-heading);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
}
footer ul.menu li {
  margin-bottom: 15px;
}
footer p {
  margin-bottom: 20px;
}
.site-footer a {
  position: relative;
  color: var(--color-red) !important;
}
.site-footer a:hover {
  color: var(--color-black) !important;
}
.site-footer .social-icons a::after {
  display: none;
}
.site-footer a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-red);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.site-footer a:hover::after,
.site-footer a:focus::after,
.site-footer li.current-menu-item a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.col-logo {
  position: relative;
  display: flex;
  align-items: center;
}

.social-icons a svg {
  max-width: 30px;
  height: 30px;
}
.social-icons a {
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.social-icons a:hover {
  -webkit-transform: translatey(-10px) !important;
  -moz-transform: translatey(-10px) !important;
  -ms-transform: translatey(-10px) !important;
  -o-transform: translatey(-10px) !important;
}

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.section-info-blog {
  padding-bottom: 0 !important;
}
.single .section-info-blog .dp-1 table {
  border: 1px solid var(--color-black);
}
.single .section-info-blog .dp-1 table td {
  border-bottom: 1px solid var(--color-black);
  padding: 0.75rem;
}
.single .section-info-blog .dp-1 table tr td:not(:last-child) {
  border-right: 1px solid var(--color-black);
}
.single .section-info-blog .dp-1 table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-spacing: 0;
}
.box-post {
  border-radius: 5px;
  background: var(--color-off-white);
  border: 2px solid var(--color-dark-tan);
  border-top: 0;
  padding: 40px 25px 29px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.box-post::before {
  content: "";
  width: calc(100% + 4px);
  height: 13px;
  background-color: var(--color-green);
  position: absolute;
  left: -2px;
  top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.content-post {
  flex-grow: 1;
  padding-bottom: 64px;
}
.footer-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-date {
  color: var(--color-off-black);
  font-family: var(--font-family-text);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
.read-more {
  color: var(--color-red);
  font-family: var(--font-family-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: right;
}
.read-more:hover,
.read-more:focus {
  color: var(--color-green);
}

.dp-1.main-description p:first-child,
.main-headline {
  margin-block-start: 0;
}
.img-author {
  border-radius: 50px;
  width: 61px;
  height: 61px;
  object-fit: cover;
  object-position: center;
}
.author-name {
  font-family: var(--font-family-text);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
.page-post-hero .entry-date {
  color: var(--color-white);
}
.author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-post-hero .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.post-line {
  width: 1px;
  height: 41px;
  background-color: var(--color-white);
}
.toc a,
.toc li,
#ez-toc-container a {
  color: var(--color-black);
  font-family: var(--font-family-content);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.36px;
}
.toc a:hover,
.toc li:hover,
#ez-toc-container a:hover {
  color: var(--color-red);
  text-decoration: none !important;
}
.info-content h3 {
  font-weight: bold;
}
.single-sidebar {
  border-left: 2px solid var(--color-red);
  padding-left: 2em;
  height: auto;
  min-height: 30em;
  padding-top: 0;
}
.blog-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.row-filter {
  text-align: left;
}
.previous-post,
.next-post {
  color: #375172 !important;
  font-family: var(--font-family-button);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  max-width: 33.3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.next-post {
  text-align: right;
}
.previous-post:hover,
.next-post:hover,
.cta-back-blog:hover {
  color: var(--color-blue) !important;
}
.previous-post:hover svg path,
.next-post:hover svg path {
  fill: var(--color-blue);
}
.cta-back-blog {
  color: #375172 !important;
  font-family: var(--font-family-button);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  max-width: 33.3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.cta-back-blog:hover svg path {
  fill: var(--color-black);
}
.list-nav-team a {
  background-color: transparent !important;
  color: var(--color-green) !important;
  font-family: var(--font-family-text) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: 1.44px !important;
  text-transform: uppercase !important;
  padding: 0 10px 0 0 !important;
}
.uk-subnav-pill > .uk-active > a,
.list-nav-team a:hover {
  color: var(--color-black) !important;
}
.category-filter {
  background-color: transparent !important;
  color: var(--color-red) !important;
  font-family: var(--font-family-button) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 1.08px !important;
  text-transform: uppercase !important;
  padding: 0 33px 0 0 !important;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.blog-anchor {
  color: var(--color-green) !important;
  font-family: var(--font-family-text) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: 1.44px !important;
  text-transform: uppercase !important;
  padding: 0 33px 0 0 !important;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.category-filter:hover,
.category-filter.active-cat,
.blog-anchor:hover,
.blog-anchor:focus {
  color: var(--color-black) !important;
}
.col-search {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-posts {
  border-radius: 0;
  border-bottom: 2px solid var(--color-red);
  width: 200px;
  height: 35px;
  /*  margin: 0 auto;*/
  display: flex;
}
#search-posts button {
  border: 0;
  height: 35px;
  border-radius: 0;
  line-height: 1;
  background-color: transparent;
  padding: 7px;
}
#search-input {
  border: 0;
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  height: 35px;
  line-height: 1;
  padding: 7px;
  font-family: var(--font-family-content);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
#search-input:focus,
#search-input:focus-visible {
  outline: none;
  background-color: transparent;
}
.box-featured-single {
  height: 24em;
  margin-bottom: 50px;
}
.box-featured-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.row-blog-filter {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}
.box-landing {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-landing .subheadline {
  font-size: 26px;
  padding-bottom: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.26px;
}
.landing-logo {
  max-width: 449px;
}
.box-img-graphic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.box-naan {
  display: flex;
  gap: 25px;
  align-items: start;
}
.box-img-graphic {
  padding-left: 90px;
}
.no-items-list {
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}
.landing-logo-naaa {
  width: 123px;
  height: 124px;
  object-fit: contain;
  object-position: center;
}
.text-naaa {
  font-family: var(--font-family-content);
  font-size: 24px;
  padding-bottom: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.26px;
}
.text-naaa strong,
.text-naaa b {
  font-size: 32px;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .show-sm {
    display: none;
  }
  .p-sm-t3 {
    padding-top: 3em;
  }
  .p-sm-t4 {
    padding-top: 4em;
  }
}
@media (min-width: 640px) {
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full)
    ~ span:not(.ginput_full),
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full)
    ~ span:not(.ginput_full) {
    padding-left: 15px !important;
    padding-right: 2px !important;
  }
  .gform_wrapper.gravity-theme
    .ginput_container_address
    span.ginput_address_state {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .m-md-t2 {
    margin-top: 2em;
  }

  .p-md-t5 {
    padding-top: 5em;
  }
  .mb-md-2 {
    margin-bottom: 2em !important;
  }
  .ps-md-3 {
    padding-left: 3em;
  }
  .pe-md-3 {
    padding-right: 3em;
  }
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a {
    display: none;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .show-lg {
    display: none !important;
  }
  .p-lg-t1 {
    padding-top: 1em;
  }
  .p-lg-b1 {
    padding-bottom: 1em;
  }
  .p-lg-t3 {
    padding-top: 3em;
  }
  .p-lg-t5 {
    padding-top: 5em;
  }
  .p-lg-b5 {
    padding-bottom: 5em;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .ps-lg-3 {
    padding-left: 3em;
  }
  .pe-lg-3 {
    padding-right: 3em;
  }
  .ps-lg-4 {
    padding-left: 4em;
  }
  .pe-lg-4 {
    padding-right: 4em;
  }
  .pe-lg-5 {
    padding-right: 5em;
  }
  .ps-lg-5 {
    padding-left: 5em;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mt-lg-2 {
    margin-top: 2em;
  }
  .mt-lg-4 {
    margin-top: 4em !important;
  }
  .mb-lg-2 {
    margin-bottom: 2em !important;
  }
  .mb-lg-3 {
    margin-bottom: 3em !important;
  }
  .mb-lg-4 {
    margin-bottom: 4em !important;
  }
  .p-lg-b3 {
    padding-bottom: 3em;
  }
  .p-lg-t0 {
    padding-top: 0 !important;
  }
  .p-lg-b0 {
    padding-bottom: 0 !important;
  }
  .m-lg-t5 {
    margin-top: 5em;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-start {
    text-align: left;
  }
  .item-gallery-project:hover {
    flex: 2;
    padding-left: 115px;
  }
  .col-bar:last-child {
    padding-left: 50px !important;
  }
  #meeting-info .dp-1 {
    max-width: 46%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #menu-button,
  #responsive-menu {
    display: none !important;
  }
  .hide-menu-desk {
    display: none !important;
  }
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .ps-xl-2 {
    padding-left: 2em !important;
  }
  .pe-xl-2 {
    padding-right: 2em !important;
  }
  .ps-xl-2 {
    padding-left: 2em;
  }
  .pe-xl-2 {
    padding-right: 2em !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .ps-xl-3 {
    padding-left: 3em !important;
  }
  .pe-xl-3 {
    padding-right: 3em !important;
  }
  .ps-xl-4 {
    padding-left: 4em !important;
  }
  .pe-xl-4 {
    padding-right: 4em !important;
  }
  .section-roles .container {
    max-width: 62em;
  }
}

@media (min-width: 1300px) {
  .ps-contain {
    padding-left: calc(((100% - var(--var-contain-lg)) / 2) + 1rem);
  }
  .pe-contain {
    padding-right: calc(((100% - var(--var-contain-lg)) / 2) + 1rem);
  }
  .container {
    width: var(--var-contain-lg);
  }
  .project-slider {
    width: var(--var-contain-lg);
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
  }
  .container {
    max-width: 85%;
    margin: 0 auto;
  }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
  .ps-contain {
    padding-left: calc(((100% - var(--var-contain-xl)) / 2) + 1rem);
  }
  .pe-contain {
    padding-right: calc(((100% - var(--var-contain-xl)) / 2) + 1rem);
  }
  .container {
    width: var(--var-contain-xl);
  }
  .project-slider {
    width: var(--var-contain-xl);
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 1800px) {
  .ps-contain {
    padding-left: calc(((100% - var(--var-contain-xxl)) / 2) + 1rem);
  }
  .pe-contain {
    padding-right: calc(((100% - var(--var-contain-xxl)) / 2) + 1rem);
  }
  .container {
    width: calc(var(--var-contain-xxl) + 2rem);
    padding-left: 0;
    padding-right: 0;
  }
  .project-slider {
    width: calc(var(--var-contain-xxl) + 2rem);
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 2000px) {
  .media-content.small {
    height: 25em;
  }
  .media-content.medium {
    height: 40em;
  }
  .media-content.large {
    height: 45em;
  }
  .section-cta-contact .media-content {
    min-height: 27em;
    height: 100%;
  }
  .card-media {
    height: 20em;
    overflow: hidden;
  }
}
@media (min-width: 2500px) {
  .section-banner-video,
  .video-bg-container {
    height: 40em;
  }
  .galery-recent-projects {
    height: 50em;
  }
}
@media (min-width: 3000px) {
}
@media (max-width: 1900px) {
  .main-navigation ul {
    padding: 0 0 0 30px;
  }
  #primary-menu > li {
    margin: 0 7px;
  }

  .site-header li {
    padding-left: 22px;
    padding-right: 22px;
  }
  .logo {
    max-width: 250px;
  }
  .site-header li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-header li.menu-item-has-children {
    padding-right: 35px;
  }
  main {
    display: block;
  }
}
@media (max-width: 1890px) {
  .project-slider .owl-prev {
    position: absolute;
    left: -30px;
    top: calc(50% - 60px);
  }
  .project-slider .owl-next {
    position: absolute;
    right: -30px;
    top: calc(50% - 60px);
  }
  .project-slider .owl-prev svg,
  .project-slider .owl-next svg {
    max-width: 60px;
  }
  .slider-material .owl-prev {
    position: absolute;
    left: -4px;
    top: calc(50% - 60px);
  }
  .slider-material .owl-next {
    position: absolute;
    right: 25px;
    top: calc(50% - 60px);
  }
  .slider-material .owl-prev svg,
  .slider-material .owl-next svg {
    max-width: 60px;
  }
}
@media (max-width: 1800px) {
  .col-logo:after {
    right: 5%;
  }
  .col-contact::before {
    left: -12%;
  }
  .col-contact::after {
    right: 12%;
  }
  footer ul.menu {
    gap: 15px !important;
  }
}

@media (max-width: 1650.98px) {
}
@media (max-width: 1599.98px) {
  .site-header li {
    padding-left: 7px;
    padding-right: 7px;
  }
  #primary-menu > li {
    margin: 0 4px;
  }

  a.header-link {
    font-size: 14px !important;
  }
  input[type="text"].searchinput {
    font-size: 14px !important;
  }

  .top-header ::-webkit-input-placeholder {
    font-size: 14px !important;
  }

  .top-header :-moz-placeholder {
    font-size: 14px !important;
  }

  .top-header ::-moz-placeholder {
    font-size: 14px !important;
  }

  .top-header :-ms-input-placeholder {
    font-size: 14px !important;
  }
  .gallery-color-charts .project-box-gallery {
    height: 10em;
  }
  .testimonials_slider .next-arrow.slick-arrow {
    position: absolute;
    right: 10%;
    bottom: -2%;
    cursor: pointer;
  }
  .box-project-content {
    height: 30em;
  }
  .site-footer a {
    font-size: 15px;
  }
  .col-contact::after {
    right: 7%;
  }
  .mansory-wrapper-bulk {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    grid-auto-rows: 15em;
    grid-auto-flow: dense;
  }
  .card-media {
    height: 12em;
    overflow: hidden;
  }
}
@media (max-width: 1499.98px) {
  .section-contact-info {
    height: 35em !important;
  }
  .page-internal-hero,
  .section-cta-video,
  .section-cta-update {
    height: 27em !important;
  }
  .section-cta-video.cta-wnumbers {
    height: 40em !important;
  }
  .page-project-hero,
  .page-general-hero {
    height: 20em !important;
  }
  .top-header {
    min-height: 50px;
  }
  main {
    display: block;
  }
  .title-sidebar {
    max-width: 76%;
  }
  .section-products-list-cat .card-footer {
    padding: 26px 16px;
  }
  .section-products-list-cat .card-footer h3 {
    font-size: 25px;
  }
  .box-services-slide {
    padding: 50px;
    height: 440px;
  }
  .testimonials_slider .next-arrow.slick-arrow {
    position: absolute;
    right: 10%;
    bottom: -6%;
    cursor: pointer;
  }
  .col-bar {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-logo-partners {
    max-width: 50px;
  }
  footer ul.menu a {
    font-size: 15px;
  }

  .list-logos-footer {
    gap: 8px;
  }
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
  .main-navigation ul {
    padding: 0 0 0 20px;
  }
  #primary-menu > li {
    margin: 0 5px;
  }
  footer ul.menu {
    gap: 15px;
  }
  .project-slider .owl-prev svg,
  .project-slider .owl-next svg {
    max-width: 45px;
  }
  .project-slider .owl-prev {
    position: absolute;
    left: 0;
    margin: 0 !important;
  }
  .project-slider .owl-next {
    position: absolute;
    right: 0;
    margin: 0 !important;
  }
  .project-slide .container {
    padding: 0 80px !important;
  }
  .project-slide .media-content {
    height: 20em;
  }
  .slider-material .owl-prev svg,
  .slider-material .owl-next svg {
    max-width: 45px;
  }
  .slider-material .owl-prev {
    position: absolute;
    left: 0;
    margin: 0 !important;
  }
  .slider-material .owl-next {
    position: absolute;
    right: 0;
    margin: 0 !important;
  }
}
@media (max-width: 1299.98px) {
  .site-header li {
    padding-left: 7px;
    padding-right: 7px;
  }

  a.header-link {
    font-size: 11px !important;
  }
  .top-header ::-webkit-input-placeholder {
    font-size: 11px !important;
  }

  .top-header :-moz-placeholder {
    font-size: 11px !important;
  }

  .top-header ::-moz-placeholder {
    font-size: 11px !important;
  }

  .top-header :-ms-input-placeholder {
    font-size: 11px !important;
  }
  .galery-recent-projects {
    height: 26em;
  }
  .overlay-serv {
    padding: 30px 30px 0;
  }
  .overlay-serv .header-services h3 {
    font-size: 30px;
  }
  .overlay-serv .header-services {
    margin-bottom: 60px;
  }
  .col-footer-l {
    min-width: inherit;
  }
  .row-footer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .col-footer a {
    line-height: 2;
  }
  .main-navigation ul {
    padding: 0 0 0 10px;
  }
  #primary-menu > li {
    margin: 0 5px;
  }
  #primary-menu li a,
  .header-cta {
    font-size: 14px;
  }

  .box-project-info {
    height: 25em;
  }
  h3 {
    font-size: 1.1em;
  }
  .number-list.h-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .col-logo {
    justify-content: center;
    margin-bottom: 1em;
  }
  .footer-logo-partners {
    max-width: 75px;
  }
  .landing-logo {
    max-width: 370px;
  }
}
@media (max-width: 1023.98px) {
  .menu-list {
    gap: 2em;
    flex-direction: column;
  }
  .site-header .row.desktop {
    display: none !important;
  }
  .site-header .row.mobile {
    display: flex;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .responsive-menu-interior {
    padding: 10px 1rem;
  }
  #responsive-menu {
    padding: 0 !important;
  }
  .site-header .sub-menu li a::before {
    background-color: var(--color-white);
  }
  .site-header li.menu-item-has-children {
    padding-right: 0;
  }
  .top-header {
    display: none;
  }
  main {
    display: block;
    padding-top: 80px;
  }
  ul.responsive-menu-items a {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    color: var(--color-white);
  }
  ul.responsive-menu-items li ul.sub-menu a {
    padding: 8px 13px 8px 22px;
    font-size: 1.1em;
    line-height: 1.3;
    color: var(--color-white) !important;
    text-transform: capitalize !important;
  }
  ul.responsive-menu-items li ul.sub-menu li.current-menu-item a {
    color: var(--color-white) !important;
  }
  ul.responsive-menu-items li.menu-item-has-children::after {
    top: 12px;
  }
  ul.responsive-menu-items li.menu-item-has-children.open::after {
    top: 11px;
  }
  .site-header .sub-menu li > a {
    color: var(--color-white) !important;
  }
  .box-header-link {
    gap: 25px;
    justify-content: end;
  }
  .box-header-mobile {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .list-anchor {
    flex-direction: column;
    gap: 25px;
  }
  .row-post {
    flex-direction: column-reverse;
  }
  .col-bar-white:not(:last-child) {
    border-right: 0;
    padding-right: 1rem;
  }
  .col-bar-white:not(:first-child) {
    padding-left: 1rem;
  }
  .single-sidebar {
    border-left: 0;
    padding-left: 0;
    height: auto;
    min-height: auto;
    padding-top: 0;
    border-bottom: 0;
    position: unset !important;
  }
  .menu-list-anchor .list {
    width: 30% !important;
  }
  .card-title h3 {
    font-weight: 600;
    font-size: 15px;
  }
  .entry-date,
  .post-terms {
    font-size: 12px;
  }
  .section-back-forth-contain .dp-1 strong {
    display: block;
  }
  .img-black-widow {
    max-width: 90%;
  }
  .menu-list-anchor {
    grid-template-columns: auto auto auto;
  }
  .main-header {
    padding: 20px 0 20px;
  }
  #site-navigation {
    display: none;
  }
  section,
  .row-back-forth {
    padding: 3em 0 !important;
  }
  section.w-margin {
    margin: 3em 0 !important;
  }
  .header-fluid {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-header img.logo {
    max-width: 149px;
  }
  .site-branding {
    border-right: 0;
  }

  .p-mv-t1 {
    padding-top: 1em !important;
  }
  .p-mv-b1 {
    padding-bottom: 1em !important;
  }
  .p-mv-t0 {
    padding-top: 0 !important;
  }
  .p-mv-b0 {
    padding-bottom: 0 !important;
  }
  .m-mv-t0,
  section.w-margin.m-mv-t0 {
    margin-top: 0 !important;
  }
  .m-mv-b0,
  section.w-margin.m-mv-b0 {
    margin-bottom: 0 !important;
  }
  #footer-menu {
    margin: 0 !important;
    flex-direction: column;
    gap: 5px !important;
  }
  footer ul.menu a {
    font-size: 20px;
  }
  .col-footer p {
    margin-bottom: 12px;
  }
  .site-footer {
    padding: 3em 0;
    text-align: center;
  }
  .col-menu,
  .col-newsletter {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hide-lg {
    display: none !important;
  }
  .page-internal-hero,
  .section-cta-video {
    min-height: 25em;
    height: auto !important;
  }
  .section-cta-update {
    min-height: 40em;
    height: auto !important;
  }
  .page-project-hero,
  .page-general-hero {
    min-height: 25em;
    height: auto !important;
  }
  .dp-2,
  .dp-2 p,
  .dp-2 ul,
  .dp-2 ol {
    font-size: 20px;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br .benefits-heading br {
    display: none;
  }
  .page-template-page-collections .section-info-text p br {
    display: none;
  }
  .section-info-contact {
    text-align: center;
  }
  .single.single-project .section-back-forth-full p br {
    display: block;
  }
  .normal.columnr-reverse-mv {
    flex-direction: column-reverse !important;
  }
  .reverse.columnr-reverse-mv {
    flex-direction: column-reverse !important;
  }
  .normal.columnr-reverse-mv .col-img {
    margin-top: 3em;
    margin-bottom: 0;
  }
  .reverse.columnr-reverse-mv .col-img {
    margin-top: 3em;
    margin-bottom: 0;
  }
  .normal .col-img {
    margin-bottom: 3em;
    margin-top: 0;
  }
  .reverse .col-img {
    margin-bottom: 3em;
    margin-top: 0;
  }
  .section-cta-contact .normal .col-img {
    margin-bottom: 1em !important;
    margin-top: 0;
  }
  .section-cta-contact .normal.columnr-reverse-mv .col-img {
    margin-bottom: 0 !important;
    margin-top: 1em !important;
  }
  .section-cta-contact .reverse .col-img {
    margin-bottom: 1em !important;
    margin-top: 0;
  }
  .section-cta-contact .reverse.columnr-reverse-mv .col-img {
    margin-bottom: 0 !important;
    margin-top: 1em !important;
  }
  .row-reverse-mv {
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  p {
    margin-bottom: 1em;
  }
  .testimonials_slider .next-arrow.slick-arrow {
    right: 10%;
  }
  .galery-recent-projects {
    height: auto;
    flex-direction: column;
  }
  .item-gallery-project,
  .item-gallery-project a {
    min-height: 25em;
  }
  .item-gallery-project a {
    padding: 30px;
  }
  .section-contact .container {
    width: 100vw;
    padding: 0;
    max-width: 100vw;
  }
  .row-0 {
    margin: 0;
    padding: 0;
  }
  .col-0 {
    margin: 0;
    padding: 0;
  }
  .overlay-contact {
    position: unset;
  }
  .box-info {
    padding: 3em 1rem 2em 1rem;
  }
  .box-media {
    height: 23em !important;
  }

  .section-contact .overlay-contact {
    margin-bottom: 16%;
  }
  .box-info {
    max-width: 90%;
    margin: -16% auto;
    z-index: 2;
    position: relative;
  }
  .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .grid-wrapper .tall {
    grid-row: span 1;
  }
  .box-service .box-link-service a,
  .box-service .box-link-service {
    opacity: 1 !important;
    height: 60px !important;
    min-height: 60px !important;
    transform: scaleX(1) !important;
    transform-origin: left top !important;
  }
  .box-service {
    height: 30em;
  }
  .row-footer {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .social-icons {
    margin-top: 25px;
    text-align: center;
    justify-content: center;
  }
  .col-newsletter {
    margin-top: 25px;
  }
  .list-logos-footer {
    justify-content: center;
  }
  .box-newsletter {
    max-width: fit-content;
    margin: 0 auto;
  }
  .logo-footer {
    max-width: 250px;
  }
  .row-footer-info {
    text-align: center;
  }
  .media-content.small,
  .media-content.medium,
  .media-content.large {
    height: 25em;
  }
  .section-cta-contact .media-content {
    height: 20em;
    min-height: fit-content;
  }

  .previous-post,
  .next-post,
  .cta-back-blog {
    font-size: 12px;
  }

  footer .text-contact:last-child {
    margin-bottom: 2em;
  }
  .col-logo:after,
  .col-contact::before,
  .col-contact::after {
    display: none;
  }
  .banner-btn .button-list-info .button {
    font-size: 17px;
    border-radius: 50px 50px 0px 0px;
    padding: 2em 2em;
    line-height: 0;
  }

  .col-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .list-logos-footer {
    margin-top: 2em;
  }
  .img-update {
    max-width: 250px;
    margin: 3em auto 0;
  }
  #captures {
    height: 20em !important;
    min-height: 20em !important;
  }
  .icon-info {
    max-width: 70px;
  }
  .col-bar:not(:last-child) {
    border-right: 0;
  }
  .col-bar {
    text-align: center !important;
  }
  .values-header {
    text-align: center !important;
  }
  .col-bar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-bar:last-child {
    padding-left: 1rem !important;
  }
  .mb-mv-2 {
    margin-bottom: 2em;
  }
  .box-landing {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .landing-logo {
    max-width: 230px;
  }
  .box-landing .subheadline {
    font-size: 20px;
  }
  section.medium,
  .row-back-forth.medium,
  .box-landing.medium,
  .box-naan.medium {
    padding: 50px 0;
  }
  .box-img-graphic {
    padding-left: 1em;
    padding-right: 1em;
  }
  .text-naaa strong,
  .text-naaa b {
    font-size: 24px;
  }
  .text-naaa {
    font-size: 18px;
  }
  .section-hero-landding {
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  .info-filter {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .select-dropdown {
    width: 100%;
  }
  .section-back-forth-full .button-list-info,
  .section-back-forth-contain .button-list-info {
    margin-top: 3em !important;
  }
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .row-filter {
    flex-direction: column;
  }
  .section-contact-info {
    height: 25em !important;
  }
  .card-media {
    height: 14em;
    overflow: hidden;
  }
  .text-naaa strong,
  .text-naaa b {
    font-size: 18px;
  }
  .text-naaa {
    font-size: 14px;
  }
  .categories-filters {
    flex-direction: column !important;
  }
  .button-list {
    gap: 20px;
    flex-direction: column;
  }
  .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100% !important;
  }
  .gform_wrapper.gravity-theme
    .ginput_container_address
    span.ginput_address_state {
    padding-left: 0.9804% !important;
    padding-right: 0.9804% !important;
  }
  .container {
    width: 100%;
  }
  .project-slider {
    width: 100%;
    max-width: 100%;
  }
  .col-products:last-child {
    margin-bottom: 0 !important;
  }
  h1 {
    font-size: 2.5em;
  }
  .box-media {
    height: 20em !important;
  }
  .box-service {
    height: 30em;
  }
  .logo-footer {
    max-width: 215px;
  }

  .row-blog-filter {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .category-filter {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
  }
  .category-filter:not(:last-child) {
    padding-bottom: 20px !important;
  }
  .box-featured-single {
    height: 20em;
  }

  .box-services-slide {
    min-height: 300px;
    padding: 25px;
    display: flex;
    align-items: center;
    text-align: left;
    height: auto;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .menu-list-anchor {
    grid-template-columns: auto auto;
  }
  .menu-list-anchor .list {
    width: 100% !important;
  }
}

@media (max-width: 639.98px) {
  .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    margin-bottom: 22px !important;
    padding-left: 0;
  }
  .gform_wrapper.gravity-theme .ginput_complex span:last-child {
    margin-bottom: 0 !important;
  }
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full),
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0 !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    flex-direction: column;
  }
  .gform_wrapper.gravity-theme .ginput_container_time {
    max-width: 25% !important;
    min-width: 25% !important;
  }

  .mansory-wrapper {
    grid-auto-rows: 18em;
  }
  .grid-wrapper {
    column-gap: 16px;
  }
  .grid-wrapper > div {
    margin-bottom: 16px;
  }
  .grid-wrapper .tall {
    height: 14em;
  }
  .grid-wrapper .default {
    height: 12em;
  }
  .grid-wrapper .medium {
    height: 10em;
  }
  .grid-wrapper .small {
    height: 8em;
  }
  .custom-nav {
    height: fit-content;
    bottom: 50%;
  }
  .box-title {
    margin: 0 auto;
    max-width: 100% !important;
  }
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .hide-sm {
    display: none !important;
  }
  .slide-content h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: bolder;
    line-height: 17px;
  }
  .slide-content .uk-overlay {
    padding: 9px 25px !important;
  }
  .svg-custom {
    max-width: 15px;
  }
  .box-title {
    margin: 0 auto;
    max-width: calc(100% - 115px);
  }
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  .meta {
    flex-direction: column;
  }
  .post-line {
    width: 20px;
    height: 1px;
    background-color: var(--color-white);
  }
  .box-cta-contact {
    padding: 2em;
  }
  .dp-1,
  .dp-1 p,
  .dp-1 ul,
  .dp-1 ol,
  .dp-1 li {
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0.16px;
  }

  .dp-2,
  .dp-2 p,
  .dp-2 ul,
  .dp-2 ol,
  .dp-2 li {
    font-size: 20px !important;
    font-weight: 300;
    line-height: 1.4;
  }
  .page-internal-hero,
  .page-project-hero {
    min-height: 20em;
    height: auto !important;
    background-attachment: unset !important;
  }
  .section-cta-video {
    min-height: 25em;
  }
  .icon-info {
    max-width: 60px;
  }
  #captures {
    height: 25em !important;
    min-height: 25em !important;
  }
  .section-cta-update {
    min-height: 50em;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3,
  .title-project {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1em;
  }
  .box-banner,
  .page-internal-hero .box-banner,
  .section-cta-video .box-banner,
  .section-cta-update .box-banner {
    max-width: 100%;
    width: 100%;
  }

  .page-main-banner {
    height: 35em;
  }

  .button {
    padding: 14px 20px;
    font-size: 14px;
  }
  .subheadline {
    font-size: 14px;
  }

  .button {
    padding: 10px 20px !important;
    font-size: 16px;
    width: 100%;
  }
  .subtitle-project {
    font-size: 14px;
  }
  .simple-link,
  .button-list-info a,
  .load-more__btn {
    font-size: 16px;
  }
  .box-service .box-link-service a,
  .box-service .box-link-service {
    height: 48px !important;
    min-height: 48px !important;
  }
  .section-contact .overlay-contact {
    margin-bottom: 32%;
  }
  .box-info {
    max-width: 90%;
    margin: -32% auto;
    z-index: 2;
    position: relative;
  }
  .media-content.small,
  .media-content.medium,
  .media-content.large {
    height: 20em;
  }

  .banner-btn .button-list-info .button {
    padding: 2em 1% !important;
  }
  .versus-laptop img {
    object-fit: cover;
    justify-content: center;
    width: 87%;
    height: 76%;
    margin-top: 20px;
  }
  .number-content span {
    font-size: 50px;
  }
  .menu-list-anchor {
    grid-template-columns: auto;
  }
}
@media (max-width: 480px) {
  .button-list-info {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-direction: column;
    width: 100%;
  }
  .button-list-info a,
  .load-more__btn {
    min-width: 250px;
    text-align: center;
  }
  .media-content.small,
  .media-content.medium,
  .media-content.large {
    height: 15em;
  }
  h3,
  .title-project {
    font-size: 1.1em;
  }
}
@media (max-width: 390px) {
  .mobile-logo img {
    max-width: 150px;
  }
  .grid-wrapper div {
    height: 13em !important;
  }
}
@media (max-width: 320px) {
  .mobile-logo img {
    max-width: 120px;
  }
}

/* Full Width Media Section */
.section-full-media-fullwidth {
  overflow: hidden;
}

.section-full-media-fullwidth .fullwidth-media-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.section-full-media-fullwidth .fullwidth-media-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.section-full-media-fullwidth .fullwidth-media-wrapper video,
.section-full-media-fullwidth .fullwidth-media-wrapper .player {
  width: 100%;
  max-width: 100%;
}

.section-full-media-fullwidth .fullwidth-media-wrapper .svg-code,
.section-full-media-fullwidth .fullwidth-media-wrapper .custom-code {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .section-full-media-fullwidth .fullwidth-media-wrapper .svg-code,
  .section-full-media-fullwidth .fullwidth-media-wrapper .custom-code {
    padding: 0;
  }
}

/* Landing Page Styles */
.landing-page {
  padding-top: 0;
}

.landing-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.landing-site .site-main {
  flex: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.landing-page .site-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Landing Page Footer */
.site-footer-landing {
  background-color: #000000;
  padding: 40px 0;
  margin-top: 0;
}

.site-footer-landing .landing-footer-logo {
  display: inline-block;
  max-width: 200px;
}

.site-footer-landing .landing-footer-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-footer-landing .landing-footer-logo svg {
  width: 200px;
  height: auto;
  fill: #ffffff;
}

.site-footer-landing .landing-footer-logo svg * {
  fill: #ffffff;
}

@media (max-width: 767px) {
  .site-footer-landing {
    padding: 30px 0;
  }

  .site-footer-landing .landing-footer-logo {
    max-width: 150px;
  }

  .site-footer-landing .landing-footer-logo svg {
    width: 150px;
  }
}
/* ============================================================
   BWI "How it Works" page tweaks — TW #45741466 (2026-06-01)
   Scoped by section_id so other pages using these layouts are unaffected.
   ============================================================ */

/* §1 — heading/subheading moved above the video, top-aligned with the steps */
#process-intro .bwi-media-heading { margin-bottom: 1.5em; }
#process-intro .col-info .number-list { margin-top: 0; }

/* §2 — 'captures' red band as two columns: copy left, system image right.
   Overlay flows in-document so the section grows with the copy (no clipping)
   and the copy gets breathing room top/bottom. */
#captures { height: auto !important; }
#captures .overlay { position: relative; padding-top: 3.5em; padding-bottom: 3.5em; }
#captures .bwi-cta-twocol { row-gap: 1.5em; }
#captures .bwi-cta-copy,
#captures .bwi-cta-copy h2,
#captures .bwi-cta-copy .subheadline,
#captures .bwi-cta-copy .dp-1 { text-align: left; }
#captures .bwi-cta-media img { display: block; width: auto; max-width: 100%; max-height: 22em; margin: 0 auto; }

/* §3 — final paragraph rendered under the video */
#spider-unit .bwi-media-caption { text-align: left; }

/* §4 — Install Locations as two columns: slideshow left, copy right + tidier bullets */
.bwi-gallery-twocol { row-gap: 2em; }
.bwi-gallery-twocol .bwi-gallery-slider .uk-slideshow-items { min-height: 24em; border-radius: 4px; overflow: hidden; }
.bwi-gallery-copy,
.bwi-gallery-copy h2,
.bwi-gallery-copy .subheadline,
.bwi-gallery-copy .dp-1 { text-align: left; }
.bwi-gallery-copy .dp-1 ul { margin: 1em 0 1em 1.1rem; }
.bwi-gallery-copy .dp-1 li { margin-bottom: .6em; padding-left: .25em; line-height: 1.6; }
.bwi-gallery-copy .dp-1 li::marker { color: var(--color-red); }

@media (max-width: 991px) {
  #captures .bwi-cta-media { margin-top: 1.5em; }
  .bwi-gallery-twocol .bwi-gallery-slider .uk-slideshow-items { min-height: 16em; }
}

/*--------------------------------------------------------------
# Stats Bar Section (V6 homepage)
--------------------------------------------------------------*/
.section-stats-bar {
  position: relative;
}
.section-stats-bar .container {
  padding: 60px 0;
}
.stats-bar-heading {
  font-size: 2rem;
  line-height: 1.2;
}
.stats-bar-subheading {
  font-family: var(--font-family-content);
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
}
.stats-bar-row {
  align-items: stretch;
}
.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 15px;
  text-align: center;
}
.stat-icon-container {
  margin-bottom: 12px;
}
.stat-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.stat-value {
  font-family: var(--font-family-headline);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-family: var(--font-family-content);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
.stat-footnote {
  font-family: var(--font-family-content);
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #666;
  margin-top: 6px;
}

/*--------------------------------------------------------------
# Comparison Table Section (V6 homepage)
--------------------------------------------------------------*/
.section-comparison-table {
  position: relative;
}
.section-comparison-table .container {
  padding: 60px 0;
}
.comparison-heading {
  font-size: 2rem;
  line-height: 1.2;
}
.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: var(--font-family-content);
}
.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  line-height: 1.45;
}
.comparison-table thead th {
  font-family: var(--font-family-headline);
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #000;
  color: #000;
}
.comparison-table thead .comparison-col-new {
  color: var(--color-red);
}
.comparison-table tbody th.comparison-col-label {
  font-family: var(--font-family-headline);
  font-weight: bold;
  color: #000;
  width: 26%;
}
.comparison-table .comparison-col-old {
  color: #555;
}
.comparison-table .comparison-col-new {
  color: #000;
  font-weight: 600;
}
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Stack the table into labelled cards on small screens */
@media (max-width: 767px) {
  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td {
    display: block;
    width: 100%;
  }
  .comparison-table thead {
    display: none;
  }
  .comparison-table tbody tr {
    margin-bottom: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
  }
  .comparison-table tbody th.comparison-col-label {
    width: 100%;
    background-color: #000;
    color: #fff;
    border-bottom: none;
  }
  .comparison-table tbody td {
    border-bottom: 1px solid #e0e0e0;
  }
  .comparison-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-family: var(--font-family-headline);
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 4px;
  }
  .comparison-table tbody td.comparison-col-new::before {
    color: var(--color-red);
  }
  .stat-value {
    font-size: 2.5rem;
  }
}

/*--------------------------------------------------------------
# Light-text variant for columns-media / book-demo on dark backgrounds
--------------------------------------------------------------*/
.section-columns-media.on-dark .subheadline,
.section-columns-media.on-dark h2,
.section-columns-media.on-dark h3,
.section-columns-media.on-dark h4,
.section-columns-media.on-dark .dp-1,
.section-columns-media.on-dark .dp-1 p,
.section-columns-media.on-dark .dp-1 li,
.section-columns-media.on-dark .demo-code,
.section-columns-media.on-dark .demo-code p,
.section-columns-media.on-dark .demo-code li {
  color: var(--color-white) !important;
}
.section-columns-media.on-dark .subheadline {
  color: var(--color-red) !important;
}
.section-columns-media.on-dark .col-bar {
  border-color: rgba(255, 255, 255, 0.18);
}
.section-columns-media.on-dark .dp-1 li::marker {
  color: var(--color-red);
}
.section-columns-media.on-dark .col-icons-link {
  color: var(--color-red) !important;
}

/* Background video/iframe must stay inside its section, not widen the page. */
.section-cta-video {
  overflow: hidden;
}
.section-cta-video .video-bg-player,
.section-cta-video .video-bg-player .video-bg {
  overflow: hidden;
}
.section-cta-video .video-bg-player iframe {
  border: 0;
  pointer-events: none;
}

/* Brand red on #111 is only 2.8:1 - lift the kicker to clear AA on dark. */
.section-columns-media.on-dark .subheadline {
  color: #f4626f !important;
}

/* Ambient hero b-roll: fills its column, no player chrome. */
.ambient-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  pointer-events: none;
}

/* A single testimonial shouldn't sit in a lopsided 3-up track. */
.testimonials-slider .owl-stage {
  display: flex;
  align-items: stretch;
}
.testimonials-slider .owl-item {
  display: flex;
}
.testimonials-slider .owl-item .testimonial-card {
  width: 100%;
}
