/*
Theme Name: PJ Valves
Theme URI: https://pjvalves.com/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: PJ Valves' website theme
Version: 1.0
License: All work ©2025 PJ Valves. Not for public use.
License URI: https://www.2intents.co.uk/
Tags: 
Text Domain: pjvalves
*/
/* 
Use: Reset
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
@import url("https://use.typekit.net/xxb8jmt.css");
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  /* be sure to specify a colour here */
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Image Cover / Fit
**************************************************************************/
.image-cover {
  position: relative;
}
.image-cover img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-fit {
  position: relative;
}
.image-fit img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-close {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-even {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-drop {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners,
.rounded-corners-close,
.rounded-corners-tight,
.rounded-corners-full,
.rounded-corners-brand {
  overflow: hidden;
}
.rounded-corners {
  border-radius: 1rem;
}
.rounded-corners-close {
  border-radius: 0.5rem;
}
.rounded-corners-tight {
  border-radius: 0.25rem;
}
.rounded-corners-full {
  border-radius: 100rem;
}
.rounded-corners-brand {
  border-radius: 4.5rem 0 4.5rem 0;
}
@media screen and (min-width: 46.875em) {
  .rounded-corners-brand {
    border-radius: 6rem 0 6rem 0;
  }
}
/*************************************************************************
 #Page Turn Corners
**************************************************************************/
.background-waves:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.background-waves.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.background-waves.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.background-waves.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.background-waves.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.light-grey-section .background-waves:after {
  background-color: #F5F5F5;
}
.light-blue-section .background-waves:after {
  background-color: #98B5D5;
}
.content-corner-link {
  position: relative;
  padding-bottom: 5rem !important;
}
.content-corner-link:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-corner-link:hover:before {
  right: calc(1rem - 4px);
}
.content-corner-link.light-grey:before {
  background-color: #F5F5F5;
}
.content-corner-link.blue:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.image-corner-link .image {
  position: relative;
}
.image-corner-link .image:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.image-corner-link:hover .image:before {
  right: calc(1rem - 4px);
}
/* 
Use: Measurements
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 999px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1300px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 81.81818182%;
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 86.36363636%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 90.90909091%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys ------------------------------------------------------------------------ */
/* #Brand Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
.light-section {
  color: #58595B;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section a {
  color: #252525;
}
.light-section p {
  color: #58595B;
}
.light-section blockquote p {
  color: #252525;
}
.dark-section {
  color: #FFFFFF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a {
  color: #FFFFFF;
}
.dark-section .breadcrumbs a,
.dark-section .breadcrumbs span {
  color: #FFFFFF;
}
.dark-section .icon-list li a:before,
.dark-section .social-links li a:before {
  color: #FFFFFF;
}
.dark-section input[type="text"],
.dark-section input[type="password"],
.dark-section input[type="email"],
.dark-section input[type="number"],
.dark-section input[type="tel"],
.dark-section input[type="search"],
.dark-section input[type="checkbox"],
.dark-section input[type="radio"],
.dark-section select,
.dark-section textarea {
  box-shadow: inset 0 0 0 1px #58595B;
}
.dark-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #004DA8;
}
.white-section {
  background-color: #FFFFFF;
  color: #58595B;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section a {
  color: #252525;
}
.white-section p {
  color: #58595B;
}
.white-section blockquote p {
  color: #252525;
}
.blue-section {
  background-color: #004DA8;
  color: #FFFFFF;
}
.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5,
.blue-section h6,
.blue-section p,
.blue-section a {
  color: #FFFFFF;
}
.blue-section .breadcrumbs a,
.blue-section .breadcrumbs span {
  color: #FFFFFF;
}
.blue-section .icon-list li a:before,
.blue-section .social-links li a:before {
  color: #FFFFFF;
}
.blue-section input[type="text"],
.blue-section input[type="password"],
.blue-section input[type="email"],
.blue-section input[type="number"],
.blue-section input[type="tel"],
.blue-section input[type="search"],
.blue-section input[type="checkbox"],
.blue-section input[type="radio"],
.blue-section select,
.blue-section textarea {
  box-shadow: inset 0 0 0 1px #58595B;
}
.blue-section nf-field .html-container a {
  color: #FFFFFF;
}
.blue-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #004DA8;
}
.blue-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.blue-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #004DA8;
}
.blue-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.light-blue-section {
  background-color: #E7F1FA;
  color: #58595B;
}
.light-blue-section h1,
.light-blue-section h2,
.light-blue-section h3,
.light-blue-section h4,
.light-blue-section h5,
.light-blue-section h6,
.light-blue-section a {
  color: #252525;
}
.light-blue-section p {
  color: #58595B;
}
.light-blue-section blockquote p {
  color: #252525;
}
.dark-grey-section {
  background-color: #252525;
  color: #FFFFFF;
}
.dark-grey-section h1,
.dark-grey-section h2,
.dark-grey-section h3,
.dark-grey-section h4,
.dark-grey-section h5,
.dark-grey-section h6,
.dark-grey-section p,
.dark-grey-section a {
  color: #FFFFFF;
}
.dark-grey-section .breadcrumbs a,
.dark-grey-section .breadcrumbs span {
  color: #FFFFFF;
}
.dark-grey-section .icon-list li a:before,
.dark-grey-section .social-links li a:before {
  color: #FFFFFF;
}
.dark-grey-section input[type="text"],
.dark-grey-section input[type="password"],
.dark-grey-section input[type="email"],
.dark-grey-section input[type="number"],
.dark-grey-section input[type="tel"],
.dark-grey-section input[type="search"],
.dark-grey-section input[type="checkbox"],
.dark-grey-section input[type="radio"],
.dark-grey-section select,
.dark-grey-section textarea {
  box-shadow: inset 0 0 0 1px #58595B;
}
.dark-grey-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-grey-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #004DA8;
}
.dark-grey-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-grey-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-grey-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #004DA8;
}
.dark-grey-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.light-grey-section {
  background-color: #F5F5F5;
  color: #58595B;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5,
.light-grey-section h6,
.light-grey-section a {
  color: #252525;
}
.light-grey-section p {
  color: #58595B;
}
.light-grey-section blockquote p {
  color: #252525;
}
.light-grey-section .statistic-module .icon {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .white-section ) {
  background-color: #FFFFFF;
  color: #58595B;
}
.influenced-colour-section:has( + .white-section ) h1,
.influenced-colour-section:has( + .white-section ) h2,
.influenced-colour-section:has( + .white-section ) h3,
.influenced-colour-section:has( + .white-section ) h4,
.influenced-colour-section:has( + .white-section ) h5,
.influenced-colour-section:has( + .white-section ) h6,
.influenced-colour-section:has( + .white-section ) a {
  color: #252525;
}
.influenced-colour-section:has( + .white-section ) p {
  color: #58595B;
}
.influenced-colour-section:has( + .white-section ) blockquote p {
  color: #252525;
}
.influenced-colour-section:has( + .white-section ) + .facetwp-type-pager {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .white-section ) .icon-block-grid-module:not( .card ) .read-more-link:after {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .white-section ) .icon-block-grid-module.card {
  background-color: #E7F1FA;
}
.influenced-colour-section:has( + .white-section ) .icon-block-grid-module:has( .icon ):not( .card ) h3 {
  border-color: #58595B;
}
.influenced-colour-section:has( + .light-grey-section ) {
  background-color: #F5F5F5;
  color: #58595B;
}
.influenced-colour-section:has( + .light-grey-section ) .background-waves:after {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) h1,
.influenced-colour-section:has( + .light-grey-section ) h2,
.influenced-colour-section:has( + .light-grey-section ) h3,
.influenced-colour-section:has( + .light-grey-section ) h4,
.influenced-colour-section:has( + .light-grey-section ) h5,
.influenced-colour-section:has( + .light-grey-section ) h6,
.influenced-colour-section:has( + .light-grey-section ) a {
  color: #252525;
}
.influenced-colour-section:has( + .light-grey-section ) p {
  color: #58595B;
}
.influenced-colour-section:has( + .light-grey-section ) blockquote p {
  color: #252525;
}
.influenced-colour-section:has( + .light-grey-section ) .statistic-module .icon {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) + .facetwp-type-pager {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table {
  color: #58595B;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table h1,
.influenced-colour-section:has( + .light-grey-section ) .data-table h2,
.influenced-colour-section:has( + .light-grey-section ) .data-table h3,
.influenced-colour-section:has( + .light-grey-section ) .data-table h4,
.influenced-colour-section:has( + .light-grey-section ) .data-table h5,
.influenced-colour-section:has( + .light-grey-section ) .data-table h6,
.influenced-colour-section:has( + .light-grey-section ) .data-table a {
  color: #252525;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table p {
  color: #58595B;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table blockquote p {
  color: #252525;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table thead tr th {
  background-color: #E6E7E8;
}
.influenced-colour-section:has( + .light-grey-section ).block-carousel .content-module:before {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ).block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ).block-carousel .carousel-slides .carousel-item.testimonial-module {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .blue-section ) {
  background-color: #004DA8;
  color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) h1,
.influenced-colour-section:has( + .blue-section ) h2,
.influenced-colour-section:has( + .blue-section ) h3,
.influenced-colour-section:has( + .blue-section ) h4,
.influenced-colour-section:has( + .blue-section ) h5,
.influenced-colour-section:has( + .blue-section ) h6,
.influenced-colour-section:has( + .blue-section ) p,
.influenced-colour-section:has( + .blue-section ) a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) .breadcrumbs a,
.influenced-colour-section:has( + .blue-section ) .breadcrumbs span {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) .icon-list li a:before,
.influenced-colour-section:has( + .blue-section ) .social-links li a:before {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) input[type="text"],
.influenced-colour-section:has( + .blue-section ) input[type="password"],
.influenced-colour-section:has( + .blue-section ) input[type="email"],
.influenced-colour-section:has( + .blue-section ) input[type="number"],
.influenced-colour-section:has( + .blue-section ) input[type="tel"],
.influenced-colour-section:has( + .blue-section ) input[type="search"],
.influenced-colour-section:has( + .blue-section ) input[type="checkbox"],
.influenced-colour-section:has( + .blue-section ) input[type="radio"],
.influenced-colour-section:has( + .blue-section ) select,
.influenced-colour-section:has( + .blue-section ) textarea {
  box-shadow: inset 0 0 0 1px #58595B;
}
.influenced-colour-section:has( + .blue-section ) nf-field .html-container a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) input[type="submit"] {
  color: #FFFFFF;
  background-color: #004DA8;
}
.influenced-colour-section:has( + .blue-section ) nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .blue-section ) nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #004DA8;
}
.influenced-colour-section:has( + .blue-section ) .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.influenced-colour-section:has( + .white-section ) + .outer-container.white-section {
  padding-top: 3rem;
}
.outer-container.light-blue-section:not( .transparent-background-image ) + .outer-container.light-blue-section,
.outer-container.light-grey-section:not( .transparent-background-image ) + .outer-container.light-grey-section,
.outer-container.white-section:not( .transparent-background-image ) + .outer-container.white-section {
  padding-top: 0;
}
.outer-container.video-module + .outer-container.video-module.vertical-double-padding {
  padding-top: 4.5rem;
}
.outer-container.vertical-double-padding-top + .outer-container.vertical-double-padding {
  padding-top: 4.5rem;
}
/* 
Use: Typography
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Poppins Light';
  src: url('fonts/poppins-light.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Regular';
  src: url('fonts/poppins-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('fonts/poppins-medium.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Semibold';
  src: url('fonts/poppins-semibold.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.neue-haas-grotesk-medium {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.neue-haas-grotesk-bold {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-light {
  font-family: 'Poppins Regular', 'Arial', sans-serif;
}
.poppins-regular {
  font-family: 'Poppins Regular', 'Arial', sans-serif;
}
.poppins-medium {
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
.poppins-semibold {
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
}
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: #1461bd;
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: #1461bd;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #1461bd;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1.1rem;
  font-family: 'Poppins Regular', 'Arial', sans-serif;
  color: #58595B;
  line-height: 1.6;
}
h1 {
  font-size: 3rem;
  line-height: 1.1;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.25rem;
}
small,
.small,
.small p {
  font-size: 0.75rem;
}
.medium {
  font-size: 0.95rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #252525;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #004DA8;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
h6.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
h6.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline,
p.underline,
.content-wrapper.underline {
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C6C6C6;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #252525;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: 'Poppins Regular', 'Arial', sans-serif;
}
em {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.2rem;
}
.big-text {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.75rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.5;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: "'";
}
cite {
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 46.875em) {
  .inner-container {
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.stretch-container {
  align-items: stretch;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .right-to-left > * {
    margin-right: 3%;
    margin-left: 0;
  }
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Width modules
**************************************************************************/
.one-third-width {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .one-third-width {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-width {
    width: 33.3%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-double-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.vertical-double-margin-top {
  margin-top: 6rem;
}
.vertical-double-margin-bottom {
  margin-bottom: 6rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-double-padding {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.vertical-double-padding-top {
  padding-top: 4.5rem;
}
.vertical-double-padding-bottom {
  padding-bottom: 4.5rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Scroll Padding
**************************************************************************/
.scroll-padding {
  scroll-padding-top: 0;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.three-column-content {
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (min-width: 46.875em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 46.875em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  height: 25%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(37, 37, 37, 0.9) 0%, rgba(37, 37, 37, 0) 100%);
}
.wp-caption-text {
  position: absolute!important;
  z-index: 10;
  padding: 0.5rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #FFFFFF !important;
  font-size: 0.95rem;
  text-align: center;
  transform-style: preserve-3d;
}
.wp-caption-text:before {
  left: 0.5rem;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-background-image {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image-fit .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.image-hover .image,
.image-hover .image-container {
  overflow: hidden;
}
.image-hover .image img,
.image-hover .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.image-hover:hover .image img,
.image-hover:hover .image-container img {
  transform: scale(1.15);
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:12 Ratio ------------------------------------------------------------------------ */
.one-by-one-two {
  padding-bottom: 120%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 140%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.button.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.button.blue-button:active {
  transform: scale(0.975);
}
.button.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.button.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.button.grey-button:active {
  transform: scale(0.975);
}
.button.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.button.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.button.white-button:active {
  transform: scale(0.975);
}
.button.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon {
  padding-right: 0!important;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.button.search-button {
  padding-right: 0!important;
}
.button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.plus-button {
  padding-right: 0!important;
}
.button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0!important;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 3px solid #00A29E;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 33.3%;
  background: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow {
  padding-right: 2rem;
}
.text-link.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.text-link.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow:hover:after {
  right: 0;
}
.text-link.with-circle-arrow {
  padding-right: 3.5rem;
}
.text-link.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.text-link.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.text-link:hover:before {
  width: 100%;
}
.inline-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 3px solid #004DA8;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 33.3%;
  background: #00A29E;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:hover:before {
  width: 100%;
}
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.read-more-link:after {
  position: relative;
  left: 0;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\f054';
  font-size: 1rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.read-more-link:hover {
  color: #004DA8;
}
.read-more-link:hover:after {
  left: 4px;
}
.list-link {
  position: relative;
  padding-bottom: 2px;
}
.list-link:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -3px;
  height: 0;
  width: 30px;
  background: #004DA8;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.list-link:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -3px;
  height: 0;
  width: 100%;
  background: #00A29E;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.list-link:hover {
  text-decoration: none;
}
.list-link:hover:before,
.list-link:hover:after {
  height: 3px;
}
.list-link:active:before {
  width: 100%;
}
/*************************************************************************
 #Hover Styles
**************************************************************************/
.button-hover {
  position: relative;
}
.button-hover:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button-hover:hover:after {
  width: 100%;
}
/*************************************************************************
 #Facet WP Module
**************************************************************************/
.facetwp-type-pager {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}
.facetwp-type-pager:has( .facetwp-load-more:not( .facetwp-hidden )) {
  padding-bottom: 3rem;
}
.facetwp-type-pager .facetwp-pager {
  position: relative;
  z-index: 1;
  width: 93.996%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .facetwp-type-pager .facetwp-pager {
    width: 61.664%;
  }
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  background-color: #E6E7E8;
  color: #252525;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  background-color: #00A29E;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  background-color: #004DA8;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
  display: block;
  margin: 0 auto !important;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before,
.facetwp-type-pager .facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more:after {
  z-index: -1;
}
.facetwp-type-pager .facetwp-load-more.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.facetwp-type-pager .facetwp-load-more.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.facetwp-type-pager .facetwp-load-more.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.facetwp-type-pager .facetwp-load-more.blue-button:active {
  transform: scale(0.975);
}
.facetwp-type-pager .facetwp-load-more.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.facetwp-type-pager .facetwp-load-more.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.facetwp-type-pager .facetwp-load-more.grey-button:active {
  transform: scale(0.975);
}
.facetwp-type-pager .facetwp-load-more.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.facetwp-type-pager .facetwp-load-more.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.facetwp-type-pager .facetwp-load-more.white-button:active {
  transform: scale(0.975);
}
.facetwp-type-pager .facetwp-load-more.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.facetwp-type-pager .facetwp-load-more.with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-type-pager .facetwp-load-more.download-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-type-pager .facetwp-load-more.search-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
}
.facetwp-type-pager .facetwp-load-more.plus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  content: '\2b';
}
.facetwp-type-pager .facetwp-load-more.minus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  content: '\2d';
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.facetwp-type-pager .facetwp-load-more:active {
  transform: scale(0.975);
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
.white-section + .facetwp-type-pager {
  background-color: #FFFFFF;
}
.light-grey-section + .facetwp-type-pager {
  background-color: #F5F5F5;
}
/* 
Use: Forms
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
}
.icon-list li {
  list-style-type: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1rem;
}
.icon-list li a:hover {
  text-decoration: none;
  color: #004DA8;
}
.icon-list.rows li {
  width: 100%;
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0;
}
.tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
.tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1rem;
}
.tick-list li a:hover {
  text-decoration: none;
  color: #004DA8;
}
.tick-list.rows li {
  width: 100%;
}
.tick-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.tick-list li:before {
  position: absolute;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.5rem;
}
.tick-list.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Tick List
**************************************************************************/
.simple-tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.simple-tick-list li {
  list-style-type: none;
}
.simple-tick-list li ul,
.simple-tick-list li ol {
  margin-top: 0;
}
.simple-tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.simple-tick-list li:last-child {
  margin-bottom: 0;
}
.simple-tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1rem;
}
.simple-tick-list li a:hover {
  text-decoration: none;
  color: #004DA8;
}
.simple-tick-list.rows li {
  width: 100%;
}
.simple-tick-list li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.simple-tick-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.75rem;
}
/*************************************************************************
 #Dot List
**************************************************************************/
.dot-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.dot-list li {
  list-style-type: none;
}
.dot-list li ul,
.dot-list li ol {
  margin-top: 0;
}
.dot-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.dot-list li:last-child {
  margin-bottom: 0;
}
.dot-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1rem;
}
.dot-list li a:hover {
  text-decoration: none;
  color: #004DA8;
}
.dot-list.rows li {
  width: 100%;
}
.dot-list li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.dot-list li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background-color: #58595B;
}
/*************************************************************************
 #Categories
**************************************************************************/
ul.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  margin-left: 0;
}
ul.categories li {
  list-style-type: none;
}
ul.categories li ul,
ul.categories li ol {
  margin-top: 0;
}
ul.categories li {
  margin: 0;
  padding: 0.25rem 1rem;
  border-radius: 3rem;
  background-color: #00A29E;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #FFFFFF;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li.tax {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Link List
**************************************************************************/
.link-list {
  margin-left: 0;
}
.link-list li {
  list-style-type: none;
}
.link-list li ul,
.link-list li ol {
  margin-top: 0;
}
.link-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Poppins Regular', 'Arial', sans-serif;
  text-decoration: none;
}
.link-list li a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  font-size: 0.95rem;
  color: #004DA8;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-list li a:hover {
  color: #004DA8;
}
.link-list li a:hover:before {
  margin-left: 0.25rem;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
.post-details {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.post-details li {
  list-style-type: none;
}
.post-details li ul,
.post-details li ol {
  margin-top: 0;
}
.post-details li {
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #58595B;
}
.post-details li.date {
  letter-spacing: 1px;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
ul.icon-list {
  margin-left: 0;
}
ul.icon-list li {
  list-style-type: none;
}
ul.icon-list li ul,
ul.icon-list li ol {
  margin-top: 0;
}
ul.icon-list li {
  display: inline-flex;
  align-items: center;
}
ul.icon-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
ul.icon-list li a:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-right: 0.75rem;
}
ul.icon-list li.email a:before {
  content: '\f0e0';
}
ul.icon-list li.telephone a:before {
  content: '\f095';
}
/*************************************************************************
 #Social Links
**************************************************************************/
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
ul.social-links li:before {
  display: none;
}
ul.social-links li a {
  display: block;
  height: 2rem;
  width: 2rem;
  border-bottom: none;
}
ul.social-links li a:before {
  z-index: 2;
  width: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  color: #004DA8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transform: scale(0.9);
  height: 100%;
  will-change: transform;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.social-links li a:hover {
  text-decoration: none;
}
ul.social-links li a:hover:before {
  color: #004DA8;
  transform: scale(1.1);
}
ul.social-links li.facebook a:before {
  content: '\f09a';
}
ul.social-links li.facebook-alt a:before {
  content: '\f39e';
}
ul.social-links li.twitter a:before {
  content: '\e61b';
}
ul.social-links li.linkedin a:before {
  content: '\f0e1';
}
ul.social-links li.linkedin-alt a:before {
  content: '\f08c';
}
ul.social-links li.instagram a:before {
  content: '\f16d';
}
ul.social-links li.pinterest a:before {
  content: '\f231';
}
ul.social-links li.youtube a:before {
  content: '\f167';
}
ul.social-links li.mastodon a:before {
  content: '\f4f6';
}
ul.social-links li.threads a:before {
  content: '\e618';
}
ul.social-links li.bluesky a:before {
  content: '\e671';
}
ul.social-links li.email a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f0e0';
}
/* 
Use: Modular
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero Layouts
**************************************************************************/
.hero-simple {
  position: relative;
  min-height: 65vh;
  overflow: hidden;
}
.hero-half {
  position: relative;
  min-height: 45vh;
  overflow: hidden;
}
.hero {
  min-height: 65vh;
}
.hero .hero-content {
  z-index: 2;
}
.hero .hero-content .hero-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.hero .hero-content .hero-button:last-child {
  margin-bottom: 0;
}
.hero .hero-content .hero-button:focus {
  outline: none;
}
.hero .hero-content .hero-button:hover {
  border-bottom: none;
}
.hero .hero-content .hero-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.hero .hero-content .hero-button:before,
.hero .hero-content .hero-button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.hero .hero-content .hero-button:before {
  z-index: -2;
}
.hero .hero-content .hero-button:after {
  z-index: -1;
}
.hero .hero-content .hero-button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.hero .hero-content .hero-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.hero .hero-content .hero-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.hero .hero-content .hero-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.hero .hero-content .hero-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.hero .hero-content .hero-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.hero .hero-content .hero-button.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.hero .hero-content .hero-button.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.hero .hero-content .hero-button.blue-button:active {
  transform: scale(0.975);
}
.hero .hero-content .hero-button.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.hero .hero-content .hero-button.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.hero .hero-content .hero-button.grey-button:active {
  transform: scale(0.975);
}
.hero .hero-content .hero-button.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.hero .hero-content .hero-button.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.hero .hero-content .hero-button.white-button:active {
  transform: scale(0.975);
}
.hero .hero-content .hero-button.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.hero .hero-content .hero-button.with-icon {
  padding-right: 0!important;
}
.hero .hero-content .hero-button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.text-button-with-icon {
  padding-right: 0!important;
}
.hero .hero-content .hero-button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.hero .hero-content .hero-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.hero .hero-content .hero-button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-content .hero-button.download-button {
  padding-right: 0!important;
}
.hero .hero-content .hero-button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.hero .hero-content .hero-button.search-button {
  padding-right: 0!important;
}
.hero .hero-content .hero-button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.hero .hero-content .hero-button.arrow-left:after {
  content: '\f053';
}
.hero .hero-content .hero-button.arrow-right:after {
  content: '\f054';
}
.hero .hero-content .hero-button.plus-button {
  padding-right: 0!important;
}
.hero .hero-content .hero-button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.plus-button:after {
  content: '\2b';
}
.hero .hero-content .hero-button.minus-button {
  padding-right: 0!important;
}
.hero .hero-content .hero-button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero .hero-content .hero-button.minus-button:after {
  content: '\2d';
}
.hero .hero-content .hero-button.close:after {
  content: '\f00d';
}
.hero .hero-content .hero-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.hero .hero-content .hero-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.hero .hero-content .hero-button:active {
  transform: scale(0.975);
}
.hero:has( .half-width ) .half-width {
  z-index: 1;
  width: 50% !important;
  left: auto;
  top: auto;
  max-height: calc(100% - 5rem - 1rem);
}
.hero:has( .half-width ) .half-width img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media screen and (max-width: 46.8125em) {
  .hero:has( .half-width ) {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hero:has( .half-width ) .inner-container {
    width: 100%;
  }
  .hero:has( .half-width ) .half-width {
    position: relative !important;
    max-height: unset;
    height: 20rem !important;
    width: 100% !important;
  }
}
.hero.blue-section .hero-content .hero-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #252525 !important;
  background-color: #FFFFFF;
}
.hero.blue-section .hero-content .hero-button:last-child {
  margin-bottom: 0;
}
.hero.blue-section .hero-content .hero-button:focus {
  outline: none;
}
.hero.blue-section .hero-content .hero-button:hover {
  border-bottom: none;
}
.hero.blue-section .hero-content .hero-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.hero.blue-section .hero-content .hero-button:before,
.hero.blue-section .hero-content .hero-button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.hero.blue-section .hero-content .hero-button:before {
  z-index: -2;
}
.hero.blue-section .hero-content .hero-button:after {
  z-index: -1;
}
.hero.blue-section .hero-content .hero-button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.hero.blue-section .hero-content .hero-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.hero.blue-section .hero-content .hero-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.hero.blue-section .hero-content .hero-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.hero.blue-section .hero-content .hero-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.hero.blue-section .hero-content .hero-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.hero.blue-section .hero-content .hero-button.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.hero.blue-section .hero-content .hero-button.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.hero.blue-section .hero-content .hero-button.blue-button:active {
  transform: scale(0.975);
}
.hero.blue-section .hero-content .hero-button.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.hero.blue-section .hero-content .hero-button.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.hero.blue-section .hero-content .hero-button.grey-button:active {
  transform: scale(0.975);
}
.hero.blue-section .hero-content .hero-button.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.hero.blue-section .hero-content .hero-button.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.hero.blue-section .hero-content .hero-button.white-button:active {
  transform: scale(0.975);
}
.hero.blue-section .hero-content .hero-button.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.hero.blue-section .hero-content .hero-button.with-icon {
  padding-right: 0!important;
}
.hero.blue-section .hero-content .hero-button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.text-button-with-icon {
  padding-right: 0!important;
}
.hero.blue-section .hero-content .hero-button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.hero.blue-section .hero-content .hero-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.hero.blue-section .hero-content .hero-button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero.blue-section .hero-content .hero-button.download-button {
  padding-right: 0!important;
}
.hero.blue-section .hero-content .hero-button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.hero.blue-section .hero-content .hero-button.search-button {
  padding-right: 0!important;
}
.hero.blue-section .hero-content .hero-button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.hero.blue-section .hero-content .hero-button.arrow-left:after {
  content: '\f053';
}
.hero.blue-section .hero-content .hero-button.arrow-right:after {
  content: '\f054';
}
.hero.blue-section .hero-content .hero-button.plus-button {
  padding-right: 0!important;
}
.hero.blue-section .hero-content .hero-button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.plus-button:after {
  content: '\2b';
}
.hero.blue-section .hero-content .hero-button.minus-button {
  padding-right: 0!important;
}
.hero.blue-section .hero-content .hero-button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.hero.blue-section .hero-content .hero-button.minus-button:after {
  content: '\2d';
}
.hero.blue-section .hero-content .hero-button.close:after {
  content: '\f00d';
}
.hero.blue-section .hero-content .hero-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.hero.blue-section .hero-content .hero-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.hero.blue-section .hero-content .hero-button:active {
  transform: scale(0.975);
}
.hero-image {
  background-color: #13110C;
}
.hero-image .pre-heading:before {
  background-color: #004DA8;
}
.hero-image .dark-grey-section .pre-heading:before {
  background-color: #C6C6C6;
}
.hero-image .hero-content h1,
.hero-image .hero-content h2,
.hero-image .hero-content h3,
.hero-image .hero-content p {
  color: #FFFFFF;
}
.hero-image .hero-content .breadcrumbs a,
.hero-image .hero-content .breadcrumbs span {
  color: #FFFFFF;
}
.hero-image.low-opacity img,
.hero-image.low-opacity iframe,
.hero-image.low-opacity object,
.hero-image.low-opacity embed,
.hero-image.low-opacity video {
  opacity: 0.55;
}
.hero-image.low-opacity:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: calc(5rem * 3);
  width: 100%;
  background-image: linear-gradient(180deg, rgba(19, 17, 12, 0.333) 0%, rgba(37, 37, 37, 0) 100%);
}
.hero-image.left-gradient .image-container:after,
.hero-image.right-gradient .image-container:after,
.hero-image.left-gradient .video-container:after,
.hero-image.right-gradient .video-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-image.left-gradient .image-container:after,
.hero-image.left-gradient .video-container:after {
  background-image: linear-gradient(270deg, rgba(19, 17, 12, 0.3) 0%, rgba(19, 17, 12, 0.65) 100%);
  left: 0;
}
@media screen and (min-width: 46.875em) {
  .hero-image.left-gradient .image-container:after,
  .hero-image.left-gradient .video-container:after {
    background-image: linear-gradient(270deg, rgba(19, 17, 12, 0) 0%, rgba(19, 17, 12, 0.65) 100%);
  }
}
.hero-image.right-gradient .image-container,
.hero-image.right-gradient .video-container {
  background-image: linear-gradient(90deg, rgba(19, 17, 12, 0.3) 0%, rgba(19, 17, 12, 0.65) 100%);
}
@media screen and (min-width: 46.875em) {
  .hero-image.right-gradient .image-container:after,
  .hero-image.right-gradient .video-container:after {
    background-image: linear-gradient(90deg, rgba(19, 17, 12, 0) 0%, rgba(19, 17, 12, 0.65) 100%);
  }
}
@media screen and (max-width: 62.5em) {
  .hero-video .video-container {
    transform: scale(1.5) translateY(-50%);
  }
}
@media screen and (max-width: 46.875em) {
  .hero-video .video-container {
    transform: scale(3.5) translateY(-50%);
  }
}
.hero-boxed {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 1.5rem 0 3rem;
  min-height: 45vh;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed {
    flex-wrap: nowrap;
  }
}
.hero-boxed .content {
  padding: 3rem 0 6rem;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed .content {
    min-width: 50%;
    align-self: center;
    padding: 4.5rem 6rem 4.5rem 0;
  }
}
.hero-boxed .image {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
}
.hero-boxed .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed .image {
    min-height: 100%;
    min-width: 50%;
    width: unset;
  }
  .hero-boxed .image img {
    position: absolute;
    inset: 0;
  }
}
.hero-boxed:not( :has( .image )) {
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .hero-boxed:not( :has( .image )) {
    justify-content: center;
  }
  .hero-boxed:not( :has( .image )) .content {
    width: 61.664%;
  }
}
.hero-boxed.hero-video .video {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.hero-boxed.hero-video .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 46.875em) {
  .hero-boxed.hero-video .video iframe {
    height: 100%;
  }
}
.hero-waves:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #E6E7E8;
  -webkit-mask-image: url(img/backgrounds/waves-hero.svg );
          mask-image: url(img/backgrounds/waves-hero.svg );
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 46.875em) {
  .hero-waves:after {
    -webkit-mask-position: bottom right;
            mask-position: bottom right;
  }
}
.hero-waves.blue-section:after {
  opacity: 0.25;
  background-color: #98B5D5;
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs a {
  color: #004DA8;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #58595B;
}
/*************************************************************************
 #Content Module
**************************************************************************/
.content-module p a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 3px solid #004DA8;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  padding-bottom: 0;
}
.content-module p a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 33.3%;
  background: #00A29E;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-module p a:hover:before {
  width: 100%;
}
.content-module ul {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul li {
  list-style-type: none;
}
.content-module ul li ul,
.content-module ul li ol {
  margin-top: 0;
}
.content-module ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.content-module ul li:last-child {
  margin-bottom: 0;
}
.content-module ul li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1rem;
}
.content-module ul li a:hover {
  text-decoration: none;
  color: #004DA8;
}
.content-module ul.rows li {
  width: 100%;
}
.content-module ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.content-module ul li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background-color: #58595B;
}
.content-module ul li {
  white-space: pre;
}
.content-module ul li strong {
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
.content-module ul:last-child {
  margin-bottom: 0;
}
/*************************************************************************
 #Link Block
**************************************************************************/
.link-block {
  background-color: #F5F5F5;
  margin-top: 3rem;
}
.link-block.with-link {
  position: relative;
  padding-bottom: 5rem !important;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
.link-block.with-link:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-block.with-link:hover:before {
  right: calc(1rem - 4px);
}
.link-block.with-link.light-grey:before {
  background-color: #F5F5F5;
}
.link-block.with-link.blue:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.link-block:not( .with-link ) {
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
.link-block:not( .with-link ):after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.link-block:not( .with-link ).left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.link-block:not( .with-link ).wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.link-block:not( .with-link ).light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.link-block:not( .with-link ).light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
/*************************************************************************
 #Block Grid Module
**************************************************************************/
.block-grid-module {
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 1rem;
}
.block-grid-module:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.block-grid-module.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.block-grid-module.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.block-grid-module.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.block-grid-module.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.block-grid-module .content h3,
.block-grid-module .content p {
  color: #252525;
}
.block-grid-module.with-link {
  position: relative;
  padding-bottom: 5rem !important;
}
.block-grid-module.with-link .image,
.block-grid-module.with-link .image-container {
  overflow: hidden;
}
.block-grid-module.with-link .image img,
.block-grid-module.with-link .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.block-grid-module.with-link:hover .image img,
.block-grid-module.with-link:hover .image-container img {
  transform: scale(1.15);
}
.block-grid-module.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.block-grid-module.with-link:hover .image-container {
  transform: scale(1.1);
}
.block-grid-module.with-link:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-module.with-link:hover:before {
  right: calc(1rem - 4px);
}
.block-grid-module.with-link.light-grey:before {
  background-color: #F5F5F5;
}
.block-grid-module.with-link.blue:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.block-grid-module:not( .with-link ):after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.block-grid-module:not( .with-link ).left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.block-grid-module:not( .with-link ).wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.block-grid-module:not( .with-link ).light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.block-grid-module:not( .with-link ).light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.block-grid-module.white-section:after {
  background-color: #F5F5F5;
}
.block-grid-module.light-grey-section {
  background-color: #F5F5F5;
}
.block-grid-module.light-grey-section:after {
  background-color: #FFFFFF;
}
.dark-grey-section .block-grid-module.white-section:after {
  background-color: #252525;
}
/*************************************************************************
 #Post Type Listings
**************************************************************************/
.listing-application {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 3 / 4;
  background-color: #004DA8;
}
.listing-application .content {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
.listing-application .content h3,
.listing-application .content p {
  color: #FFFFFF;
}
.listing-application .image-container:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(37, 37, 37, 0.9) 0%, rgba(37, 37, 37, 0) 100%);
}
.listing-application.with-link .image,
.listing-application.with-link .image-container {
  overflow: hidden;
}
.listing-application.with-link .image img,
.listing-application.with-link .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.listing-application.with-link:hover .image img,
.listing-application.with-link:hover .image-container img {
  transform: scale(1.15);
}
.listing-application.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.listing-application.with-link:hover .image-container {
  transform: scale(1.1);
}
.listing-case-study {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16 / 9;
  background-color: transparent;
}
.listing-case-study .tag {
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  background-color: #00A29E;
  padding: 0.125rem 0.75rem;
  border-radius: 0.25rem;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #FFFFFF;
}
.listing-case-study .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 4.5rem 1.5rem 1.5rem;
}
.listing-case-study .content h3 {
  font-size: 1.5rem;
}
.listing-case-study .content h3,
.listing-case-study .content p {
  color: #FFFFFF;
}
.listing-case-study .image-container:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 25%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(37, 37, 37, 0.9) 0%, rgba(37, 37, 37, 0) 100%);
}
.listing-case-study.with-link .image {
  position: relative;
}
.listing-case-study.with-link .image:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.listing-case-study.with-link:hover .image:before {
  right: calc(1rem - 4px);
}
.listing-case-study.with-link .image,
.listing-case-study.with-link .image-container {
  overflow: hidden;
}
.listing-case-study.with-link .image img,
.listing-case-study.with-link .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.listing-case-study.with-link:hover .image img,
.listing-case-study.with-link:hover .image-container img {
  transform: scale(1.15);
}
.listing-case-study.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.listing-case-study.with-link:hover .image-container {
  transform: scale(1.1);
}
.listing-product {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
.listing-product:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.listing-product.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.listing-product.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.listing-product.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.listing-product.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.listing-product:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
@media screen and (min-width: 46.875em) {
  .listing-product {
    aspect-ratio: 1 / 1.25;
  }
}
.listing-product:after {
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: 125%;
          mask-size: 125%;
}
.listing-product .product-categories {
  margin-left: 0;
}
.listing-product .product-categories li {
  list-style-type: none;
}
.listing-product .product-categories li ul,
.listing-product .product-categories li ol {
  margin-top: 0;
}
.listing-product .product-categories li {
  color: #58595B;
  font-size: 1rem;
  display: inline-flex;
  margin: 0;
}
.listing-product .product-categories li:not( :last-child ):after {
  content: ',';
}
.listing-product .content {
  padding: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.listing-product .content h3 {
  font-size: 1.675rem;
  margin: 0.75rem 0;
}
.listing-product .image {
  position: relative;
  z-index: 2;
  margin-top: auto;
  width: 100%;
  height: 55%;
}
.listing-product .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transform: scale(1.25);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.listing-product .tag {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  background-color: #00A29E;
  padding: 0.125rem 0.75rem;
  border-radius: 0.75rem 0 0 0;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #FFFFFF;
}
.listing-product.with-link {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.listing-product.with-link:hover {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.listing-product.with-link:hover img {
  margin-top: -1rem;
}
.listing-post {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .listing-post {
    width: 29.332%;
  }
}
.listing-post .content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.listing-post .content h3 {
  font-size: 1.675rem;
}
.listing-post .content .date {
  display: inline-block;
  width: auto;
  margin: 0 auto 1rem 0;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.listing-post .content a.read-more-link {
  margin: auto 0 0 auto;
}
.listing-post .date {
  color: #FFFFFF;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 0.95rem;
  padding: 0.25rem 1.5rem;
  background-color: #00A29E;
}
.listing-post:has( .image ) .image,
.listing-post:has( .image ) .image-container {
  overflow: hidden;
}
.listing-post:has( .image ) .image img,
.listing-post:has( .image ) .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.listing-post:has( .image ):hover .image img,
.listing-post:has( .image ):hover .image-container img {
  transform: scale(1.15);
}
.listing-post:has( .image ) .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.listing-post:has( .image ):hover .image-container {
  transform: scale(1.1);
}
.listing-post:has( .image ) .image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .listing-post:has( .image ) .image {
    aspect-ratio: 3 / 2;
  }
}
.listing-post:has( .image ) .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-post:has( .image ) .image .date {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom-right-radius: 1rem;
}
.listing-post:has( .image ) .content {
  width: 100%;
}
.listing-post:has( .image ) .content h3,
.listing-post:has( .image ) .content .post-details {
  width: 100%;
}
.listing-post.vertical {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .listing-post.vertical {
    width: 77.83%;
  }
}
.listing-post.vertical .content {
  padding: 3rem 1.5rem 1.5rem 3rem;
}
.listing-post.vertical .content a.read-more-link {
  margin: auto 0 0 auto;
}
.listing-post.vertical:has( .image ) .image,
.listing-post.vertical:has( .image ) .image-container {
  overflow: hidden;
}
.listing-post.vertical:has( .image ) .image img,
.listing-post.vertical:has( .image ) .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.listing-post.vertical:has( .image ):hover .image img,
.listing-post.vertical:has( .image ):hover .image-container img {
  transform: scale(1.15);
}
.listing-post.vertical:has( .image ) .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.listing-post.vertical:has( .image ):hover .image-container {
  transform: scale(1.1);
}
@media screen and (min-width: 40.625em) {
  .listing-post.vertical:has( .image ) .image {
    width: 33.3%;
  }
}
@media screen and (min-width: 40.625em) {
  .listing-post.vertical:has( .image ) .content {
    width: 66.6%;
  }
}
.listing-post.vertical.mini {
  border-radius: 0.5rem;
  min-height: 5rem;
  width: 100%;
}
.listing-post.vertical.mini .image {
  aspect-ratio: unset;
  position: absolute;
  height: 100%;
  width: 33.3%;
}
.listing-post.vertical.mini .image:after {
  position: absolute;
  right: 0;
  bottom: 0;
}
.listing-post.vertical.mini .content {
  padding: 1.5rem;
}
.listing-post.vertical.mini .content h3 {
  color: #252525;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.listing-post.vertical.mini .content a.read-more-link {
  margin-right: -2rem;
}
.listing-post.vertical.mini:has( .image ) .content {
  width: 100%;
  padding: 1rem 3rem 1rem calc(1rem + 33.3%);
}
.listing-office {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #004DA8;
}
@media screen and (max-width: 62.438em) {
  .listing-office {
    width: 93.996%;
  }
}
.listing-office .content {
  padding: 1.5rem;
}
.listing-office .content h3,
.listing-office .content p,
.listing-office .content a {
  color: #FFFFFF;
}
.listing-office .content .icon-list li {
  width: 100%;
}
.listing-office .content .icon-list li a {
  font-size: 0.95rem;
  font-family: 'Poppins Regular', 'Arial', sans-serif;
}
.listing-office .content .icon-list li a:before {
  font-size: 0.95rem;
  color: #98B5D5;
}
.listing-office .content .icon-list li a:hover {
  color: #98B5D5;
}
.listing-office:has( .image ) {
  padding-left: 33.3%;
}
@media screen and (min-width: 62.5em) {
  .listing-office:has( .image ) {
    padding-left: 0;
  }
}
.listing-office:has( .image ) .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.3%;
}
@media screen and (min-width: 62.5em) {
  .listing-office:has( .image ) .image {
    position: unset;
    height: unset;
    width: unset;
    aspect-ratio: 4 / 3;
  }
}
.listing-office:has( .image ) .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-office:has( .tag ) {
  padding-bottom: 2rem;
}
.listing-office:has( .tag ) .tag {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  background-color: #00A29E;
  max-width: calc(100% - 1rem*1.5);
  padding: 0.25rem 1rem 0.125rem;
  border-radius: 1rem 0 0 0;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #FFFFFF;
}
.case-studies-grid-layout:before {
  content: '';
  position: absolute;
  z-index: 10;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.case-studies-grid-layout.loading:before {
  opacity: 1;
}
@media screen and (max-width: 46.8125em) {
  .case-studies-grid-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 0 -1.5rem;
  }
}
.case-studies-grid-layout:has( .listing-case-study.filtered ) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  gap: 3%;
}
@media screen and (min-width: 46.875em) {
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study {
    aspect-ratio: unset;
    width: unset;
    margin: 0;
    min-height: 16rem;
    background-color: #E6E7E8;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+1 ) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ) {
    grid-column-start: 3;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ) {
    grid-row-start: 3;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ) {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+6 ) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ):after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ):after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ):after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ):after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #F5F5F5;
    -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
            mask-image: url(img/backgrounds/waves-alt.svg );
    -webkit-mask-position: top center;
            mask-position: top center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    opacity: 0.5;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ).left-wave:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ).left-wave:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ).left-wave:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ).left-wave:after {
    left: unset;
    right: 0;
    opacity: 1;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ).wider-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ).wider-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ).wider-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ).wider-waves:after {
    -webkit-mask-image: url(img/backgrounds/waves.svg );
            mask-image: url(img/backgrounds/waves.svg );
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ).light-grey-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ).light-grey-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ).light-grey-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ).light-grey-waves:after {
    background-color: #E6E7E8;
    opacity: 0.375;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ).light-blue-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ).light-blue-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ).light-blue-waves:after,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ).light-blue-waves:after {
    background-color: #98B5D5;
    opacity: 0.15;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ) .image .image-container,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ) .image .image-container,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ) .image .image-container,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ) .image .image-container {
    display: none;
  }
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+2 ) .content h3,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+3 ) .content h3,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+4 ) .content h3,
  .case-studies-grid-layout:not( :has( .listing-case-study.filtered )) .listing-case-study:nth-child( 6n+5 ) .content h3 {
    color: #252525;
  }
}
/*************************************************************************
 #Meta Bar
**************************************************************************/
.meta-bar {
  display: flex;
  gap: 1.5rem;
}
.meta-bar .date {
  color: #FFFFFF;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 0.95rem;
  padding: 0.25rem 1.5rem;
  background-color: #00A29E;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.meta-bar .author {
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
/*************************************************************************
 #Share Module
**************************************************************************/
.share-module {
  display: flex;
  align-items: center;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
.share-module p {
  margin: 0 0.75rem 0 0;
}
.share-module .social-links {
  display: flex;
  gap: 0.75rem;
}
.share-module .social-links li a {
  text-decoration: none;
}
.share-module .social-links li a:before {
  font-size: 1.5rem;
}
/*************************************************************************
 #Testimonial and Image Module
**************************************************************************/
.testimonial-module {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #004DA8;
  padding: 3rem;
  overflow: hidden;
  border-radius: 1rem;
}
.testimonial-module:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.testimonial-module.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.testimonial-module.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.testimonial-module.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.testimonial-module.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.testimonial-module blockquote,
.testimonial-module .details {
  position: relative;
  z-index: 2;
}
.testimonial-module blockquote {
  padding-right: 6rem;
}
.testimonial-module blockquote p {
  color: #FFFFFF;
}
.testimonial-module:has( .details ) blockquote {
  padding-right: 0;
}
.testimonial-module .details {
  margin-top: auto;
  padding-right: 6rem;
}
.testimonial-module .details cite,
.testimonial-module .details span {
  color: #FFFFFF;
}
.testimonial-module .details .subtitle {
  display: inline-block;
  width: 100%;
  opacity: 0.85;
}
.testimonial-module:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 3rem;
  bottom: 3rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('img/ui/icon-quote-mark.svg');
          mask-image: url('img/ui/icon-quote-mark.svg');
  background-color: #98B5D5;
}
.testimonial-module:after {
  height: 10rem;
  opacity: 0.1;
  transform: scaleX(-1);
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-testimonial .content {
    padding-right: 6rem;
  }
}
.side-by-side-content-and-testimonial .testimonial-and-image:has( .background-image ) .testimonial-module {
  position: relative;
  z-index: 2;
}
.side-by-side-content-and-testimonial .testimonial-and-image:has( .background-image ) .background-image {
  position: relative;
  aspect-ratio: 3 / 2;
  margin-top: 1.5rem;
}
.side-by-side-content-and-testimonial .testimonial-and-image:has( .background-image ) .background-image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-testimonial .testimonial-and-image:has( .background-image ) .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 66.6%;
    aspect-ratio: 4 / 3;
    z-index: 1;
  }
  .side-by-side-content-and-testimonial .testimonial-and-image:has( .background-image ) .testimonial-module {
    margin-top: 16rem;
    width: 66.6%;
  }
}
.side-by-side-content-and-testimonial .testimonial-left-content-right {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-testimonial .testimonial-left-content-right .background-image {
    top: 0;
    left: 0;
  }
  .side-by-side-content-and-testimonial .testimonial-left-content-right .testimonial-module {
    margin-left: auto;
  }
  .side-by-side-content-and-testimonial .testimonial-left-content-right .content {
    padding-right: unset;
    padding-left: 6rem;
  }
}
.side-by-side-content-and-testimonial.light-blue-section .testimonial-item {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
  padding: 6.5rem 3.5rem 3.5rem;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 1rem;
}
.side-by-side-content-and-testimonial.light-blue-section .testimonial-item:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  height: 3rem;
  width: 3rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('img/ui/icon-quote-mark.svg');
          mask-image: url('img/ui/icon-quote-mark.svg');
  background-color: #18b7b3;
  transform: scale(-1);
}
.side-by-side-content-and-testimonial.light-blue-section .details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin-top: auto;
}
.side-by-side-content-and-testimonial.light-blue-section .details cite .subtitle {
  color: rgba(88, 89, 91, 0.75);
  display: inline-block;
  width: 100%;
}
.side-by-side-content-and-testimonial.light-blue-section .details .logo {
  height: 5rem;
  max-width: 10rem;
}
.side-by-side-content-and-testimonial.light-blue-section .details .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Content and Statistic
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-statistic .content {
    padding-right: 6rem;
  }
}
.side-by-side-content-and-statistic .statistic-and-image:has( .background-image ) .statistic-block {
  position: relative;
  z-index: 2;
}
.side-by-side-content-and-statistic .statistic-and-image:has( .background-image ) .background-image {
  position: relative;
  aspect-ratio: 3 / 2;
  margin-top: 1.5rem;
}
.side-by-side-content-and-statistic .statistic-and-image:has( .background-image ) .background-image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-statistic .statistic-and-image:has( .background-image ) .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    aspect-ratio: 4 / 3;
    z-index: 1;
  }
  .side-by-side-content-and-statistic .statistic-and-image:has( .background-image ) .statistic-block {
    margin-top: 20rem;
    width: 66.6%;
  }
}
.side-by-side-content-and-statistic .statistic-left-content-right {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-statistic .statistic-left-content-right .background-image {
    top: 0;
    left: 0;
  }
  .side-by-side-content-and-statistic .statistic-left-content-right .statistic-block {
    margin-left: auto;
  }
  .side-by-side-content-and-statistic .statistic-left-content-right .content {
    padding-right: unset;
    padding-left: 6rem;
  }
}
.statistic-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #004DA8;
  padding: 3rem;
  overflow: hidden;
  border-radius: 1rem;
}
.statistic-block:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.statistic-block.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.statistic-block.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.statistic-block.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.statistic-block.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.statistic-block p {
  color: #FFFFFF;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0;
}
.statistic-block p strong {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
}
.statistic-block:after {
  height: 66.6%;
  opacity: 0.1;
  transform: scaleX(-1);
}
/*************************************************************************
 #Card Stack
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .sticky-content {
    position: sticky;
    top: 3rem;
  }
}
.card-stack-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-stack-wrap .stackable-card {
  padding: 3rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  width: 100%;
  background-color: #F5F5F5;
}
.card-stack-wrap .stackable-card .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.card-stack-wrap .stackable-card .image {
  width: 6rem;
  border-radius: 50%;
  overflow: hidden;
}
.card-stack-wrap .stackable-card .label {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00A29E;
  padding: 0.25rem 3rem;
  border-top-left-radius: 1.5rem;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .card-stack-wrap .stackable-card {
    position: sticky;
    top: 3rem;
  }
}
/*************************************************************************
 #Icon Block Grid Module
**************************************************************************/
.icon-block-grid-module {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 46.8125em) {
  .icon-block-grid-module.one-quarter-page {
    width: 93.996%;
    margin-bottom: 1.5rem;
  }
}
.icon-block-grid-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.icon-block-grid-module .icon:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #00A29E;
}
.icon-block-grid-module .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.icon-block-grid-module .content a.read-more-link {
  margin-top: auto;
}
.icon-block-grid-module.with-link .image,
.icon-block-grid-module.with-link .image-container {
  overflow: hidden;
}
.icon-block-grid-module.with-link .image img,
.icon-block-grid-module.with-link .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.icon-block-grid-module.with-link:hover .image img,
.icon-block-grid-module.with-link:hover .image-container img {
  transform: scale(1.15);
}
.icon-block-grid-module.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.icon-block-grid-module.with-link:hover .image-container {
  transform: scale(1.1);
}
.icon-block-grid-module:has( .icon ):not( .card ) {
  padding-bottom: calc(1rem*2 - 4px);
}
.icon-block-grid-module:has( .icon ):not( .card ) h3 {
  width: 100%;
}
.icon-block-grid-module:has( .icon ):not( .card ) .content {
  margin-bottom: 1.5rem;
}
.icon-block-grid-module:not( .card ):after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(-90deg, #00A29E 20%, #004DA8 20%);
}
.icon-block-grid-module.card {
  overflow: hidden;
  border-radius: 1rem;
  padding: 3rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 46.8125em) {
  .icon-block-grid-module.card {
    margin-bottom: 1.5rem;
  }
}
.icon-block-grid-module.card.with-link {
  position: relative;
  padding-bottom: 5rem !important;
}
.icon-block-grid-module.card.with-link:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-block-grid-module.card.with-link:hover:before {
  right: calc(1rem - 4px);
}
.icon-block-grid-module.card.with-link.light-grey:before {
  background-color: #F5F5F5;
}
.icon-block-grid-module.card.with-link.blue:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.white-section .icon-block-grid-module:not( .card ) .read-more-link:after {
  background-color: #F5F5F5;
}
.white-section .icon-block-grid-module.card {
  background-color: #E7F1FA;
}
.white-section .icon-block-grid-module:has( .icon ):not( .card ) h3 {
  border-color: #58595B;
}
.light-blue-section .icon-block-grid-module.card.with-link {
  position: relative;
  padding-bottom: 5rem !important;
}
.light-blue-section .icon-block-grid-module.card.with-link:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.light-blue-section .icon-block-grid-module.card.with-link:hover:before {
  right: calc(1rem - 4px);
}
.light-blue-section .icon-block-grid-module.card.with-link.light-grey:before {
  background-color: #F5F5F5;
}
.light-blue-section .icon-block-grid-module.card.with-link.blue:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.light-blue-section .icon-block-grid-module.card.with-link:before {
  background-color: #F5F5F5;
}
/*************************************************************************
 #Office Listings
**************************************************************************/
.office-listings .listing-office {
  width: 93.996%;
}
@media screen and (min-width: 40.625em) {
  .office-listings .listing-office {
    width: 45.498%;
  }
}
@media screen and (min-width: 62.5em) {
  .office-listings .listing-office {
    width: 29.332%;
  }
}
/*************************************************************************
 #USP Module
**************************************************************************/
.usp-module {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.usp-module:not( :last-child ):after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
}
@media screen and (min-width: 46.875em) {
  .usp-module:not( :last-child ):after {
    content: unset;
  }
}
.usp-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
}
.usp-module .icon:before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -webkit-mask-size: 1.75rem;
          mask-size: 1.75rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #004DA8;
}
.usp-module .heading {
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.usp-module:has( .icon ):not( :last-child ) .heading {
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 0;
}
@media screen and (min-width: 46.875em) {
  .usp-module:has( .icon ):not( :last-child ) .heading {
    border-right: 1px solid #C6C6C6;
  }
}
.dark-grey-section .usp-module:has( .icon ) .heading {
  border-color: #58595B;
}
/*************************************************************************
 #Featured Case Studies
**************************************************************************/
.featured-case-studies .nested .one-third-page {
  position: relative;
  z-index: 1;
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .featured-case-studies .nested .one-third-page {
    width: 45.498%;
  }
}
/*************************************************************************
 #Featured Solutions
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .featured-solutions .half-page {
    width: 21.249%;
    aspect-ratio: 1 / 1.75;
  }
}
/*************************************************************************
 #Form Embed Module
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .form-embed-module .one-quarter-page {
    width: 93.996%;
  }
}
/*************************************************************************
 #Social Block
**************************************************************************/
.social-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #004DA8;
}
.social-block:before {
  content: '';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #004DA8;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.social-block.telephone:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f095';
}
.social-block.email:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0e0';
}
.social-block.facebook:before {
  content: '\f39e';
}
.social-block.twitter:before {
  content: '\f099';
}
.social-block.linkedin:before {
  content: '\f08c';
}
.social-block.instagram:before {
  content: '\f16d';
}
.social-block.pinterest:before {
  content: '\f231';
}
.social-block.youtube:before {
  content: '\f167';
}
.social-block.mastodon:before {
  content: '\f4f6';
}
.social-block.threads:before {
  content: '\e618';
}
.social-block h4 {
  color: #FFFFFF;
}
.social-block a {
  color: #FFFFFF;
  text-decoration: none;
}
.social-block a:hover {
  text-decoration: underline;
}
/*************************************************************************
 #Logos
**************************************************************************/
.logos .logo {
  padding: 0.75rem 1.5rem;
}
/*************************************************************************
 #Testimonial Card
**************************************************************************/
.testimonial blockquote p {
  color: #252525;
}
.testimonial .details {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.testimonial .details .image {
  flex-shrink: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.testimonial .details .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .details cite {
  display: block;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
}
.testimonial .details cite .subtitle {
  display: block;
  color: #58595B;
  font-family: 'Poppins Regular', 'Arial', sans-serif;
}
/*************************************************************************
 #Social
**************************************************************************/
.social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
/*************************************************************************
 #Side by Side Content and Image
**************************************************************************/
.side-by-side-content-and-image .content,
.side-by-side-content-and-image .image {
  width: 93.996%;
}
.side-by-side-content-and-image .image .image-container {
  aspect-ratio: 1;
  position: relative;
}
.side-by-side-content-and-image .image .image-container img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-by-side-content-and-image.full-width .image .image-container {
  overflow: hidden;
  border-radius: 4.5rem 0 4.5rem 0;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-image.full-width .image .image-container {
    border-radius: 6rem 0 6rem 0;
  }
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-image.full-width .content,
  .side-by-side-content-and-image.full-width .image {
    width: 45.498%;
  }
}
.side-by-side-content-and-image.three-quarters-width .image .image-container {
  overflow: hidden;
  border-radius: 4.5rem 0 4.5rem 0;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-image.three-quarters-width .image .image-container {
    border-radius: 6rem 0 6rem 0;
  }
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-image.three-quarters-width .image {
    padding-right: 6rem;
  }
  .side-by-side-content-and-image.three-quarters-width .image .image-container {
    aspect-ratio: 1;
  }
  .side-by-side-content-and-image.three-quarters-width .content,
  .side-by-side-content-and-image.three-quarters-width .image {
    width: 37.415%;
  }
}
.side-by-side-content-and-image.transparent-background-image {
  padding: 0;
}
.side-by-side-content-and-image.transparent-background-image .content {
  padding: 4.5rem 0;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-image.transparent-background-image .content,
  .side-by-side-content-and-image.transparent-background-image .image {
    width: 45.498%;
  }
}
@media screen and (max-width: 46.8125em) {
  .side-by-side-content-and-image.transparent-background-image .transparent-background-image {
    flex-direction: column-reverse;
  }
}
.side-by-side-content-and-image.transparent-background-image.white-section:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.side-by-side-content-and-image.transparent-background-image.white-section.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.side-by-side-content-and-image.transparent-background-image.white-section.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.side-by-side-content-and-image.transparent-background-image.white-section.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.side-by-side-content-and-image.transparent-background-image.white-section.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.side-by-side-content-and-image.transparent-background-image.white-section:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.side-by-side-content-and-image.transparent-background-image.light-grey-section:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.side-by-side-content-and-image.transparent-background-image.light-blue-section:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
/*************************************************************************
 #Content Over Background Image
**************************************************************************/
.content-over-background-image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 1rem;
  width: 21.249%;
  background-color: #004DA8;
}
.content-over-background-image .hero-content {
  padding: 3rem 0;
}
@media screen and (min-width: 46.875em) {
  .content-over-background-image .hero-content {
    padding: 4.5rem 1.5rem;
  }
}
.content-over-background-image .hero-content h3 {
  font-size: 1.875rem;
}
.content-over-background-image .hero-content h3 .pre-heading {
  color: #FFFFFF;
  opacity: 0.75;
}
.content-over-background-image .hero-content h3 .pre-heading:before,
.content-over-background-image .hero-content h3 .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.75;
}
/*************************************************************************
 #Side by Side Content and Checklist
**************************************************************************/
.side-by-side-content-and-checklist .tick-list li {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #252525;
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E7E8;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-and-checklist .content {
    width: 53.581%;
    padding-right: 4.5rem;
  }
  .side-by-side-content-and-checklist .checklist {
    width: 37.415%;
  }
}
/*************************************************************************
 #Contact Block
**************************************************************************/
.contact-block .icon-list li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 1.5rem;
}
.contact-block .icon-list li:last-child {
  border: unset;
  margin: unset;
}
/*************************************************************************
 #Full Width Image with Content
**************************************************************************/
.full-width-image-with-content .content {
  padding: 6rem 3rem;
  overflow: hidden;
  border-radius: 4.5rem 0 4.5rem 0;
}
@media screen and (min-width: 46.875em) {
  .full-width-image-with-content .content {
    border-radius: 6rem 0 6rem 0;
  }
}
.full-width-image-with-content .content.white-section:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.full-width-image-with-content .content.white-section.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.full-width-image-with-content .content.white-section.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.full-width-image-with-content .content.white-section.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.full-width-image-with-content .content.white-section.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.full-width-image-with-content .content.white-section:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.full-width-image-with-content .content.white-section:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.full-width-image-with-content .content.white-section:after {
  height: 66.6%;
}
.full-width-image-with-content .content.blue-section:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #F5F5F5;
  -webkit-mask-image: url(img/backgrounds/waves-alt.svg );
          mask-image: url(img/backgrounds/waves-alt.svg );
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  opacity: 0.5;
}
.full-width-image-with-content .content.blue-section.left-wave:after {
  left: unset;
  right: 0;
  opacity: 1;
}
.full-width-image-with-content .content.blue-section.wider-waves:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.full-width-image-with-content .content.blue-section.light-grey-waves:after {
  background-color: #E6E7E8;
  opacity: 0.375;
}
.full-width-image-with-content .content.blue-section.light-blue-waves:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.full-width-image-with-content .content.blue-section:after {
  -webkit-mask-image: url(img/backgrounds/waves.svg );
          mask-image: url(img/backgrounds/waves.svg );
}
.full-width-image-with-content .content.blue-section:after {
  background-color: #98B5D5;
  opacity: 0.15;
}
.full-width-image-with-content .content.blue-section:after {
  height: 66.6%;
}
@media screen and (max-width: 46.8125em) {
  .full-width-image-with-content {
    padding-top: 30rem;
    padding-bottom: 3rem;
    background: #FFFFFF;
  }
  .full-width-image-with-content .responsive-background-image {
    height: calc(100% - 1rem*20) !important;
  }
  .full-width-image-with-content:has( .white-section ) {
    background-color: #F5F5F5;
  }
  .full-width-image-with-content:has( .light-grey-section ),
  .full-width-image-with-content:has( .blue-section ) {
    background-color: #FFFFFF;
  }
}
/*************************************************************************
 #Video Module
**************************************************************************/
.video-module .video-container {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-module .placeholder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-module .placeholder:before,
.video-module .placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 3.5rem;
  width: 3.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.video-module .placeholder:before {
  z-index: 3;
  content: '\f04b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #004DA8;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 2px;
}
.video-module .placeholder:after {
  z-index: 2;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.video-module .placeholder:hover {
  cursor: pointer;
}
.video-module .placeholder:hover:before {
  color: #FFFFFF;
}
.video-module .placeholder:hover:after {
  background-color: #004DA8;
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  width: 100%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 62%;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: calc(100% - 1rem*6);
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 62%;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-over-image .content {
  width: 93.996%;
  position: relative;
  padding: 3rem;
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 37.415%;
    margin-bottom: 3rem;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
@media screen and (min-width: 78.125em) {
  .content-over-image .content {
    width: 29.332%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
.cky-cookie-audit-table,
.data-table {
  color: #58595B;
  overflow: hidden;
  border-radius: 1rem;
  text-align: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #E6E7E8;
}
.cky-cookie-audit-table h1,
.data-table h1,
.cky-cookie-audit-table h2,
.data-table h2,
.cky-cookie-audit-table h3,
.data-table h3,
.cky-cookie-audit-table h4,
.data-table h4,
.cky-cookie-audit-table h5,
.data-table h5,
.cky-cookie-audit-table h6,
.data-table h6,
.cky-cookie-audit-table a,
.data-table a {
  color: #252525;
}
.cky-cookie-audit-table p,
.data-table p {
  color: #58595B;
}
.cky-cookie-audit-table blockquote p,
.data-table blockquote p {
  color: #252525;
}
.cky-cookie-audit-table tr th,
.data-table tr th,
.cky-cookie-audit-table tr td,
.data-table tr td {
  padding: 1rem;
  border-right: 1px solid #E6E7E8;
}
.cky-cookie-audit-table tr th:last-child,
.data-table tr th:last-child,
.cky-cookie-audit-table tr td:last-child,
.data-table tr td:last-child {
  border-right: none;
}
.cky-cookie-audit-table thead tr th,
.data-table thead tr th {
  background-color: #F5F5F5;
  border-right: 1px solid #E6E7E8;
  font-size: 1.25rem;
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #252525;
}
.cky-cookie-audit-table tbody,
.data-table tbody {
  border-top: none;
}
.cky-cookie-audit-table tbody tr,
.data-table tbody tr,
.cky-cookie-audit-table tfoot tr,
.data-table tfoot tr {
  border-bottom: 1px solid #E6E7E8;
}
.cky-cookie-audit-table tbody tr:last-child,
.data-table tbody tr:last-child,
.cky-cookie-audit-table tfoot tr:last-child,
.data-table tfoot tr:last-child {
  border-bottom: none;
}
.light-grey-section .data-table {
  color: #58595B;
}
.light-grey-section .data-table h1,
.light-grey-section .data-table h2,
.light-grey-section .data-table h3,
.light-grey-section .data-table h4,
.light-grey-section .data-table h5,
.light-grey-section .data-table h6,
.light-grey-section .data-table a {
  color: #252525;
}
.light-grey-section .data-table p {
  color: #58595B;
}
.light-grey-section .data-table blockquote p {
  color: #252525;
}
.light-grey-section .data-table thead tr th {
  background-color: #E6E7E8;
}
.light-blue-section .data-table {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #98B5D5;
}
.light-blue-section .data-table tr th,
.light-blue-section .data-table tr td {
  border-color: #98B5D5;
}
.light-blue-section .data-table thead tr th {
  background-color: #004DA8;
  border-color: #98B5D5;
  color: #FFFFFF;
}
.light-blue-section .data-table tbody tr,
.light-blue-section .data-table tfoot tr {
  border-color: #98B5D5;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid #C6C6C6;
}
.faq:first-child {
  padding-top: 0;
}
.faq:last-child {
  border-bottom: none;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 3rem;
  font-size: 1.25rem;
  cursor: pointer;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .faq-title p:before {
  position: absolute;
  width: 2rem;
  right: 0.5rem;
  content: '\2b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #004DA8;
  align-items: center;
  justify-content: flex-end;
}
.faq .faq-title p:hover {
  color: #004DA8;
}
.faq .faq-title.open p:before {
  content: '\f068';
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
.dary-grey-section .faq {
  border-bottom: 1px solid #58595B;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  padding-bottom: 3rem;
}
.key-benefit h3 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 1.5rem;
}
.key-benefit h3:before {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  color: #00A29E;
  font-size: 1.5rem;
}
.dark-grey-section .key-benefit {
  border-bottom: 1px solid #58595B;
}
/*************************************************************************
 #Statistics
**************************************************************************/
.statistics .statistic-module {
  position: relative;
  padding-top: 2rem;
}
.statistics .statistic-module:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #00A29E 20%, #004DA8 20%);
}
@media screen and (max-width: 46.8125em) {
  .statistics .statistic-module {
    width: 93.996%;
  }
}
@media screen and (min-width: 46.875em) {
  .statistics .statistic-module {
    padding-top: 0;
    padding-left: 2rem;
  }
  .statistics .statistic-module:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
    bottom: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #00A29E 27.5%, #004DA8 27.5%);
  }
}
.statistics .statistic-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  background-color: #E6E7E8;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.statistics .statistic-module .icon:before {
  content: '';
  position: absolute;
  height: calc(100% - 1rem*1.5);
  width: calc(100% - 1rem*1.5);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #004DA8;
}
.statistics .statistic-module .big-text {
  color: #00A29E;
}
.statistics .statistic-module h3 {
  font-family: neue-haas-grotesk-display, 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #252525;
  font-size: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .statistics:has( .side-statistics ) .content {
    padding-right: 6rem;
  }
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.testimonial-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-1 .testimonial-module {
    width: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-2 .testimonial-module:first-child {
    width: 66.6%;
  }
  .testimonial-grid .row.items-2 .testimonial-module:last-child {
    width: calc(33.3% - 1rem);
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-3 .testimonial-module {
    width: calc(33.3% - 1rem);
  }
}
/*************************************************************************
 #Side by Side Content and Icon Blocks
**************************************************************************/
.side-by-side-content-and-icon-blocks .side-blocks .icon-block-grid-module:after {
  height: 1px;
  background: #E6E7E8;
}
.side-by-side-content-and-icon-blocks .side-blocks .icon-block-grid-module:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.side-by-side-content-and-icon-blocks .side-blocks .icon-block-grid-module:last-child:after {
  content: unset;
}
@media screen and (max-width: 62.5em) {
  .nested .icon-block-grid-module {
    width: 93.996%;
    margin-bottom: 1.5rem;
  }
}
/*************************************************************************
 #Tabbed Content
**************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabbed-content .tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 2.5rem;
  margin-bottom: -1.25rem;
}
@media screen and (min-width: 40.625em) {
  .tabbed-content .tabs-navigation {
    flex-wrap: nowrap;
  }
}
.tabbed-content .tabs-navigation button {
  position: relative;
  display: inline-flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  min-height: 2.5rem;
  background-color: #E6E7E8;
  border-radius: 0;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #252525;
  font-size: 1rem;
  line-height: 1.3;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.tabbed-content .tabs-navigation button:first-child {
  border-radius: 1rem 0 0 0;
}
.tabbed-content .tabs-navigation button:last-child {
  border-radius: 0 1rem 0 0;
}
@media screen and (min-width: 40.625em) {
  .tabbed-content .tabs-navigation button {
    width: auto;
  }
  .tabbed-content .tabs-navigation button:first-child {
    border-radius: 2.5rem 0 0 2.5rem;
  }
  .tabbed-content .tabs-navigation button:last-child {
    border-radius: 0 2.5rem 2.5rem 0;
  }
}
.tabbed-content .tabs-navigation button:hover {
  color: #FFFFFF;
  background-color: #1461bd;
}
.tabbed-content .tabs-navigation button.active {
  color: #FFFFFF;
  background-color: #004DA8;
  pointer-events: none;
}
.tabbed-content .tabs {
  overflow: hidden;
  border-radius: 1rem;
  padding: 4.5rem 3rem 3rem;
  background-color: #F5F5F5;
  z-index: 0;
}
.tabbed-content .tabs .tab {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  animation: fadeIn 750ms;
}
.tabbed-content .tabs .tab.active {
  display: flex;
}
@media screen and (min-width: 46.875em) {
  .tabbed-content .tabs .tab {
    padding: 0 4.5rem;
  }
}
.tabbed-content .tabs .tab .heading {
  width: 100%;
  text-align: center;
}
.tabbed-content .tabs .tab .content {
  width: 100%;
}
.tabbed-content .tabs .tab .side-by-side-content-and-image {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
.tabbed-content .tabs .tab .side-by-side-content-and-image .content,
.tabbed-content .tabs .tab .side-by-side-content-and-image .image {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .tabbed-content .tabs .tab .side-by-side-content-and-image .content,
  .tabbed-content .tabs .tab .side-by-side-content-and-image .image {
    width: calc(50% - 1rem*0.75);
  }
}
@media screen and (min-width: 46.875em) {
  .tabbed-content .tabs .tab .side-by-side-content-and-image .content {
    padding-right: 6rem;
  }
}
.tabbed-content .tabs .tab .side-by-side-content-and-image .image {
  overflow: hidden;
  border-radius: 1rem;
}
.tabbed-content .tabs .tab .side-by-side-content-and-image .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tabbed-content .tabs .tab ul.features {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.tabbed-content .tabs .tab ul.features li {
  list-style-type: none;
}
.tabbed-content .tabs .tab ul.features li ul,
.tabbed-content .tabs .tab ul.features li ol {
  margin-top: 0;
}
.tabbed-content .tabs .tab ul.features li {
  padding: 0.75rem 1.5rem;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 46.875em) {
  .tabbed-content .tabs .tab ul.features li {
    width: calc(50% - 1rem*0.75);
  }
}
.tabbed-content .tabs .tab .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.tabbed-content .tabs .tab .blocks .block {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .tabbed-content .tabs .tab .blocks .block {
    width: calc(50% - 1rem*0.75);
  }
}
.tabbed-content .tabs .tab .blocks .block h4 {
  padding: 0.75rem 1.5rem;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 1rem;
}
.tabbed-content .tabs .tab .blocks .block h4.with-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.tabbed-content .tabs .tab .blocks .block h4.with-icon:before {
  content: '';
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #00A29E;
  margin-right: 1.5rem;
}
.tabbed-content .tabs .tab .blocks .block ul {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tabbed-content .tabs .tab .blocks .block ul li {
  list-style-type: none;
}
.tabbed-content .tabs .tab .blocks .block ul li ul,
.tabbed-content .tabs .tab .blocks .block ul li ol {
  margin-top: 0;
}
.tabbed-content .tabs .tab .blocks .block ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.tabbed-content .tabs .tab .blocks .block ul li:last-child {
  margin-bottom: 0;
}
.tabbed-content .tabs .tab .blocks .block ul li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  font-size: 1rem;
}
.tabbed-content .tabs .tab .blocks .block ul li a:hover {
  text-decoration: none;
  color: #004DA8;
}
.tabbed-content .tabs .tab .blocks .block ul.rows li {
  width: 100%;
}
.tabbed-content .tabs .tab .blocks .block ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.tabbed-content .tabs .tab .blocks .block ul li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background-color: #58595B;
}
.tabbed-content.product-tabs .tabs-navigation {
  margin: 0;
  display: inline-flex;
  justify-content: center;
}
.tabbed-content.product-tabs .tabs-navigation button {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.tabbed-content.product-tabs .tabs-navigation button:first-child {
  border-radius: 2.5rem 0 0 2.5rem;
}
.tabbed-content.product-tabs .tabs-navigation button:last-child {
  border-radius: 0 2.5rem 2.5rem 0;
}
@media screen and (min-width: 46.875em) {
  .tabbed-content.product-tabs .tabs-navigation button {
    min-width: 14rem;
  }
}
.tabbed-content.product-tabs .tabs {
  padding: unset;
  border-radius: unset;
  background-color: unset;
  z-index: 0;
}
.tabbed-content.product-tabs .tabs .tab {
  display: none;
  flex-wrap: unset;
  align-items: unset;
  gap: unset;
}
.tabbed-content.product-tabs .tabs .tab.active {
  display: block;
}
.tabbed-content.product-tabs .description {
  margin: 1.5rem 0 3rem;
}
/*************************************************************************
 #Lightbox Grid
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .lightbox-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;
  }
  .lightbox-grid .image-module {
    width: calc(50% - 2%);
  }
}
.lightbox-grid .image-module {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lightbox-grid .image-module .image,
.lightbox-grid .image-module .image-container {
  overflow: hidden;
}
.lightbox-grid .image-module .image img,
.lightbox-grid .image-module .image-container img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.lightbox-grid .image-module:hover .image img,
.lightbox-grid .image-module:hover .image-container img {
  transform: scale(1.15);
}
.lightbox-grid .image-module .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.lightbox-grid .image-module:hover .image-container {
  transform: scale(1.1);
}
.lightbox-grid .image-module:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 6rem;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(37, 37, 37, 0.9) 0%, rgba(37, 37, 37, 0) 100%);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.lightbox-grid .image-module:after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f002';
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(37, 37, 37, 0.75);
}
.lightbox-grid .image-module:hover:before {
  opacity: 0;
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg:focus,
.mfp-wrap:focus {
  outline: none;
}
.mfp-bg *:focus,
.mfp-wrap *:focus {
  outline: none;
}
.mfp-bg {
  background-color: #13110C;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  z-index: 5001;
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  position: absolute;
  width: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  top: 0;
  right: 1.6875rem;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before,
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  font-size: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure {
  margin: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  display: block;
  width: auto;
  max-width: calc(100% - 2.5rem*1.25);
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  font-size: 0.95rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: absolute;
  width: calc(100% - 2.5rem*1.25);
  margin-top: -1rem;
  top: 100%;
  left: 1.6875rem;
  cursor: auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
  padding-right: 2rem;
  color: #FFFFFF;
  text-align: left;
  word-wrap: break-word;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute!important;
  z-index: 5003 !important;
  top: 50%!important;
  transform: translateY(-50%) !important;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  font-size: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  left: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button:active {
  transform: scale(0.975);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container.mfp-s-error .mfp-content {
  display: none;
}
.mfp-wrap .mfp-container .mfp-preloader {
  position: absolute;
  width: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #004DA8;
  z-index: 5004;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map.map-white > div {
  background-color: #FFFFFF !important;
}
.map.map-light-grey > div {
  background-color: #F5F5F5 !important;
}
.map img {
  max-width: inherit!important;
}
.map div[role='dialog'] {
  padding: 0 !important;
  min-width: 10rem !important;
  max-width: 20rem !important;
  max-height: unset !important;
  overflow: visible;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.map div[role='dialog'] .gm-style-iw-chr .gm-style-iw-ch {
  display: none;
}
.map div[role='dialog'] .gm-style-iw-chr button {
  position: absolute !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 50% !important;
  overflow: hidden;
  top: -0.75rem !important;
  right: -0.75rem !important;
  margin: 0 !important;
}
.map div[role='dialog'] .gm-style-iw-chr button:after {
  height: 100% !important;
  width: 100% !important;
  background-color: #00A29E !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.map div[role='dialog'] .gm-style-iw-chr button:hover:after {
  background-color: #18b7b3 !important;
}
.map div[role='dialog'] .gm-style-iw-chr button span {
  display: none !important;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content {
  padding: 1rem;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content h4:last-child {
  margin-bottom: 0;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content p {
  line-height: 1.6;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content .icon-list li a {
  font-size: 0.8rem;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content .icon-list li a:before {
  font-size: 0.95rem;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content.with-link {
  position: relative;
  padding-bottom: 5rem !important;
  padding-bottom: 2rem !important;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content.with-link:before {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  content: '\f054';
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.map div[role='dialog'] .gm-style-iw-d .marker-content.with-link:hover:before {
  right: calc(1rem - 4px);
}
.map div[role='dialog'] .gm-style-iw-d .marker-content.with-link.light-grey:before {
  background-color: #F5F5F5;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content.with-link.blue:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.map div[role='dialog'] .gm-style-iw-d .marker-content.with-link:before {
  background-color: #004DA8;
  color: #FFFFFF;
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #004DA8;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control:after {
  content: '\f065';
}
.map .gm-style-iw {
  color: #58595B;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map .gm-style-iw h1,
.map .gm-style-iw h2,
.map .gm-style-iw h3,
.map .gm-style-iw h4,
.map .gm-style-iw h5,
.map .gm-style-iw h6,
.map .gm-style-iw a {
  color: #252525;
}
.map .gm-style-iw p {
  color: #58595B;
}
.map .gm-style-iw blockquote p {
  color: #252525;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden!important;
  max-width: auto!important;
  max-height: auto!important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0!important;
  right: 0!important;
  background-colour: transparent!important;
  box-shadow: none!important;
  opacity: 1!important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.map .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/* 
Use: Carousels
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
/* This sets duration of the transition between slides in milliseconds */
/* This sets the colour of the various ui elements such as dot controls and arrows, change it to your project requirements */
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.blue-button,
.js-carousel .js-carousel-controls .direction-right.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.js-carousel .js-carousel-controls .direction-left.blue-button:hover,
.js-carousel .js-carousel-controls .direction-right.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.js-carousel .js-carousel-controls .direction-left.blue-button:active,
.js-carousel .js-carousel-controls .direction-right.blue-button:active {
  transform: scale(0.975);
}
.js-carousel .js-carousel-controls .direction-left.grey-button,
.js-carousel .js-carousel-controls .direction-right.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.js-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel .js-carousel-controls .direction-right.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.js-carousel .js-carousel-controls .direction-left.grey-button:active,
.js-carousel .js-carousel-controls .direction-right.grey-button:active {
  transform: scale(0.975);
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.white-button:hover,
.js-carousel .js-carousel-controls .direction-right.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.js-carousel .js-carousel-controls .direction-left.white-button:active,
.js-carousel .js-carousel-controls .direction-right.white-button:active {
  transform: scale(0.975);
}
.js-carousel .js-carousel-controls .direction-left.submit-button,
.js-carousel .js-carousel-controls .direction-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.js-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.js-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #004DA8;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem;
  background-color: #E6E7E8;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  transform: scale(0.9);
  will-change: transform;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover {
  background-color: #004DA8;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide {
  transform: scale(1.15);
  background-color: #004DA8;
}
.js-carousel.hero-carousel .js-carousel-slides {
  position: absolute;
  height: 100%;
  z-index: 0;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
/*************************************************************************
 #Flickety Carousels
**************************************************************************/
/* #Shared ------------------------------------------------------------------------ */
.flickity-carousel .carousel-slides {
  position: relative;
}
.flickity-carousel .carousel-slides .flickity-viewport {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}
.flickity-button svg {
  display: none;
}
.flickity-button:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  background-color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button:hover:before {
  background-color: #1461bd;
}
.flickity-button.previous {
  left: 0;
}
.flickity-button.previous:before {
  content: '\f053';
}
.flickity-button.next {
  right: 0;
}
.flickity-button.next:before {
  content: '\f054';
}
.flickity-button .disabled {
  opacity: 0.25;
  cursor: default!important;
}
.carousel-controls {
  z-index: 100;
}
.carousel-controls .carousel-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.carousel-controls .carousel-navigation .flickity-page-dots {
  width: auto;
}
.carousel-controls .carousel-navigation .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Dragable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  color: #252525;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.5;
}
.flickity-button:disabled,
.flickity-button.disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.flickity-button-icon {
  fill: currentColor;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots li {
  list-style-type: none;
}
.flickity-page-dots li ul,
.flickity-page-dots li ol {
  margin-top: 0;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E6E7E8;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-page-dots .dot:hover {
  background-color: #98B5D5;
  transform: scale(1.175);
}
.flickity-page-dots .dot.is-selected {
  background-color: #004DA8;
  transform: scale(1.375);
}
/*************************************************************************
 #Off Canvas Carousel
**************************************************************************/
.off-canvas-carousel {
  overflow-x: hidden;
}
.off-canvas-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.off-canvas-carousel .carousel-controls .carousel-navigation {
  justify-content: center;
}
.off-canvas-carousel.image-gallery {
  position: relative;
}
@media screen and (max-width: 46.8125em) {
  .off-canvas-carousel.image-gallery .image {
    width: 77.83%;
  }
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop {
  transform: scale(1);
  will-change: transform;
  background-color: rgba(37, 37, 37, 0.85);
  overflow: hidden;
  border-radius: 1rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop img {
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-carousel.image-gallery .image.is-selected {
  z-index: 10;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.off-canvas-carousel.image-gallery .image.is-selected .responsive-image-crop {
  transform: scale(1.1);
}
.off-canvas-carousel.image-gallery .image.is-selected .responsive-image-crop img {
  opacity: 1;
}
.off-canvas-carousel.image-gallery .carousel-controls {
  position: relative;
  z-index: 1;
  width: 93.996%;
  position: unset;
  margin: 4.5rem auto 0;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-carousel.image-gallery .carousel-controls {
    width: 45.498%;
  }
}
@media screen and (max-width: 46.8125em) {
  .off-canvas-carousel.image-gallery .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.off-canvas-carousel.image-gallery .carousel-controls .flickity-button {
  height: 2.5rem;
  width: 2.5rem;
}
.off-canvas-carousel.image-gallery .carousel-controls .flickity-button.previous {
  left: 3%;
}
.off-canvas-carousel.image-gallery .carousel-controls .flickity-button.next {
  right: 3%;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-carousel.image-gallery .carousel-controls .flickity-button {
    top: calc(50% - 1rem*3.75);
  }
  .off-canvas-carousel.image-gallery .carousel-controls .flickity-button.previous {
    left: 25.415%;
    margin-left: -1.75rem;
  }
  .off-canvas-carousel.image-gallery .carousel-controls .flickity-button.next {
    right: 25.415%;
    margin-right: -1.75rem;
  }
}
.carousel-controls {
  z-index: 100;
}
.carousel-controls .carousel-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.carousel-controls .carousel-navigation .flickity-page-dots {
  width: auto;
}
.carousel-controls .carousel-navigation .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
/*************************************************************************
 #Block Carousel
**************************************************************************/
.block-carousel {
  overflow-x: hidden;
}
.block-carousel .flickity-viewport {
  overflow: visible;
}
.block-carousel .content-module {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .content-module {
    width: 21.249%;
  }
  .block-carousel .content-module:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -3rem;
    right: -1rem;
    height: calc(100% + 1rem*3);
    width: 100vw;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides:has( .testimonial-module ) {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -3rem;
    width: 3rem;
    height: 100%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.block-carousel .carousel-slides .carousel-item.testimonial-item {
  display: flex;
  min-height: 100%;
  padding: 2rem;
  width: 100%;
  opacity: 0;
  background-color: #F5F5F5;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-carousel .carousel-slides .carousel-item.testimonial-item.white {
  background-color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.testimonial-item:not( :first-child ) {
    margin-left: 3rem;
  }
}
.block-carousel .carousel-slides .carousel-item.testimonial-item .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
  padding: 4.5rem 1.5rem 1.5rem;
}
.block-carousel .carousel-slides .carousel-item.testimonial-item .content:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('img/ui/icon-quote-mark.svg');
          mask-image: url('img/ui/icon-quote-mark.svg');
  background-color: #E6E7E8;
  transform: scale(-1);
}
.block-carousel .carousel-slides .carousel-item.testimonial-item .details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin-top: auto;
}
.block-carousel .carousel-slides .carousel-item.testimonial-item .details cite .subtitle {
  color: #58595B;
  display: inline-block;
  width: 100%;
}
.block-carousel .carousel-slides .carousel-item.testimonial-item .details .logo {
  height: 5rem;
  max-width: 10rem;
}
.block-carousel .carousel-slides .carousel-item.testimonial-item .details .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-carousel .carousel-slides .carousel-item.testimonial-item.is-selected {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.testimonial-item.is-selected + .carousel-item {
    opacity: 1;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.testimonial-item:nth-last-child( 2 ):has( + .is-selected ) {
    opacity: 1;
  }
}
.block-carousel .carousel-slides .carousel-item.timeline-item {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  min-height: 100%;
  padding: 0 2rem;
  width: 100%;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-carousel .carousel-slides .carousel-item.timeline-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  bottom: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #00A29E 33.3%, #004DA8 33.3%);
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.timeline-item {
    flex-wrap: nowrap;
  }
  .block-carousel .carousel-slides .carousel-item.timeline-item:not( :first-child ) {
    margin-left: 3rem;
  }
}
.block-carousel .carousel-slides .carousel-item.timeline-item .content {
  position: relative;
}
@media screen and (min-width: 62.5em) {
  .block-carousel .carousel-slides .carousel-item.timeline-item .content {
    width: 60%;
  }
}
.block-carousel .carousel-slides .carousel-item.timeline-item .content h3 {
  color: #00A29E;
  font-size: 2rem;
}
.block-carousel .carousel-slides .carousel-item.timeline-item .image {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 62.5em) {
  .block-carousel .carousel-slides .carousel-item.timeline-item .image {
    width: 40%;
  }
}
.block-carousel .carousel-slides .carousel-item.timeline-item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3 / 2;
}
.block-carousel .carousel-slides .carousel-item.timeline-item.is-selected {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.timeline-item.is-selected + .carousel-item {
    opacity: 1;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.timeline-item:nth-last-child( 2 ):has( + .is-selected ) {
    opacity: 1;
  }
}
.block-carousel .carousel-controls {
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
}
.block-carousel .carousel-controls .flickity-button {
  position: relative;
}
.light-grey-section.block-carousel .content-module:before {
  background-color: #F5F5F5;
}
.light-grey-section.block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.light-grey-section.block-carousel .carousel-slides .carousel-item.testimonial-module {
  background-color: #FFFFFF;
}
.light-blue-section.block-carousel .content-module:before {
  background-color: #E7F1FA;
}
.light-blue-section.block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #E7F1FA 0%, rgba(231, 241, 250, 0) 100%);
}
.light-blue-section.block-carousel .carousel-slides .carousel-item.testimonial-module {
  background-color: #FFFFFF;
}
.light-blue-section.block-carousel .flickity-page-dots .dot:not( .is-selected ):not( :hover ) {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Card Carousel
**************************************************************************/
.card-carousel {
  overflow: hidden;
}
.card-carousel .carousel-slides .flickity-viewport .flickity-slider {
  left: 1.5% !important;
}
.card-carousel .carousel-slides .flickity-viewport .listing-application,
.card-carousel .carousel-slides .flickity-viewport .listing-product {
  width: calc(100% - 3%);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 31.25em) {
  .card-carousel .carousel-slides .flickity-viewport .listing-application,
  .card-carousel .carousel-slides .flickity-viewport .listing-product {
    margin: 0 1.5%;
    width: calc(50% - 3%);
  }
}
@media screen and (min-width: 46.875em) {
  .card-carousel .carousel-slides .flickity-viewport .listing-application,
  .card-carousel .carousel-slides .flickity-viewport .listing-product {
    width: calc(33.3% - 3%);
  }
}
@media screen and (min-width: 62.5em) {
  .card-carousel .carousel-slides .flickity-viewport .listing-application,
  .card-carousel .carousel-slides .flickity-viewport .listing-product {
    width: calc(25% - 3%);
  }
}
@media screen and (max-width: 46.8125em) {
  .card-carousel .carousel-slides .flickity-viewport .listing-application,
  .card-carousel .carousel-slides .flickity-viewport .listing-product {
    opacity: 0.25;
  }
  .card-carousel .carousel-slides .flickity-viewport .listing-application.is-selected,
  .card-carousel .carousel-slides .flickity-viewport .listing-product.is-selected {
    opacity: 1;
  }
}
.card-carousel .flickity-button {
  top: 50%;
  transform: translateY(-50%);
}
.card-carousel .flickity-button.previous {
  left: -0.75rem;
}
.card-carousel .flickity-button.next {
  right: -0.75rem;
}
.card-carousel .flickity-button:disabled {
  opacity: 1 !important;
}
.card-carousel .flickity-button:disabled:before {
  opacity: 0.25;
}
@media screen and (min-width: 46.875em) {
  .card-carousel:has( .listing-application ) .flickity-viewport {
    overflow: hidden;
  }
  .card-carousel:has( .listing-application ) .flickity-viewport:before,
  .card-carousel:has( .listing-application ) .flickity-viewport:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    height: 100%;
  }
  .card-carousel:has( .listing-application ) .flickity-viewport:before {
    left: 0;
    background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .card-carousel:has( .listing-application ) .flickity-viewport:after {
    right: 0;
    background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.card-carousel:has( .listing-application ) .flickity-button {
  box-shadow: 0 0 0 4px #FFFFFF;
  background-color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .card-carousel:has( .listing-product ) .flickity-viewport {
    overflow: hidden;
  }
  .card-carousel:has( .listing-product ) .flickity-viewport:before,
  .card-carousel:has( .listing-product ) .flickity-viewport:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    height: 100%;
  }
  .card-carousel:has( .listing-product ) .flickity-viewport:before {
    left: 0;
    background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  }
  .card-carousel:has( .listing-product ) .flickity-viewport:after {
    right: 0;
    background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  }
}
.card-carousel:has( .listing-product ) .flickity-button {
  box-shadow: 0 0 0 4px #F5F5F5;
  background-color: #F5F5F5;
}
/*************************************************************************
 #Logo Carousel
**************************************************************************/
.logo-carousel .carousel-slides .flickity-viewport {
  overflow: hidden;
}
.logo-carousel .carousel-slides .flickity-viewport:before,
.logo-carousel .carousel-slides .flickity-viewport:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 2rem;
  height: 100%;
}
.logo-carousel .carousel-slides .flickity-viewport:before {
  left: 0;
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-carousel .carousel-slides .flickity-viewport:after {
  right: 0;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-carousel.with-logos .flickity-viewport {
  margin-bottom: 1.5rem;
}
.logo-carousel.with-logos .carousel-slides .carousel-item {
  padding: 0 1rem;
  width: 50%;
}
@media screen and (min-width: 40.625em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 33.3%;
    padding: 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 53.125em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 25%;
  }
}
@media screen and (min-width: 78.125em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 20%;
  }
}
.light-grey-section .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.light-grey-section .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.dark-grey-section .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #252525 0%, rgba(37, 37, 37, 0) 100%);
}
.dark-grey-section .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #252525 0%, rgba(37, 37, 37, 0) 100%);
}
/* 
Use: Animations
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover
**************************************************************************/
.image-hover .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.image-hover:hover .image-container {
  transform: scale(1.1);
}
/*************************************************************************
 #Reveal Animations
**************************************************************************/
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .reveal.fade-in {
    opacity: 0;
  }
  .reveal.scale-in {
    transform: scale(0.95) translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-up {
    transform: translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-left {
    transform: translateX(-1rem);
    opacity: 0;
  }
  .reveal.fade-right {
    transform: translateX(1rem);
    opacity: 0;
  }
  .reveal.slide-left {
    transform: translateX(calc(-98%));
    opacity: 0;
  }
  .reveal.slide-right {
    transform: translateX(calc(98%));
    opacity: 0;
  }
  .reveal.slide-up {
    transform: translateY(calc(98%));
    opacity: 0;
  }
  .revealed.fade-in {
    opacity: 1;
  }
  .revealed.scale-in {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  .revealed.fade-up {
    transform: translateY(0);
    opacity: 1;
  }
  .revealed.fade-left,
  .revealed.fade-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-left,
  .revealed.slide-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-up {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 
Use: Forms
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  border-radius: 3.125rem;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 3.125rem;
  height: 3.125rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 3.125rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px #E6E7E8;
  font-family: 'Poppins Regular', 'Arial', sans-serif;
  color: #252525;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="checkbox"]::-moz-placeholder, input[type="radio"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #58595B;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="checkbox"]::placeholder,
input[type="radio"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #58595B;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px #004DA8;
}
select {
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  color: #252525;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: right center!important;
  background-repeat: no-repeat !important;
  background-size: auto 100%!important;
  padding-right: 3rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 3.125rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  padding: 0.5rem 1rem;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  border-radius: 0.5rem;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
input[type="submit"].small:after,
input[type="button"].small:after,
input[type="reset"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
input[type="submit"].medium:after,
input[type="button"].medium:after,
input[type="reset"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
input[type="submit"].large:after,
input[type="button"].large:after,
input[type="reset"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"].blue-button,
input[type="button"].blue-button,
input[type="reset"].blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
input[type="submit"].blue-button:hover,
input[type="button"].blue-button:hover,
input[type="reset"].blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
input[type="submit"].blue-button:active,
input[type="button"].blue-button:active,
input[type="reset"].blue-button:active {
  transform: scale(0.975);
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
input[type="reset"].grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
input[type="submit"].grey-button:hover,
input[type="button"].grey-button:hover,
input[type="reset"].grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
input[type="submit"].grey-button:active,
input[type="button"].grey-button:active,
input[type="reset"].grey-button:active {
  transform: scale(0.975);
}
input[type="submit"].white-button,
input[type="button"].white-button,
input[type="reset"].white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
input[type="submit"].white-button:hover,
input[type="button"].white-button:hover,
input[type="reset"].white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
input[type="submit"].white-button:active,
input[type="button"].white-button:active,
input[type="reset"].white-button:active {
  transform: scale(0.975);
}
input[type="submit"].submit-button,
input[type="button"].submit-button,
input[type="reset"].submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
input[type="submit"].with-icon,
input[type="button"].with-icon,
input[type="reset"].with-icon {
  padding-right: 0!important;
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="submit"].download-button,
input[type="button"].download-button,
input[type="reset"].download-button {
  padding-right: 0!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
input[type="submit"].search-button,
input[type="button"].search-button,
input[type="reset"].search-button {
  padding-right: 0!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].plus-button,
input[type="button"].plus-button,
input[type="reset"].plus-button {
  padding-right: 0!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  transform: scale(0.975);
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container input {
  font-size: 16px;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap {
  align-items: center;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label label {
  font-family: 'Poppins Regular', 'Arial', sans-serif;
  font-weight: normal;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field .html-container a {
  color: #004DA8;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label,
nf-field .nf-field-label .nf-label-span {
  font-family: 'Poppins Regular', 'Arial', sans-serif;
}
nf-field .ninja-forms-req-symbol {
  color: inherit;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #004DA8;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #FFFFFF;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px #004DA8;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
}
.nf-error-msg {
  background-color: #004DA8;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #FFFFFF !important;
  font-size: 0.95rem;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #004DA8;
}
.dark-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .filter-container {
    width: 77.83%;
  }
}
.filter-container .filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 46.8125em) {
  .filter-container .filter-module > *:not( .reset-button ) {
    flex: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.filter-container .filter-module:has( .filter-title ) {
  justify-content: center;
}
.filter-container .filter-module:has( .filter-title ) .filter-title {
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  margin: 0;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module:has( .filter-title ) .reset-button {
    margin: unset;
  }
}
.filter-container .filter-module .facetwp-facet {
  margin: 0;
}
.filter-container .filter-module .facetwp-facet select {
  width: 100%;
  font-size: 0.95rem;
}
.filter-container .filter-module .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox {
  background-image: unset;
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 2.5rem;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox:hover {
  background-color: #00A29E;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-color: #004DA8;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filter-container .show-all-button {
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  background-color: #004DA8;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #252525;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container:has( .checked ) .show-all-button {
  background-color: #F5F5F5;
}
.filter-container .reset-button {
  display: none !important;
  margin-left: auto;
  height: 1.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 3px solid #00A29E;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 0.95rem;
  color: #252525;
}
.filter-container .reset-button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 33.3%;
  background: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button.with-arrow {
  padding-right: 2rem;
}
.filter-container .reset-button.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.filter-container .reset-button.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button.with-arrow:hover:after {
  right: 0;
}
.filter-container .reset-button.with-circle-arrow {
  padding-right: 3.5rem;
}
.filter-container .reset-button.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.filter-container .reset-button.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.filter-container .reset-button:hover:before {
  width: 100%;
}
.filter-container .reset-button:after {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: inline-flex;
  margin-left: 0.5rem;
  content: '\f0e2';
  color: #004DA8;
  opacity: 1;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button:hover {
  background-color: transparent;
}
.filter-container .reset-button:hover:after {
  transform: rotate(-360deg);
}
.filter-container:has( select option:checked:not( [value=""] )) .reset-button {
  display: inline-block !important;
}
/*************************************************************************
 #Date Picker
**************************************************************************/
.flatpickr-calendar {
  display: inline-block !important;
  font-size: 0.75rem !important;
  line-height: 1.6 !important;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075) !important;
  border-radius: 0!important;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none!important;
}
.flatpickr-calendar .flatpickr-months {
  height: 2rem;
  box-shadow: 0 0 1px #C6C6C6;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-button:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-button:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:active {
  transform: scale(0.975);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 2rem;
  color: #252525;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0;
  left: auto;
  font-size: 0.95rem;
  display: flex;
  line-height: 1.6;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 100%;
  height: 2rem;
  min-height: 2rem;
  margin: 0;
  padding-left: 0;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  display: inline-flex;
  width: auto;
  padding-right: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year {
  height: auto!important;
  min-height: auto!important;
  padding: 0!important;
  line-height: 1.35 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  opacity: 1 !important;
  border: 0 !important;
  line-height: 0.5 !important;
  right: 0.5rem !important;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #252525;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  border: 0 !important;
  font-size: 0.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp {
  top: 5%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after {
  content: '\f106';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  top: 40%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  content: '\f107';
}
.flatpickr-calendar .flatpickr-innerContainer {
  padding-top: 0.5rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  height: 2rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font-size: 0.9rem;
  font-weight: unset;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #252525;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 2rem;
  line-height: 2rem;
  border: none;
  border-radius: 0;
  font-size: 0.95rem;
  color: #252525;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #00A29E;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  opacity: 0.35;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  background-color: #F5F5F5;
  color: #252525;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #1461bd;
  color: #252525;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #CookieYes
**************************************************************************/
.cky-category-des {
  margin-bottom: 1.5rem;
}
.cky-cookie-audit-table tr td {
  background-color: transparent !important;
  font-size: 0.95rem;
}
/* 
Use: Header
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Navigation Variables
**************************************************************************/
.with-navigation {
  padding-top: 5rem;
}
/*************************************************************************
 #Masthead
**************************************************************************/
.logo-and-navigation {
  position: relative;
  display: flex;
  align-items: center;
  height: 5rem;
  margin: 0;
  z-index: 1001;
}
.logo-and-navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.logo-and-navigation .menu-button {
  display: table;
  position: relative;
  color: #004DA8;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  height: 5rem;
  padding-left: 2rem;
  background-color: transparent;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 68.75em) {
  .logo-and-navigation .menu-button {
    display: none;
  }
}
.logo-and-navigation .menu-button:before {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  line-height: 5rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0c9';
  color: inherit;
  font-size: 1.25rem;
  text-align: center;
  text-indent: 0;
}
header {
  z-index: 1001;
}
header .logo {
  position: relative;
  max-width: 16rem;
  margin-right: 1.5rem;
}
header .logo a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .logo a svg {
  height: 100%;
  width: auto;
}
header.on-light .logo-and-navigation .logo a svg path.name {
  fill: #13110C;
}
header.on-light .logo-and-navigation .logo a svg path.moon {
  fill: #004DA8;
}
header.on-light .logo-and-navigation .logo a svg path.stripe {
  fill: #00A29E;
}
header.on-light .logo-and-navigation .menu-button {
  color: #004DA8;
}
header.on-light .logo-and-navigation .main-navigation ul li > a,
header.on-light .logo-and-navigation .main-navigation ul li > span.no-link {
  color: #252525;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:last-child {
  margin-bottom: 0;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:focus {
  outline: none;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:hover {
  border-bottom: none;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:before,
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:before {
  z-index: -2;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:after {
  z-index: -1;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.blue-button:active {
  transform: scale(0.975);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.grey-button:active {
  transform: scale(0.975);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.white-button:active {
  transform: scale(0.975);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.with-icon {
  padding-right: 0!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon {
  padding-right: 0!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon:after {
  margin-left: 0.5rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.download-button {
  padding-right: 0!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.search-button {
  padding-right: 0!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.arrow-left:after {
  content: '\f053';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.arrow-right:after {
  content: '\f054';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.plus-button {
  padding-right: 0!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.plus-button:after {
  content: '\2b';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.minus-button {
  padding-right: 0!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.minus-button:after {
  content: '\2d';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a.close:after {
  content: '\f00d';
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
header.on-light .logo-and-navigation .main-navigation ul li.nav-button a:active {
  transform: scale(0.975);
}
header.on-dark .logo-and-navigation .logo a svg path {
  fill: #FFFFFF;
}
header.on-dark .logo-and-navigation .menu-button {
  color: #FFFFFF;
}
header.on-dark .logo-and-navigation .main-navigation ul li > a,
header.on-dark .logo-and-navigation .main-navigation ul li span.no-link {
  color: #FFFFFF;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #252525 !important;
  background-color: #FFFFFF;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:last-child {
  margin-bottom: 0;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:focus {
  outline: none;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:hover {
  border-bottom: none;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:before,
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:before {
  z-index: -2;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:after {
  z-index: -1;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.blue-button:active {
  transform: scale(0.975);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.grey-button:active {
  transform: scale(0.975);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.white-button:active {
  transform: scale(0.975);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.with-icon {
  padding-right: 0!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon {
  padding-right: 0!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon:after {
  margin-left: 0.5rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.download-button {
  padding-right: 0!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.search-button {
  padding-right: 0!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.arrow-left:after {
  content: '\f053';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.arrow-right:after {
  content: '\f054';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.plus-button {
  padding-right: 0!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.plus-button:after {
  content: '\2b';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.minus-button {
  padding-right: 0!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.minus-button:after {
  content: '\2d';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a.close:after {
  content: '\f00d';
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
header.on-dark .logo-and-navigation .main-navigation ul li.nav-button a:active {
  transform: scale(0.975);
}
header .main-navigation {
  display: flex;
  margin-left: auto;
}
header .main-navigation nav {
  display: flex;
  flex: 1;
}
header .main-navigation nav .nav-button {
  display: flex;
}
header .main-navigation nav .nav-button a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
}
header .main-navigation nav .nav-button a:last-child {
  margin-bottom: 0;
}
header .main-navigation nav .nav-button a:focus {
  outline: none;
}
header .main-navigation nav .nav-button a:hover {
  border-bottom: none;
}
header .main-navigation nav .nav-button a:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
header .main-navigation nav .nav-button a:before,
header .main-navigation nav .nav-button a:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
header .main-navigation nav .nav-button a:before {
  z-index: -2;
}
header .main-navigation nav .nav-button a:after {
  z-index: -1;
}
header .main-navigation nav .nav-button a.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
header .main-navigation nav .nav-button a.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
header .main-navigation nav .nav-button a.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
header .main-navigation nav .nav-button a.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
header .main-navigation nav .nav-button a.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
header .main-navigation nav .nav-button a.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
header .main-navigation nav .nav-button a.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
header .main-navigation nav .nav-button a.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
header .main-navigation nav .nav-button a.blue-button:active {
  transform: scale(0.975);
}
header .main-navigation nav .nav-button a.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
header .main-navigation nav .nav-button a.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
header .main-navigation nav .nav-button a.grey-button:active {
  transform: scale(0.975);
}
header .main-navigation nav .nav-button a.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
header .main-navigation nav .nav-button a.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
header .main-navigation nav .nav-button a.white-button:active {
  transform: scale(0.975);
}
header .main-navigation nav .nav-button a.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
header .main-navigation nav .nav-button a.with-icon {
  padding-right: 0!important;
}
header .main-navigation nav .nav-button a.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.text-button-with-icon {
  padding-right: 0!important;
}
header .main-navigation nav .nav-button a.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.text-button-with-icon:after {
  margin-left: 0.5rem;
}
header .main-navigation nav .nav-button a.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
header .main-navigation nav .nav-button a.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-navigation nav .nav-button a.download-button {
  padding-right: 0!important;
}
header .main-navigation nav .nav-button a.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
header .main-navigation nav .nav-button a.search-button {
  padding-right: 0!important;
}
header .main-navigation nav .nav-button a.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
header .main-navigation nav .nav-button a.arrow-left:after {
  content: '\f053';
}
header .main-navigation nav .nav-button a.arrow-right:after {
  content: '\f054';
}
header .main-navigation nav .nav-button a.plus-button {
  padding-right: 0!important;
}
header .main-navigation nav .nav-button a.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.plus-button:after {
  content: '\2b';
}
header .main-navigation nav .nav-button a.minus-button {
  padding-right: 0!important;
}
header .main-navigation nav .nav-button a.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
header .main-navigation nav .nav-button a.minus-button:after {
  content: '\2d';
}
header .main-navigation nav .nav-button a.close:after {
  content: '\f00d';
}
header .main-navigation nav .nav-button a:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
header .main-navigation nav .nav-button a:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
header .main-navigation nav .nav-button a:active {
  transform: scale(0.975);
}
header .main-navigation nav .nav-button a:before,
header .main-navigation nav .nav-button a:after {
  content: unset !important;
}
/*************************************************************************
 #Sticky Navigation for Small Screens
**************************************************************************/
.sticky-navigation {
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  top: 0;
  height: 5rem;
  z-index: 1001;
}
@media screen and (max-width: 46.8125em) {
  .sticky-navigation {
    width: 100%;
    padding: 0;
  }
}
.sticky-navigation:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.sticky-navigation.expanded {
  transform: 0;
  height: 5rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.sticky-navigation.expanded:before {
  opacity: 1;
}
.sticky-navigation.expanded .logo-and-navigation .logo a svg path.name {
  fill: #13110C;
}
.sticky-navigation.expanded .logo-and-navigation .logo a svg path.moon {
  fill: #004DA8;
}
.sticky-navigation.expanded .logo-and-navigation .logo a svg path.stripe {
  fill: #00A29E;
}
.sticky-navigation.expanded .logo-and-navigation .menu-button {
  color: #004DA8;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li > a,
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li span.no-link {
  color: #252525;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li > a:hover {
  color: #004DA8;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:last-child {
  margin-bottom: 0;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:focus {
  outline: none;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:hover {
  border-bottom: none;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:before,
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:before {
  z-index: -2;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:after {
  z-index: -1;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  border-radius: 1.5rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 2.5rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.blue-button {
  color: #FFFFFF !important;
  background-color: #004DA8;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.blue-button:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.blue-button:active {
  transform: scale(0.975);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.grey-button {
  color: #FFFFFF !important;
  background-color: #252525;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.grey-button:hover {
  background-color: #58595B;
  transform: scale(1.025);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.grey-button:active {
  transform: scale(0.975);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.white-button {
  color: #252525 !important;
  background-color: #FFFFFF;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.white-button:hover {
  background-color: #E6E7E8;
  transform: scale(1.025);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.white-button:active {
  transform: scale(0.975);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.with-icon {
  padding-right: 0!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon {
  padding-right: 0!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.download-button {
  padding-right: 0!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.search-button {
  padding-right: 0!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.arrow-left:after {
  content: '\f053';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.arrow-right:after {
  content: '\f054';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.plus-button {
  padding-right: 0!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.plus-button:after {
  content: '\2b';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.minus-button {
  padding-right: 0!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.minus-button:after {
  content: '\2d';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a.close:after {
  content: '\f00d';
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:hover {
  background-color: #1461bd;
  transform: scale(1.025);
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li.nav-button a:active {
  transform: scale(0.975);
}
@media screen and (min-width: 31.25em) {
  .sticky-navigation.hidden {
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
  }
}
.sticky-navigation.visible {
  opacity: 1;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0;
}
ul.horizontal-navigation li {
  list-style-type: none;
}
ul.horizontal-navigation li ul,
ul.horizontal-navigation li ol {
  margin-top: 0;
}
@media screen and (min-width: 68.75em) {
  ul.horizontal-navigation {
    display: flex;
  }
}
@media screen and (min-width: 81.25em) {
  ul.horizontal-navigation {
    gap: 2rem;
  }
}
ul.horizontal-navigation li {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  /* reset back to base styles for custom links that don't link to an actual page */
}
ul.horizontal-navigation li a,
ul.horizontal-navigation li span.no-link {
  display: block;
  height: 5rem;
  line-height: 5rem;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #252525;
  text-decoration: none;
  text-align: left;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li span.no-link {
  position: relative;
  pointer-events: none;
}
ul.horizontal-navigation li:hover a:before {
  background-color: #004DA8;
  width: 50%;
}
ul.horizontal-navigation li.menu-item-has-children a,
ul.horizontal-navigation li.menu-item-has-children span.no-link {
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
}
ul.horizontal-navigation li.menu-item-has-children a:after,
ul.horizontal-navigation li.menu-item-has-children span.no-link:after {
  position: absolute;
  inset: unset;
  right: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #00A29E;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(0deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li.menu-item-has-children:hover > a:after,
ul.horizontal-navigation li.menu-item-has-children:hover > span.no-link:after {
  transform: rotate(180deg);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.horizontal-navigation li {
  position: relative;
}
ul.horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  min-width: 20rem;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px 0 rgba(37, 37, 37, 0.05);
  overflow: visible;
  visibility: hidden;
  pointer-events: none;
  border-radius: 1rem 0 1rem 0;
  border-top: 1px solid #F5F5F5;
  overflow: hidden;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
}
ul.horizontal-navigation li ul.sub-menu li ul,
ul.horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.horizontal-navigation li ul.sub-menu li:before {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
}
ul.horizontal-navigation li ul.sub-menu li a {
  display: flex;
  float: none;
  width: 100%;
  height: auto;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  color: #252525 !important;
  text-transform: none;
  line-height: inherit;
  padding: 0.75rem;
  margin: 0;
}
ul.horizontal-navigation li ul.sub-menu li a:before,
ul.horizontal-navigation li ul.sub-menu li a:after {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li a:hover {
  color: #004DA8 !important;
  background-color: rgba(245, 245, 245, 0.5);
}
ul.horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li:hover a {
  background-color: #F5F5F5;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a {
  padding-right: 2rem;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  inset: unset;
  right: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #00A29E;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(-90deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:hover:after {
  right: 0.5rem;
  color: #FFFFFF;
}
ul.horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: -0.375rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #F5F5F5;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:hover:first-of-type:before {
  border-right: 0.5rem solid #004DA8;
}
ul.horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
ul.horizontal-navigation li:hover:before {
  height: 4px;
}
ul.horizontal-navigation > li a {
  position: relative;
}
ul.horizontal-navigation > li a:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li:hover a:before {
  height: 4px;
  width: 100%;
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
/* This part can be changed depending on what size you want the close and sub menu buttons to be */
.off-canvas-section {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  transition: opacity 500ms 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section::-webkit-scrollbar {
  display: none;
}
.off-canvas-section .close-button {
  color: #252525;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 3px solid #00A29E;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 33.3%;
  background: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow {
  padding-right: 2rem;
}
.off-canvas-section .close-button.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.off-canvas-section .close-button.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow:hover:after {
  right: 0;
}
.off-canvas-section .close-button.with-circle-arrow {
  padding-right: 3.5rem;
}
.off-canvas-section .close-button.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.off-canvas-section .close-button.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #004DA8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.off-canvas-section .close-button:hover:before {
  width: 100%;
}
.off-canvas-section .close-button:after {
  display: inline-block;
  content: '\f00d';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #004DA8;
  font-size: 0.95rem;
  margin-left: 0.5rem;
}
.off-canvas-section .off-canvas-background {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.off-canvas-section .off-canvas-container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  color: #E6E7E8;
  background-color: #FFFFFF;
  padding: 1.5rem;
}
@media screen and (min-width: 40.625em) {
  .off-canvas-section .off-canvas-container {
    width: 75%;
    max-width: 30rem;
  }
}
#off-canvas-navigation {
  left: 0;
}
#off-canvas-navigation .button {
  width: 100%;
}
#off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(-100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0 1.5rem;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  list-style-type: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul,
#off-canvas-navigation ul.off-canvas-navigation li ol {
  margin-top: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  position: relative;
}
#off-canvas-navigation ul.off-canvas-navigation li a,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link {
  display: flex;
  align-items: center;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 1.25rem;
  color: #252525;
  padding: 0.5rem;
  border-bottom: 1px solid #E6E7E8;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li a:hover,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link:hover {
  color: #004DA8;
}
#off-canvas-navigation ul.off-canvas-navigation li.current-menu-item a {
  color: #004DA8;
}
#off-canvas-navigation ul.off-canvas-navigation li:last-child a {
  border-bottom: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > a + .sub-menu,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > span.no-link + .sub-menu {
  max-height: inherit;
  height: 0;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu {
  flex-wrap: wrap;
  flex-flow: column;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu > li {
  overflow: visible;
  margin: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1 .sub-menu + .sub-menu-button {
  display: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a {
  color: #252525;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E7E8;
  padding: 1rem 1rem 1rem 1.75rem;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a:hover {
  color: #00A29E;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  z-index: 1;
  margin: 0;
  padding: 1rem;
  border: 1px solid #E6E7E8;
  border-top: none;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding: 1rem;
  border: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  color: #004DA8;
  font-size: 1.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:hover,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:active {
  background-color: #E6E7E8;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > a,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > span.no-link {
  color: #004DA8;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#off-canvas-search {
  right: 0;
}
#off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container .close-button {
  float: right;
}
#off-canvas-search .off-canvas-container input#keyword {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Poppins Regular', 'Arial', sans-serif;
  color: #004DA8;
  font-size: 1.75rem !important;
  min-height: auto !important;
  line-height: normal !important;
  padding: 0 0 0.5rem !important;
  width: 100%;
  margin: 3rem 0 1.5rem;
  border-bottom: 2px solid #C6C6C6;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container input#keyword::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#off-canvas-search .off-canvas-container input#keyword::-moz-placeholder {
  color: #58595B;
}
#off-canvas-search .off-canvas-container input#keyword::placeholder {
  color: #58595B;
}
#off-canvas-search .off-canvas-container input#keyword:focus {
  border-color: #004DA8;
}
#off-canvas-search .off-canvas-container .results-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container p {
  color: #252525;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module {
  position: relative;
  width: calc(50% - 1rem);
  border: none;
  background-color: #E6E7E8;
  margin-top: 3.5rem;
}
@media screen and (min-width: 68.75em) {
  #off-canvas-search .off-canvas-container .results-container .search-listing-module {
    width: calc(33.3% - 1rem);
  }
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .image {
  padding: 0 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content {
  padding: 1.5rem 0.75rem 2.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content h2 {
  color: #252525;
  font-family: 'Poppins Medium', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:after {
  right: 1rem;
  bottom: 1rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:hover:after {
  right: 0.75rem;
}
.with-off-canvas-section:before {
  content: '';
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(231, 241, 250, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.with-off-canvas-section.show-menu,
.with-off-canvas-section.show-search {
  overflow-y: hidden;
}
.with-off-canvas-section.show-menu .off-canvas-background,
.with-off-canvas-section.show-search .off-canvas-background {
  opacity: 1;
}
.with-off-canvas-section.show-menu:before,
.with-off-canvas-section.show-search:before {
  opacity: 1;
}
.with-off-canvas-section.show-menu #off-canvas-navigation.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-menu #off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-search #off-canvas-search.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-search #off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
/* 
Use: Footer
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
footer {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
}
footer:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background-image: linear-gradient(to right, #004DA8 0 70%, #00A29E 70% 100%);
}
@media screen and (max-width: 46.8125em) {
  footer .contact-and-socials {
    width: 93.996%;
  }
  footer .footer-menu {
    width: 93.996%;
  }
  footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
footer .logo {
  max-width: 16rem;
}
footer .logo a {
  height: 100%;
  width: 100%;
}
footer .logo a img {
  height: 100%;
  width: 100%;
}
footer .footer-menu h4 {
  color: #252525;
  font-size: 1.25rem;
}
footer .footer-menu ul li a {
  position: relative;
  padding-bottom: 2px;
}
footer .footer-menu ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -3px;
  height: 0;
  width: 30px;
  background: #004DA8;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .footer-menu ul li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -3px;
  height: 0;
  width: 100%;
  background: #00A29E;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .footer-menu ul li a:hover {
  text-decoration: none;
}
footer .footer-menu ul li a:hover:before,
footer .footer-menu ul li a:hover:after {
  height: 3px;
}
footer .footer-menu ul li a:active:before {
  width: 100%;
}
footer ul {
  margin-left: 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li ul,
footer ul li ol {
  margin-top: 0;
}
footer ul li {
  margin-bottom: 0.75rem;
}
footer ul li a {
  font-family: 'Poppins Regular', 'Arial', sans-serif;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .icon-list li {
  width: 100%;
}
footer .social {
  margin-top: 1.5rem;
}
footer .social ul {
  margin-left: -0.5rem;
  display: flex;
  gap: 1rem;
}
footer .social ul li a {
  height: 3rem;
  width: 3rem;
  background-color: #F5F5F5;
  box-shadow: 0 0 0 0 #FFFFFF;
  border-radius: 50%;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .social ul li a:before {
  font-size: 1.5rem;
  height: 100%;
}
footer .social ul li a:hover {
  box-shadow: 0 0 0 4px #00A29E;
}
footer .legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .legal p {
  color: #58595B;
  margin: 0;
}
footer .legal ul {
  margin: 0;
}
footer .legal ul li {
  display: flex;
  align-items: center;
}
footer .legal ul li a {
  color: #58595B;
  position: relative;
  padding-bottom: 2px;
  padding-bottom: 0;
}
footer .legal ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -3px;
  height: 0;
  width: 30px;
  background: #004DA8;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .legal ul li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -3px;
  height: 0;
  width: 100%;
  background: #00A29E;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .legal ul li a:hover {
  text-decoration: none;
}
footer .legal ul li a:hover:before,
footer .legal ul li a:hover:after {
  height: 3px;
}
footer .legal ul li a:active:before {
  width: 100%;
}
footer .credit-author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  font-size: 0.95rem;
}
footer .credit-author a {
  position: relative;
  height: 2rem;
  width: 6rem;
}
footer .credit-author a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #58595B;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .credit-author a:hover:before {
  background-color: #252525;
}
/* 
Use: Setup
Scope: All devices
Theme: PJ Valves
Copyright 2025, © PJ Valves
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html {
  background-color: #F5F5F5;
}
html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */