/*
Theme Name: Eclipse HR v1.0
Theme URI: https://www.eclipsehr.uk/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: Eclipse HR website
Version: 1.0
License: All work ©2024 Eclipse HR. Not for public use.
License URI: https://www.eclipsehr.uk/
Tags: 
Text Domain: eclipsehr
*/
/* 
Use: Reset
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
          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: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
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;
}
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  -webkit-box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-close {
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-tight {
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Border Radius
**************************************************************************/
.border-radius {
  border-radius: 0.75rem;
  overflow: hidden;
}
/*************************************************************************
 #Text With Icon
**************************************************************************/
a.text-with-icon:hover {
  text-decoration: underline;
}
.text-with-icon {
  position: relative;
  text-decoration: none;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #62D2F4;
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f0e0';
}
.text-with-icon.telephone:before {
  content: '\f879';
}
.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.location:before {
  content: '\f3c5';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f0e1';
}
p.text-with-icon.icon-left {
  margin-bottom: 0;
}
p.text-with-icon.icon-left + li.telephone {
  margin-bottom: 1.5rem;
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/* 
Use: Measurements
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 750px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 100%;
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 111.11111111%;
  }
}
@media screen and (min-width: 93.75em) {
  html {
    font-size: 122.22222222%;
  }
}
@media screen and (min-width: 125em) {
  html {
    font-size: 133.33333333%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys ------------------------------------------------------------------------ */
/* #Blues ------------------------------------------------------------------------ */
/* Purples ------------------------------------------------------------------------ */
/* #Accents ------------------------------------------------------------------------ */
/* #Facebook ------------------------------------------------------------------------ */
.facebook-01 {
  color: #39579a;
}
/* #Twitter ------------------------------------------------------------------------ */
.twitter-01 {
  color: #55acee;
}
/* #YouTube ------------------------------------------------------------------------ */
.youtube-01 {
  color: #D9252A;
}
/* #LinkedIn ------------------------------------------------------------------------ */
.linkedin-01 {
  color: #0481bd;
}
/* #LinkedIn ------------------------------------------------------------------------ */
.pinterest-01 {
  color: #E60023;
}
/* #Instagram ------------------------------------------------------------------------ */
.instagram-01 {
  color: #DB3175;
}
/*************************************************************************
 #Colour Sections
**************************************************************************/
/* #Light or Dark for Sections ------------------------------------------------------------------------ */
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5 {
  color: #262649;
}
.light-section h1 a,
.light-section h2 a,
.light-section h3 a,
.light-section h4 a,
.light-section h5 a {
  color: #262649;
}
.light-section p,
.light-section ul,
.light-section li,
.light-section label {
  color: #403F42;
}
.light-section a {
  color: #8383FF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section p,
.dark-section ul,
.dark-section li,
.dark-section label,
.dark-section a {
  color: #FFFFFF;
}
/* #Section Colours ------------------------------------------------------------------------ */
.white-section {
  background-color: #FFFFFF;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5 {
  color: #262649;
}
.white-section h1 a,
.white-section h2 a,
.white-section h3 a,
.white-section h4 a,
.white-section h5 a {
  color: #262649;
}
.white-section p,
.white-section ul,
.white-section li,
.white-section label {
  color: #403F42;
}
.white-section a {
  color: #8383FF;
}
.white-section .js-carousel-controls .direction-left:before,
.white-section .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.white-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.dark-blue-section {
  background-color: #262649;
}
.dark-blue-section h1,
.dark-blue-section h2,
.dark-blue-section h3,
.dark-blue-section h4,
.dark-blue-section h5,
.dark-blue-section p,
.dark-blue-section ul,
.dark-blue-section li,
.dark-blue-section label,
.dark-blue-section a {
  color: #FFFFFF;
}
.dark-blue-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-blue-section nf-field .nf-error .ninja-forms-field {
  -webkit-box-shadow: inset 0 0 0 3px #DBDBE9;
          box-shadow: inset 0 0 0 3px #DBDBE9;
}
.dark-blue-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #8383FF !important;
}
.purple-section {
  background-color: #8383FF;
}
.purple-section h1,
.purple-section h2,
.purple-section h3,
.purple-section h4,
.purple-section h5,
.purple-section p,
.purple-section ul,
.purple-section li,
.purple-section label,
.purple-section a {
  color: #FFFFFF;
}
.purple-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.purple-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.purple-section nf-field .nf-error .ninja-forms-field {
  -webkit-box-shadow: inset 0 0 0 3px #DBDBE9;
          box-shadow: inset 0 0 0 3px #DBDBE9;
}
.purple-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #8383FF !important;
}
.light-purple-section {
  background-color: #DBDBE9;
}
.light-purple-section h1,
.light-purple-section h2,
.light-purple-section h3,
.light-purple-section h4,
.light-purple-section h5 {
  color: #262649;
}
.light-purple-section h1 a,
.light-purple-section h2 a,
.light-purple-section h3 a,
.light-purple-section h4 a,
.light-purple-section h5 a {
  color: #262649;
}
.light-purple-section p,
.light-purple-section ul,
.light-purple-section li,
.light-purple-section label {
  color: #403F42;
}
.light-purple-section a {
  color: #8383FF;
}
.light-purple-section .js-carousel-controls .direction-left:before,
.light-purple-section .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.light-purple-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.dark-blue-section input[type="text"],
.purple-section input[type="text"],
.light-purple-section input[type="text"],
.dark-blue-section input[type="password"],
.purple-section input[type="password"],
.light-purple-section input[type="password"],
.dark-blue-section input[type="email"],
.purple-section input[type="email"],
.light-purple-section input[type="email"],
.dark-blue-section input[type="number"],
.purple-section input[type="number"],
.light-purple-section input[type="number"],
.dark-blue-section input[type="tel"],
.purple-section input[type="tel"],
.light-purple-section input[type="tel"],
.dark-blue-section input[type="search"],
.purple-section input[type="search"],
.light-purple-section input[type="search"],
.dark-blue-section input[type="checkbox"],
.purple-section input[type="checkbox"],
.light-purple-section input[type="checkbox"],
.dark-blue-section input[type="radio"],
.purple-section input[type="radio"],
.light-purple-section input[type="radio"],
.dark-blue-section select,
.purple-section select,
.light-purple-section select,
.dark-blue-section textarea,
.purple-section textarea,
.light-purple-section textarea {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
          box-shadow: inset 0 0 0 3px #FFFFFF;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.outer-container.white-section + .outer-container.white-section,
.outer-container.dark-blue-section + .outer-container.dark-blue-section,
.outer-container.purple-section + .outer-container.purple-section,
.outer-container.light-purple-section + .outer-container.light-purple-section {
  padding-top: 0;
}
.with-background-elements:before,
.with-background-elements:after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 25%;
  pointer-events: none;
}
.with-background-elements:before {
  top: 0;
  left: 0;
}
.with-background-elements:after {
  right: 0;
  bottom: 0;
}
.with-background-elements.dark-blue-section:before {
  background-image: url('img/backgrounds/moon-bkg-top-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.with-background-elements.dark-blue-section:after {
  background-image: url('img/backgrounds/moon-bkg-bottom-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.with-background-elements.light-purple-section:before {
  background-image: url('img/backgrounds/moon-bkg-top-left-on-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.with-background-elements.light-purple-section:after {
  background-image: url('img/backgrounds/moon-bkg-bottom-right-on-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.with-background-element:after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 25%;
  pointer-events: none;
}
.with-background-element:after {
  left: -12.5%;
  bottom: 12.5%;
}
.with-background-element.dark-blue-section:after {
  background-image: url('img/backgrounds/moon-bkg-bottom-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.with-background-element.light-purple-section:after {
  background-image: url('img/backgrounds/moon-bkg-bottom-right-on-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.with-background-element-alt:after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 25%;
  pointer-events: none;
}
.with-background-element-alt:after {
  left: -12.5%;
  bottom: 12.5%;
}
.with-background-element-alt.dark-blue-section:after {
  background-image: url('img/backgrounds/moon-bkg-bottom-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.with-background-element-alt.light-purple-section:after {
  background-image: url('img/backgrounds/moon-bkg-bottom-right-on-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
/* 
Use: Typography
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: "Instrument Sans Bold";
  src: url("fonts/instrument-sans-bold.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Instrument Sans Semi Bold";
  src: url("fonts/instrument-sans-semi-bold.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Instrument Sans Regular";
  src: url("fonts/instrument-sans-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Instrument Sans Variable";
  src: url("fonts/instrument-sans-variable.woff2") format("woff2-variations");
  font-display: swap;
  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-solid-900.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  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 Styles
**************************************************************************/
.instrument-sans-bold {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
}
.instrument-sans-semi-bold {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
}
.instrument-sans-regular {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.fab,
.far,
.fas {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
}
.fab {
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
}
.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: #8383FF;
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: #8383FF;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #8383FF;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1rem;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #403F42;
  line-height: 1.4;
}
h1 {
  font-size: 2.5rem;
  line-height: 1;
}
h2 {
  font-size: 1.85rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.1rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
.medium,
.medium p {
  font-size: 0.85rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  color: #262649;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #262649;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #8383FF;
}
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.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,
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,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #8383FF;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
}
em {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.125rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 62.5em) {
  blockquote p {
    font-size: 1.25rem;
  }
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.big-text {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  color: #62D2F4 !important;
  line-height: 1;
  font-size: 2.5rem;
}
.light-purple-section .big-text {
  color: #9090BB !important;
}
.headline {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #9090BB !important;
  letter-spacing: 0.5px;
}
h2.headline {
  font-size: 1.25rem;
}
.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: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #First Content
**************************************************************************/
.first-content {
  margin-top: 4.5rem;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 2%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 4%;
  }
}
@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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.left-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.middle-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.left-to-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.right-to-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right-to-left > * {
  margin-right: 3%;
  margin-left: 0;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          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: 93.75em) {
  .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%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.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-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;
}
/*************************************************************************
 #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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.nested .one-third-page {
  width: 77.83%;
}
@media screen and (min-width: 31.25em) {
  .nested .one-third-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 68.75em) {
  .nested .one-third-page {
    width: 29.332%;
  }
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Dynamic Stacking
**************************************************************************/
.horizontal-image-and-details .image {
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
}
.horizontal-image-and-details .image .responsive-image-crop {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
}
.horizontal-image-and-details .details {
  width: 65%;
  float: right;
}
.vertical-image-and-details .image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}
.vertical-image-and-details .image .responsive-image-crop {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.vertical-image-and-details .details {
  width: 100%;
  float: none;
}
.dynamic-stacking {
  overflow: hidden;
}
.dynamic-stacking .image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}
.dynamic-stacking .image .responsive-image-crop {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.dynamic-stacking .details {
  width: 100%;
  float: none;
}
@media screen and (min-width: 31.25em) {
  .dynamic-stacking.with-image.two-thirds-page .image,
  .dynamic-stacking.with-image.full-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.two-thirds-page .image .responsive-image-crop,
  .dynamic-stacking.with-image.full-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.two-thirds-page .details,
  .dynamic-stacking.with-image.full-page .details {
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 31.25em) {
  .dynamic-stacking.with-image.half-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 46.875em) {
  .dynamic-stacking.with-image.half-page .image {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 78.125em) {
  .dynamic-stacking.with-image.half-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 65%;
    float: right;
  }
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -webkit-column-count: 4;
       -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: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          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 {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  -webkit-transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 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;
}
.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-text {
  position: absolute!important;
  padding: 0.25rem 0.5rem 0.25rem 1.75rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
.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%;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.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%;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.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;
}
img.placeholder {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 5rem;
}
/*************************************************************************
 #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:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #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;
}
.video-container .placeholder {
  cursor: pointer;
  z-index: 2;
}
.video-container .placeholder:after {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '\f04b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 1rem;
  background-color: #9090BB;
  border-radius: 50%;
  z-index: 3;
}
/* 
Use: UI
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
  text-decoration: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 0.75rem;
}
.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 1rem;
}
.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.25rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.blue-button {
  color: #FFFFFF !important;
  background-color: #8383FF;
}
.button.blue-button:hover {
  background-color: #9090BB;
}
.button.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
.button.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
.button.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
.button.white-button:hover {
  background-color: #DBDBE9;
}
.button.transparent-button {
  color: #FFFFFF;
}
.button.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.text-link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #8383FF !important;
  font-size: 1rem;
  text-decoration: none;
}
.text-link:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f054';
  font-size: 0.75rem;
  color: inherit;
}
/*************************************************************************
 #Pagination
**************************************************************************/
/* #Normal Pagination ------------------------------------------------------------------------ */
ul.pagination,
ul.page-numbers {
  margin-left: 0;
  word-spacing: -0.35rem;
}
ul.pagination li,
ul.page-numbers li {
  list-style-type: none;
}
ul.pagination li ul,
ul.page-numbers li ul,
ul.pagination li ol,
ul.page-numbers li ol {
  margin-top: 0;
}
ul.pagination li a,
ul.page-numbers li a {
  text-decoration: none;
}
ul.pagination li a:hover,
ul.page-numbers li a:hover {
  text-decoration: underline;
}
ul.pagination *,
ul.page-numbers * {
  word-spacing: normal;
}
ul.pagination li,
ul.page-numbers li {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
}
ul.pagination li:first-child,
ul.page-numbers li:first-child {
  margin-left: 0!important;
}
ul.pagination li:last-child,
ul.page-numbers li:last-child {
  margin-right: 0!important;
}
ul.pagination li a,
ul.page-numbers li a,
ul.pagination li span,
ul.page-numbers li span {
  display: block;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #DBDBE9;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #262649;
  text-align: center;
  text-decoration: none;
}
ul.pagination li a.current,
ul.page-numbers li a.current,
ul.pagination li span.current,
ul.page-numbers li span.current {
  background-color: #8383FF;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #FFFFFF;
}
ul.pagination li a.prev,
ul.page-numbers li a.prev,
ul.pagination li span.prev,
ul.page-numbers li span.prev,
ul.pagination li a.next,
ul.page-numbers li a.next,
ul.pagination li span.next,
ul.page-numbers li span.next {
  text-indent: -9999px;
}
ul.pagination li a.prev:after,
ul.page-numbers li a.prev:after,
ul.pagination li span.prev:after,
ul.page-numbers li span.prev:after,
ul.pagination li a.next:after,
ul.page-numbers li a.next:after,
ul.pagination li span.next:after,
ul.page-numbers li span.next:after {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 2rem !important;
  left: 0;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
ul.pagination li a.prev:after,
ul.page-numbers li a.prev:after,
ul.pagination li span.prev:after,
ul.page-numbers li span.prev:after {
  content: '\f053';
}
ul.pagination li a.next:after,
ul.page-numbers li a.next:after,
ul.pagination li span.next:after,
ul.page-numbers li span.next:after {
  content: '\f054';
}
/* #Facet Pagination ------------------------------------------------------------------------ */
.facetwp-facet-pagination,
.facetwp-facet-pagination_page_numbers {
  word-spacing: -0.35rem;
  margin-bottom: 0!important;
}
.facetwp-facet-pagination *,
.facetwp-facet-pagination_page_numbers * {
  word-spacing: normal;
}
.facetwp-facet-pagination .facetwp-page,
.facetwp-facet-pagination_page_numbers .facetwp-page {
  position: relative;
  display: inline-block;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  margin: 0 0.25rem;
  background-color: #DBDBE9;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #262649;
  text-align: center;
  text-decoration: none;
}
.facetwp-facet-pagination .facetwp-page:first-child,
.facetwp-facet-pagination_page_numbers .facetwp-page:first-child {
  margin-left: 0!important;
}
.facetwp-facet-pagination .facetwp-page:last-child,
.facetwp-facet-pagination_page_numbers .facetwp-page:last-child {
  margin-right: 0!important;
}
.facetwp-facet-pagination .facetwp-page.active,
.facetwp-facet-pagination_page_numbers .facetwp-page.active,
.facetwp-facet-pagination .facetwp-page.dots,
.facetwp-facet-pagination_page_numbers .facetwp-page.dots {
  background-color: #8383FF;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #FFFFFF;
}
.facetwp-facet-pagination .facetwp-page.prev,
.facetwp-facet-pagination_page_numbers .facetwp-page.prev,
.facetwp-facet-pagination .facetwp-page.next,
.facetwp-facet-pagination_page_numbers .facetwp-page.next {
  text-indent: -9999px;
}
.facetwp-facet-pagination .facetwp-page.prev:after,
.facetwp-facet-pagination_page_numbers .facetwp-page.prev:after,
.facetwp-facet-pagination .facetwp-page.next:after,
.facetwp-facet-pagination_page_numbers .facetwp-page.next:after {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 2rem !important;
  left: 0;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.facetwp-facet-pagination .facetwp-page.prev:after,
.facetwp-facet-pagination_page_numbers .facetwp-page.prev:after {
  content: '\f053';
}
.facetwp-facet-pagination .facetwp-page.next:after,
.facetwp-facet-pagination_page_numbers .facetwp-page.next:after {
  content: '\f054';
}
/*************************************************************************
 #FacetWP
**************************************************************************/
/* #Core Styles ------------------------------------------------------------------------ */
.facetwp-facet:not(:last-child) {
  margin-bottom: 1rem !important;
}
.facetwp-template {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-template.loading {
  opacity: 0.3;
}
/*************************************************************************
 #Filtering
**************************************************************************/
/* #Filter Bar ------------------------------------------------------------------------ */
.filter-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1rem;
  gap: 0.5rem;
}
@media screen and (max-width: 31.25em) {
  .filter-bar > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.filter-bar select {
  width: 100%;
}
/*************************************************************************
 #Ajax Search Pro
**************************************************************************/
.wpdreams_asl_container,
.ajaxsearchpro {
  overflow: visible!important;
  background: #FFFFFF !important;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
}
.wpdreams_asl_container .probox,
.ajaxsearchpro .probox {
  height: 2.5rem !important;
  background-color: #FFFFFF !important;
  background-image: none!important;
}
.wpdreams_asl_container .probox .promagnifier,
.ajaxsearchpro .probox .promagnifier {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background-color: #8383FF !important;
  background-image: none!important;
  border-radius: 0!important;
  text-align: left!important;
}
.wpdreams_asl_container .probox .promagnifier .innericon,
.ajaxsearchpro .probox .promagnifier .innericon {
  display: none!important;
}
.wpdreams_asl_container .probox .promagnifier:after,
.ajaxsearchpro .probox .promagnifier:after {
  content: '\f002';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  pointer-events: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.wpdreams_asl_container .probox .proinput,
.ajaxsearchpro .probox .proinput {
  margin: 0 0 0 calc(1rem + 4px) !important;
  padding: 0!important;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
  line-height: 2.5rem !important;
}
.wpdreams_asl_container .probox .proinput input[type="search"],
.ajaxsearchpro .probox .proinput input[type="search"],
.wpdreams_asl_container .probox .proinput .orig,
.ajaxsearchpro .probox .proinput .orig {
  width: 100%;
  padding: 1rem !important;
  background-color: #FFFFFF !important;
  height: 2.5rem !important;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
  line-height: 2.5rem !important;
  border: none!important;
}
.wpdreams_asl_container .probox .proinput input[type="search"]::-webkit-input-placeholder, .ajaxsearchpro .probox .proinput input[type="search"]::-webkit-input-placeholder, .wpdreams_asl_container .probox .proinput .orig::-webkit-input-placeholder, .ajaxsearchpro .probox .proinput .orig::-webkit-input-placeholder {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
}
.wpdreams_asl_container .probox .proinput input[type="search"]::-moz-placeholder, .ajaxsearchpro .probox .proinput input[type="search"]::-moz-placeholder, .wpdreams_asl_container .probox .proinput .orig::-moz-placeholder, .ajaxsearchpro .probox .proinput .orig::-moz-placeholder {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
}
.wpdreams_asl_container .probox .proinput input[type="search"]:-ms-input-placeholder, .ajaxsearchpro .probox .proinput input[type="search"]:-ms-input-placeholder, .wpdreams_asl_container .probox .proinput .orig:-ms-input-placeholder, .ajaxsearchpro .probox .proinput .orig:-ms-input-placeholder {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
}
.wpdreams_asl_container .probox .proinput input[type="search"]::-ms-input-placeholder, .ajaxsearchpro .probox .proinput input[type="search"]::-ms-input-placeholder, .wpdreams_asl_container .probox .proinput .orig::-ms-input-placeholder, .ajaxsearchpro .probox .proinput .orig::-ms-input-placeholder {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
}
.wpdreams_asl_container .probox .proinput input[type="search"]::placeholder,
.ajaxsearchpro .probox .proinput input[type="search"]::placeholder,
.wpdreams_asl_container .probox .proinput .orig::placeholder,
.ajaxsearchpro .probox .proinput .orig::placeholder {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
}
.wpdreams_asl_container .probox .proinput input[type="search"]::-webkit-input-placeholder,
.ajaxsearchpro .probox .proinput input[type="search"]::-webkit-input-placeholder {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 1rem !important;
}
.wpdreams_asl_container .probox .proinput .autocomplete,
.ajaxsearchpro .probox .proinput .autocomplete,
.wpdreams_asl_container .probox .proinput input[type="submit"],
.ajaxsearchpro .probox .proinput input[type="submit"] {
  display: none!important;
}
.wpdreams_asl_container .probox .proloading,
.ajaxsearchpro .probox .proloading {
  position: relative;
  margin-top: 0.55rem !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  padding: 0!important;
}
.wpdreams_asl_container .probox .proloading .asl_loader,
.ajaxsearchpro .probox .proloading .asl_loader {
  position: absolute;
  width: 2rem !important;
  height: 2rem !important;
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.wpdreams_asl_container .probox .proloading .asl_loader .asl_simple-circle,
.ajaxsearchpro .probox .proloading .asl_loader .asl_simple-circle {
  border-color: #262649 !important;
  border-right-color: transparent!important;
}
.wpdreams_asl_container .probox .proclose,
.ajaxsearchpro .probox .proclose {
  width: 1.75rem !important;
  height: 2.5rem !important;
  background-color: #FFFFFF !important;
}
.wpdreams_asl_container .probox .proclose svg,
.ajaxsearchpro .probox .proclose svg {
  background: #8383FF !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.wpdreams_asl_container .probox .proclose svg polygon,
.ajaxsearchpro .probox .proclose svg polygon {
  fill: #FFFFFF;
}
.asp_r {
  background-color: #FFFFFF !important;
  padding: 0.25rem !important;
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15) !important;
}
.asp_r .results .item {
  border-radius: 0!important;
  padding: 0.5rem !important;
  border-left: 0!important;
  border-right: 0!important;
  background-color: #FFFFFF !important;
  -webkit-animation: none!important;
          animation: none!important;
}
.asp_r .results .item.hovered {
  background-image: none!important;
}
.asp_r .results .item:hover,
.asp_r .results .item.hovered {
  background-color: #DBDBE9 !important;
}
.asp_r .results .item:after {
  left: 0;
  background-color: #DBDBE9 !important;
}
.asp_r .results .item .asp_content {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  color: #403F42 !important;
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
  padding: 0!important;
}
.asp_r .results .item .asp_content h3,
.asp_r .results .item .asp_content h3 a {
  display: block!important;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  font-stretch: 90% !important;
  letter-spacing: 1px !important;
  font-optical-sizing: none !important;
  color: #403F42 !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25rem;
  text-decoration: none!important;
}
.asp_r .results .item .asp_content h3:hover,
.asp_r .results .item .asp_content h3 a:hover {
  text-decoration: none!important;
}
.asp_r .asp_simplebar-track .asp_simplebar-scrollbar:before {
  top: 0!important;
  bottom: 0!important;
  background-image: none!important;
  background-color: #8383FF !important;
}
/* 
Use: Forms
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
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-style-list li a {
  text-decoration: none;
}
.no-style-list li a:hover {
  text-decoration: underline;
}
li.telephone {
  list-style: none;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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 a {
  text-decoration: none;
}
.inline-list li a:hover {
  text-decoration: underline;
}
.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 a {
  text-decoration: none;
}
.icon-list li a:hover {
  text-decoration: underline;
}
.icon-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
}
.icon-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #62D2F4;
  font-size: 1.125rem;
  position: absolute;
  top: 4px;
  left: 0;
}
.icon-list li.email:before {
  content: '\f0e0';
}
.icon-list li.telephone:before {
  content: '\f879';
}
.icon-list li.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f0e1';
}
/*************************************************************************
 #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 a {
  text-decoration: none;
}
.tick-list li a:hover {
  text-decoration: underline;
}
.tick-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
.tick-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: '\f00c';
  font-size: 1rem;
  color: #8383FF;
}
.tick-list.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Content Module's List
**************************************************************************/
.content-module ul:not(.no-style-list) {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul:not(.no-style-list) li {
  list-style-type: none;
}
.content-module ul:not(.no-style-list) li ul,
.content-module ul:not(.no-style-list) li ol {
  margin-top: 0;
}
.content-module ul:not(.no-style-list) li a {
  text-decoration: none;
}
.content-module ul:not(.no-style-list) li a:hover {
  text-decoration: underline;
}
.content-module ul:not(.no-style-list) li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}
.content-module ul:not(.no-style-list) li:last-child {
  margin-bottom: 0;
}
.content-module ul:not(.no-style-list) li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: '\f00c';
  font-size: 1rem;
  color: #8383FF;
}
.content-module ul:not(.no-style-list).two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 1rem;
}
.content-module ul:not(.no-style-list).two-column li {
  width: calc(50% - 1rem*0.5);
}
.content-module ul:not(.no-style-list) li h3,
.content-module ul:not(.no-style-list) li h4,
.content-module ul:not(.no-style-list) li h5,
.content-module ul:not(.no-style-list) li h6 {
  margin-bottom: 0;
}
.content-module .text-with-icon {
  color: #403F42;
}
/*************************************************************************
 #Contact List
**************************************************************************/
.contact-list {
  margin-left: 0;
}
.contact-list li {
  list-style-type: none;
}
.contact-list li ul,
.contact-list li ol {
  margin-top: 0;
}
.contact-list li a {
  text-decoration: none;
}
.contact-list li a:hover {
  text-decoration: underline;
}
.contact-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
}
.contact-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #62D2F4;
  font-size: 1.125rem;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-list li.email:before {
  content: '\f0e0';
}
.contact-list li.telephone:before {
  content: '\f879';
}
.contact-list li.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f0e1';
}
.contact-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #62D2F4;
}
.contact-list li span:not(:first-of-type) {
  margin-left: 0.25rem;
}
.contact-list li a {
  color: #FFFFFF;
}
.contact-list li a:hover {
  color: #62D2F4;
}
.contact-list li.location:before {
  content: '\f3c5';
}
.contact-list li.time:before {
  content: '\f017';
}
/*************************************************************************
 #Social Links
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
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 a {
  text-decoration: none;
}
ul.social-links li a:hover {
  text-decoration: underline;
}
ul.social-links li {
  position: relative;
  text-align: center;
}
ul.social-links li a {
  display: block;
  line-height: 1rem;
}
ul.social-links li i:before {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands", "Helvetica", "Arial", sans-serif;
  color: #62D2F4;
  font-size: 1.25rem;
  line-height: normal;
}
ul.social-links li.facebook i:before {
  content: '\f39e';
}
ul.social-links li.twitter i:before {
  content: '\e61b';
}
ul.social-links li.youtube i:before {
  content: '\f167';
  color: #D9252A;
}
ul.social-links li.linkedin i:before {
  content: '\f0e1';
}
ul.social-links li.pinterest i:before {
  content: '\f231';
}
ul.social-links li.instagram i:before {
  content: '\f16d';
}
ul.social-links li.email i:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f658';
}
/* #Follow Module ------------------------------------------------------------------------ */
.footer-follow-module ul.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-follow-module ul.social-links li a {
  line-height: 2rem;
}
.footer-follow-module ul.social-links li i:before {
  font-size: 2rem;
}
/* #Share Module ------------------------------------------------------------------------ */
.share-module p {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #9090BB !important;
  letter-spacing: 0.5px;
}
.share-module p,
.share-module ul.social-links,
.share-module ul.social-links li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: baseline;
}
.share-module ul.social-links li {
  display: inline-block;
  margin-left: 1rem;
}
.share-module ul.social-links li a {
  line-height: 1.25rem;
}
.share-module ul.social-links li i:before {
  font-size: 1.25rem;
}
/* 
Use: Modular
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero
**************************************************************************/
/* #Simple ------------------------------------------------------------------------ */
.hero-simple {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60vh;
  overflow: hidden;
}
.hero-half,
.hero-two-thirds,
.hero-three-quarters,
.hero-image,
.page-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60vh;
  overflow: hidden;
}
.hero-half {
  min-height: 35vh;
}
.hero-two-thirds {
  min-height: 52.8vh;
}
.hero-three-quarters {
  min-height: 60vh;
}
.hero-image {
  position: relative;
  background-color: #262649;
}
.hero-image:not(.main-hero) .image-container:after,
.hero-image:not(.main-hero) .video-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-image:not(.main-hero).low-opacity .image-container:after,
.hero-image:not(.main-hero).low-opacity .video-container:after {
  background-color: rgba(38, 38, 73, 0.5);
}
.hero-image:not(.main-hero).left-gradient .image-container:after,
.hero-image:not(.main-hero).left-gradient .video-container:after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(38, 38, 73, 0)), to(rgba(38, 38, 73, 0.75)));
  background-image: linear-gradient(270deg, rgba(38, 38, 73, 0) 0%, rgba(38, 38, 73, 0.75) 100%);
}
.hero-image:not(.main-hero).right-gradient .image-container:after,
.hero-image:not(.main-hero).right-gradient .video-container:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(38, 38, 73, 0)), to(rgba(38, 38, 73, 0.75)));
  background-image: linear-gradient(90deg, rgba(38, 38, 73, 0) 0%, rgba(38, 38, 73, 0.75) 100%);
}
.hero-image.main-hero {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 40vh;
}
.hero-image.main-hero .content-container {
  position: relative;
  z-index: 2;
  padding: 3rem 0 1.5rem;
}
.hero-image.main-hero .responsive-background-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative !important;
  height: auto !important;
  aspect-ratio: 21/9;
}
.hero-image.main-hero .responsive-background-image:before {
  position: absolute;
  content: '';
  top: -1%;
  bottom: -1%;
  left: 0;
  height: 102%;
  width: 100%;
  background-image: url('img/backgrounds/branded-image-mask-horizontal.svg');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 46.875em) {
  .hero-image.main-hero {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    min-height: 60vh;
  }
  .hero-image.main-hero .content-container {
    padding: 3rem 0;
  }
  .hero-image.main-hero .responsive-background-image {
    position: absolute !important;
    left: auto;
    height: 100% !important;
    width: 66.6% !important;
  }
  .hero-image.main-hero .responsive-background-image:before {
    width: 25rem;
    background-image: url('img/backgrounds/hero-bkg-swoop.svg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
}
/*************************************************************************
 #Floating Box
**************************************************************************/
.floating-box.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.floating-box.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/*************************************************************************
 #Listing Module
**************************************************************************/
.listing-module .image {
  background-color: rgba(255, 255, 255, 0.333);
}
.listing-module .date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 0.75rem;
  background-color: #62D2F4;
  border-radius: 0.75rem;
  overflow: hidden;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #262649;
  text-transform: uppercase;
  font-size: 0.75rem;
  z-index: 1;
}
.listing-module .author {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #9090BB !important;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.listing-module .text-link {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*************************************************************************
 #Block Grid Modules
**************************************************************************/
.block-grid-module {
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #DBDBE9;
}
.block-grid-module.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.block-grid-module.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.block-grid-module h1,
.block-grid-module h2,
.block-grid-module h3,
.block-grid-module h4,
.block-grid-module h5 {
  color: #262649;
}
.block-grid-module h1 a,
.block-grid-module h2 a,
.block-grid-module h3 a,
.block-grid-module h4 a,
.block-grid-module h5 a {
  color: #262649;
}
.block-grid-module p,
.block-grid-module ul,
.block-grid-module li,
.block-grid-module label {
  color: #403F42;
}
.block-grid-module a {
  color: #8383FF;
}
.block-grid-module .js-carousel-controls .direction-left:before,
.block-grid-module .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.block-grid-module .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.branded-block-grid-module {
  border-radius: 0.75rem;
  overflow: hidden;
  overflow: visible;
  background-color: #262649;
}
.branded-block-grid-module.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.branded-block-grid-module.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.branded-block-grid-module h1,
.branded-block-grid-module h2,
.branded-block-grid-module h3,
.branded-block-grid-module h4,
.branded-block-grid-module h5,
.branded-block-grid-module p,
.branded-block-grid-module ul,
.branded-block-grid-module li,
.branded-block-grid-module label,
.branded-block-grid-module a {
  color: #FFFFFF;
}
.branded-block-grid-module nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.branded-block-grid-module nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.branded-block-grid-module nf-field .nf-error .ninja-forms-field {
  -webkit-box-shadow: inset 0 0 0 3px #DBDBE9;
          box-shadow: inset 0 0 0 3px #DBDBE9;
}
.branded-block-grid-module .nf-error-msg {
  background-color: #FFFFFF;
  color: #8383FF !important;
}
.branded-block-grid-module.with-image {
  margin-top: 5rem;
}
.branded-block-grid-module .date {
  z-index: 2;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #a9e6f9;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.branded-block-grid-module .image {
  position: relative;
  height: 10rem;
  width: 10rem;
  margin: -5rem auto 0;
  background-color: transparent;
}
.branded-block-grid-module .image .circle-image {
  position: relative;
  z-index: 1;
  display: block;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  padding: 0;
  margin: -5rem auto 0;
  background-color: #FFFFFF;
}
.branded-block-grid-module .image:after {
  display: block;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  right: -4px;
  bottom: -8px;
  content: '';
  background-color: #62D2F4;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
.branded-block-grid-module .image .placeholder {
  padding: 1.5rem;
  background-color: rgba(144, 144, 187, 0.25);
}
.branded-block-grid-module .text-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF !important;
}
.branded-block-grid-module-alt {
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #262649;
}
.branded-block-grid-module-alt.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.branded-block-grid-module-alt.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.branded-block-grid-module-alt h1,
.branded-block-grid-module-alt h2,
.branded-block-grid-module-alt h3,
.branded-block-grid-module-alt h4,
.branded-block-grid-module-alt h5,
.branded-block-grid-module-alt p,
.branded-block-grid-module-alt ul,
.branded-block-grid-module-alt li,
.branded-block-grid-module-alt label,
.branded-block-grid-module-alt a {
  color: #FFFFFF;
}
.branded-block-grid-module-alt nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.branded-block-grid-module-alt nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.branded-block-grid-module-alt nf-field .nf-error .ninja-forms-field {
  -webkit-box-shadow: inset 0 0 0 3px #DBDBE9;
          box-shadow: inset 0 0 0 3px #DBDBE9;
}
.branded-block-grid-module-alt .nf-error-msg {
  background-color: #FFFFFF;
  color: #8383FF !important;
}
.branded-block-grid-module-alt .image:before {
  position: absolute;
  content: '';
  top: -1%;
  bottom: -1%;
  right: -1%;
  height: 102%;
  width: 102%;
  background-image: url('img/backgrounds/branded-image-mask-horizontal.svg');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.branded-block-grid-module-alt .content .text-link {
  display: table;
  color: #DBDBE9 !important;
  margin-left: auto;
}
.branded-block-grid-module-alt .content .text-link:after {
  margin-left: 0.5rem;
}
.dark-blue-section .branded-block-grid-module-alt {
  background-color: #FFFFFF;
}
.dark-blue-section .branded-block-grid-module-alt h1,
.dark-blue-section .branded-block-grid-module-alt h2,
.dark-blue-section .branded-block-grid-module-alt h3,
.dark-blue-section .branded-block-grid-module-alt h4,
.dark-blue-section .branded-block-grid-module-alt h5 {
  color: #262649;
}
.dark-blue-section .branded-block-grid-module-alt h1 a,
.dark-blue-section .branded-block-grid-module-alt h2 a,
.dark-blue-section .branded-block-grid-module-alt h3 a,
.dark-blue-section .branded-block-grid-module-alt h4 a,
.dark-blue-section .branded-block-grid-module-alt h5 a {
  color: #262649;
}
.dark-blue-section .branded-block-grid-module-alt p,
.dark-blue-section .branded-block-grid-module-alt ul,
.dark-blue-section .branded-block-grid-module-alt li,
.dark-blue-section .branded-block-grid-module-alt label {
  color: #403F42;
}
.dark-blue-section .branded-block-grid-module-alt a {
  color: #8383FF;
}
.dark-blue-section .branded-block-grid-module-alt .js-carousel-controls .direction-left:before,
.dark-blue-section .branded-block-grid-module-alt .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.dark-blue-section .branded-block-grid-module-alt .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.dark-blue-section .branded-block-grid-module-alt .image:before {
  background-image: url('img/backgrounds/branded-image-mask-horizontal-on-white.svg');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
/*************************************************************************
 #Vertical Listing Modules
**************************************************************************/
.vertical-listing-module {
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #DBDBE9;
}
.vertical-listing-module.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vertical-listing-module.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.vertical-listing-module h1,
.vertical-listing-module h2,
.vertical-listing-module h3,
.vertical-listing-module h4,
.vertical-listing-module h5 {
  color: #262649;
}
.vertical-listing-module h1 a,
.vertical-listing-module h2 a,
.vertical-listing-module h3 a,
.vertical-listing-module h4 a,
.vertical-listing-module h5 a {
  color: #262649;
}
.vertical-listing-module p,
.vertical-listing-module ul,
.vertical-listing-module li,
.vertical-listing-module label {
  color: #403F42;
}
.vertical-listing-module a {
  color: #8383FF;
}
.vertical-listing-module .js-carousel-controls .direction-left:before,
.vertical-listing-module .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.vertical-listing-module .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.branded-vertical-listing-module {
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #262649;
}
.branded-vertical-listing-module.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.branded-vertical-listing-module.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.branded-vertical-listing-module h1,
.branded-vertical-listing-module h2,
.branded-vertical-listing-module h3,
.branded-vertical-listing-module h4,
.branded-vertical-listing-module h5,
.branded-vertical-listing-module p,
.branded-vertical-listing-module ul,
.branded-vertical-listing-module li,
.branded-vertical-listing-module label,
.branded-vertical-listing-module a {
  color: #FFFFFF;
}
.branded-vertical-listing-module nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.branded-vertical-listing-module nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.branded-vertical-listing-module nf-field .nf-error .ninja-forms-field {
  -webkit-box-shadow: inset 0 0 0 3px #DBDBE9;
          box-shadow: inset 0 0 0 3px #DBDBE9;
}
.branded-vertical-listing-module .nf-error-msg {
  background-color: #FFFFFF;
  color: #8383FF !important;
}
.branded-vertical-listing-module .image:before {
  position: absolute;
  content: '';
  top: -1%;
  bottom: -1%;
  right: -1%;
  height: 102%;
  width: 102%;
  background-image: url('img/backgrounds/branded-image-mask.svg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.branded-vertical-listing-module .content h3 a {
  color: #FFFFFF !important;
}
/*************************************************************************
 #Circle Moon 
**************************************************************************/
.circle-moon {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  padding: 0 1rem;
}
.circle-moon .image {
  border-radius: 50%;
  background-color: #FFFFFF;
}
.circle-moon:after {
  display: block;
  height: 100%;
  width: calc(100% - 1rem*2);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: calc(-4px + 1rem);
  bottom: -8px;
  content: '';
  background-color: #62D2F4;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
.circle-moon.big-moon {
  padding: 0 3rem;
}
.circle-moon.big-moon:after {
  width: calc(100% - 1rem*6);
  right: calc(-10px + 1rem*3);
  bottom: -14px;
}
.light-purple-section .circle-moon:after {
  background-color: #9090BB;
}
/*************************************************************************
 #Logo Modules
**************************************************************************/
.client-logo-module {
  border: 1px solid #DBDBE9;
  border-radius: 0.75rem;
  overflow: hidden;
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  position: relative;
  z-index: 1;
  width: 93.996%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.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%;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.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: 3rem;
    right: 3%;
    bottom: 3rem;
    left: 3%;
    margin: 0;
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    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%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .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;
  z-index: 1;
}
.content-over-image .content.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.content-over-image .content.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 29.332%;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
.data-table {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px #DBDBE9;
          box-shadow: 0 0 0 1px #DBDBE9;
  border-radius: 0.75rem;
  overflow: hidden;
}
.data-table h1,
.data-table h2,
.data-table h3,
.data-table h4,
.data-table h5 {
  color: #262649;
}
.data-table h1 a,
.data-table h2 a,
.data-table h3 a,
.data-table h4 a,
.data-table h5 a {
  color: #262649;
}
.data-table p,
.data-table ul,
.data-table li,
.data-table label {
  color: #403F42;
}
.data-table a {
  color: #8383FF;
}
.data-table .js-carousel-controls .direction-left:before,
.data-table .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.data-table .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.data-table tr th,
.data-table tr td {
  padding: 0.5rem;
  border-right: 1px solid #DBDBE9;
}
.data-table tr th:last-child,
.data-table tr td:last-child {
  border-right: none;
}
.data-table thead tr {
  border-bottom: 1px solid #DBDBE9;
}
.data-table thead tr th {
  background-color: #DBDBE9;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  color: #262649;
}
.data-table tbody tr {
  border-bottom: 1px solid #DBDBE9;
}
.data-table tbody tr:last-child,
.data-table tfoot tr:last-child {
  border-bottom: none;
}
.data-table tbody tr:nth-child(odd),
.data-table tfoot tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.data-table tbody tr:nth-child(even),
.data-table tfoot tr:nth-child(even) {
  background-color: #FFFFFF;
}
.light-purple-section .data-table {
  -webkit-box-shadow: 0 0 0 1px #9090BB;
          box-shadow: 0 0 0 1px #9090BB;
}
.light-purple-section .data-table tr th,
.light-purple-section .data-table tr td {
  border-right: 1px solid #9090BB;
}
.light-purple-section .data-table tr th:last-child,
.light-purple-section .data-table tr td:last-child {
  border-right: none;
}
.light-purple-section .data-table thead tr {
  border-bottom: 1px solid #9090BB;
}
.light-purple-section .data-table thead tr th {
  color: #FFFFFF;
  background-color: #9090BB;
}
.light-purple-section .data-table tbody tr {
  border-bottom: 1px solid #9090BB;
}
.light-purple-section .data-table tbody tr:last-child {
  border-bottom: none;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.faq:first-child {
  padding-top: 0;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.faq .faq-title p:before,
.faq .faq-title p:after {
  position: absolute;
  width: 3rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\f068';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #8383FF;
  text-align: center;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .faq-title p:after {
  content: '\f068';
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq .faq-title.open p:after {
  opacity: 0;
}
.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;
}
.dark-blue-section .faq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit!important;
}
.map .gm-style > div:first-child button {
  display: none!important;
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 0!important;
  border-radius: 0!important;
  background-color: #FFFFFF !important;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #8383FF;
  background-color: #FFFFFF;
  font-size: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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 {
  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 {
  color: #262649;
}
.map .gm-style-iw h1 a,
.map .gm-style-iw h2 a,
.map .gm-style-iw h3 a,
.map .gm-style-iw h4 a,
.map .gm-style-iw h5 a {
  color: #262649;
}
.map .gm-style-iw p,
.map .gm-style-iw ul,
.map .gm-style-iw li,
.map .gm-style-iw label {
  color: #403F42;
}
.map .gm-style-iw a {
  color: #8383FF;
}
.map .gm-style-iw .js-carousel-controls .direction-left:before,
.map .gm-style-iw .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.map .gm-style-iw .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.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;
  -webkit-box-shadow: none!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;
  -webkit-box-shadow: none!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;
  }
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg {
  background-color: #000000;
  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: -webkit-zoom-out;
  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;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  position: absolute;
  width: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  top: 0;
  right: 0;
  cursor: -webkit-zoom-out;
  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;
  text-decoration: 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 {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 0.75rem;
}
.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 1rem;
}
.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.25rem;
}
.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: #8383FF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button:hover {
  background-color: #9090BB;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button:hover {
  background-color: #DBDBE9;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.transparent-button {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
          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.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: absolute;
  width: 100%;
  margin-top: -2rem;
  top: 100%;
  left: 0;
  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;
  top: 50%!important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-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;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  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;
  text-decoration: 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 {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 0.75rem;
}
.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 1rem;
}
.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.25rem;
}
.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: #8383FF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button:hover {
  background-color: #9090BB;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button:hover {
  background-color: #DBDBE9;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.transparent-button {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  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;
  text-decoration: 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 {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 0.75rem;
}
.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 1rem;
}
.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.25rem;
}
.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: #8383FF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button:hover {
  background-color: #9090BB;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button:hover {
  background-color: #DBDBE9;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.transparent-button {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #8383FF;
  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: -webkit-zoom-in;
  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;
      -ms-user-select: none;
          user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Image Grid
**************************************************************************/
.image-grid .image-module {
  border-radius: 0.75rem;
  overflow: hidden;
}
.image-grid .image-module:after {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f00e';
  font-size: 2rem;
  opacity: 0;
  text-shadow: 0 0 6px rgba(38, 38, 73, 0.5);
}
.image-grid .image-module:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #262649;
  height: 100%;
  width: 100%;
  -webkit-transition: all 700ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 700ms cubic-bezier(0.65, 0, 0.35, 1);
  border-radius: 0.75rem;
  overflow: hidden;
  opacity: 0;
  mix-blend-mode: color;
}
.image-grid .image-module:hover:before {
  opacity: 1;
}
.image-grid .image-module:hover:after {
  opacity: 1;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  position: relative;
  min-height: 2.5rem;
  padding-left: 3.5rem;
}
.key-benefit:before {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  left: 0;
  content: '';
  background-image: url('img/ui/icon-check-branded.svg');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.light-purple-section .key-benefit:before {
  background-image: url('img/ui/icon-check-branded-purple.svg');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
/*************************************************************************
 #Statistic Modules
**************************************************************************/
.statistic-module.with-link {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.statistic-module.with-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.testimonial-grid .testimonial-module {
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}
.testimonial-grid .testimonial-module h1,
.testimonial-grid .testimonial-module h2,
.testimonial-grid .testimonial-module h3,
.testimonial-grid .testimonial-module h4,
.testimonial-grid .testimonial-module h5 {
  color: #262649;
}
.testimonial-grid .testimonial-module h1 a,
.testimonial-grid .testimonial-module h2 a,
.testimonial-grid .testimonial-module h3 a,
.testimonial-grid .testimonial-module h4 a,
.testimonial-grid .testimonial-module h5 a {
  color: #262649;
}
.testimonial-grid .testimonial-module p,
.testimonial-grid .testimonial-module ul,
.testimonial-grid .testimonial-module li,
.testimonial-grid .testimonial-module label {
  color: #403F42;
}
.testimonial-grid .testimonial-module a {
  color: #8383FF;
}
.testimonial-grid .testimonial-module .js-carousel-controls .direction-left:before,
.testimonial-grid .testimonial-module .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.testimonial-grid .testimonial-module .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.testimonial-grid .testimonial-module:before {
  content: '';
  display: block;
  height: 2rem;
  width: 100%;
  background-image: url('img/backgrounds/quote-mark-light-purple.svg');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  margin-bottom: 1.5rem;
}
.white-section .testimonial-grid .testimonial-module {
  background-color: #DBDBE9;
}
.dark-grey-section .testimonial-grid .testimonial-module,
.light-purple-section .testimonial-grid .testimonial-module {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Timeline
**************************************************************************/
/* #Vertical ------------------------------------------------------------------------ */
.timeline {
  position: relative;
}
.timeline .timeline-segments:before {
  position: absolute;
  width: 1px;
  height: calc(100% - 1rem*12.5);
  top: 7.5rem;
  left: 3rem;
  content: '';
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(219, 219, 233, 0)), color-stop(0, #DBDBE9));
  background-image: linear-gradient(to bottom, rgba(219, 219, 233, 0) 50%, #DBDBE9 0);
  background-repeat: repeat-y;
  background-size: 1px 8px;
}
.timeline .timeline-segments .timeline-segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: visible;
  padding-top: 5rem;
}
.timeline .timeline-segments .timeline-segment:first-child {
  padding-top: 0;
}
.timeline .timeline-segments .timeline-segment:first-child .content:before {
  display: none;
}
.timeline .timeline-segments .timeline-segment:last-child .content:after {
  display: none;
}
.timeline .timeline-segments .timeline-segment .content {
  position: relative;
  z-index: 1;
  padding: 3rem 10rem 3rem 1.5rem;
  width: calc(100% - 1rem*3);
  border-radius: 0.5rem;
}
.timeline .timeline-segments .timeline-segment .content h3 {
  color: #62D2F4;
}
.timeline .timeline-segments .timeline-segment .content:before,
.timeline .timeline-segments .timeline-segment .content:after {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: calc(1rem*3 - (1rem*0.75 / 2));
  content: '';
  background-color: #DBDBE9;
  border-radius: 50%;
}
.timeline .timeline-segments .timeline-segment .content:before {
  top: calc(-1rem*0.75 / 2);
  z-index: 1;
}
.timeline .timeline-segments .timeline-segment .content:after {
  top: calc(100% + (-1rem*0.75 / 2));
  z-index: 1;
}
.timeline .timeline-segments .timeline-segment .circle-moon {
  position: absolute;
  z-index: 1;
  right: 0;
  margin-top: -3px;
  padding: 0;
  height: 10rem;
  width: 10rem;
}
.timeline .timeline-segments .timeline-segment .circle-moon:after {
  right: -2px;
  bottom: -6px;
  width: 100%;
}
.dark-blue-section .timeline .timeline-segments .timeline-segment .content h3 {
  color: #262649;
}
.dark-blue-section .timeline .timeline-segments .timeline-segment .content p {
  color: #403F42;
}
.light-purple-section .timeline .timeline-segments:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(0, #FFFFFF));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #FFFFFF 0);
}
.light-purple-section .timeline .timeline-segments .timeline-segment .content h3 {
  color: #62D2F4;
}
.light-purple-section .timeline .timeline-segments .timeline-segment .content p {
  color: #FFFFFF;
}
.light-purple-section .timeline .timeline-segments .timeline-segment .content:before,
.light-purple-section .timeline .timeline-segments .timeline-segment .content:after {
  background-color: #FFFFFF;
}
/*************************************************************************
 #GDPR Cookies Banner
**************************************************************************/
/* #Sticky Bar ------------------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  background-color: #FFFFFF !important;
  border-top: none!important;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0.5rem 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: 0.75rem !important;
  color: #262649 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p button {
  color: #8383FF;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p button:hover {
  color: #9090BB;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:last-child {
  margin-bottom: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  border-radius: 5px !important;
  text-shadow: none !important;
  cursor: pointer !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  font-stretch: 90% !important;
  letter-spacing: 1px !important;
  font-optical-sizing: none !important;
  font-size: 0.9rem !important;
  z-index: 1 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
  color: #FFFFFF !important;
  background-color: #8383FF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:last-child {
  margin-bottom: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:focus {
  outline: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  display: block !important;
  position: absolute !important;
  content: '' !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before {
  z-index: -2 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  z-index: -1 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.blue-button {
  color: #FFFFFF !important;
  background-color: #8383FF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.blue-button:hover {
  background-color: #9090BB !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button:hover {
  background-color: #DBDBE9 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.transparent-button {
  color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.transparent-button:hover {
  color: #9090BB !important;
  background-color: transparent !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.text-button-with-icon {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only {
  padding-right: 0!important !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  color: inherit !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f56d' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.search-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f002' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-left:after {
  content: '\f053' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-right:after {
  content: '\f054' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.plus-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.plus-button:after {
  content: '\2b' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.minus-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.minus-button:after {
  content: '\2d' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.close:after {
  content: '\f00d' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  background-color: #9090BB !important;
}
/* #Popup Modal ------------------------------------------------------------------------ */
.moove_gdpr_cookie_modal_open {
  background: rgba(38, 38, 73, 0.7) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content:after {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content {
  color: #403F42 !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: 0!important;
  right: 0!important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 5rem !important;
  font-size: 1.5rem !important;
  border-radius: 0!important;
  border-bottom-left-radius: 0.25rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-close .moovegdpr-arrow-close {
  background-color: #8383FF !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 5rem !important;
  border-radius: 0!important;
  border-bottom-left-radius: 0.25rem !important;
  border: none!important;
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-close:hover .moovegdpr-arrow-close {
  height: 100%!important;
  width: 100%!important;
  background-color: #9090BB !important;
  border: none!important;
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  padding: 1.5rem !important;
}
@media screen and (min-width: 46.875em) {
  .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
  .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    padding: 3rem !important;
  }
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
  margin-bottom: 0 !important;
  max-width: 260px !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu {
  margin-top: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li {
  margin-bottom: 0.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button {
  padding: 0.5rem 1rem !important;
  border-radius: 0.25rem !important;
  background-color: #FFFFFF !important;
  border: 2px solid #8383FF !important;
  text-transform: none!important;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 600 !important;
  font-stretch: 90% !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.5px;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button span,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button svg {
  color: #403F42 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button span *,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button svg * {
  color: #8383FF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button {
  background-color: #8383FF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span *,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg * {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #DBDBE9 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .tab-title {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  font-stretch: 90% !important;
  letter-spacing: 1px !important;
  font-optical-sizing: none !important;
  line-height: 1.2 !important;
  color: #262649 !important;
  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  padding: 0!important;
  background-color: transparent!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-size: 0.9rem !important;
  color: #403F42 !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p:last-child {
  margin-bottom: 0!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider {
  background-color: #403F42 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider:before {
  left: 2px!important;
  bottom: 2px!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider:after {
  color: #403F42 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch input:checked + .cookie-slider {
  background-color: #8383FF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch input:checked + .cookie-slider:after {
  color: #8383FF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
  background-color: #DBDBE9 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content:before {
  height: 2px!important;
  background-color: #DBDBE9 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding: 0 1.5rem !important;
}
@media screen and (min-width: 46.875em) {
  .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding: 0 3rem !important;
  }
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  border-radius: 5px !important;
  text-shadow: none !important;
  cursor: pointer !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  font-stretch: 90% !important;
  letter-spacing: 1px !important;
  font-optical-sizing: none !important;
  font-size: 0.9rem !important;
  z-index: 1 !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
  color: #FFFFFF !important;
  background-color: #8383FF !important;
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:last-child {
  margin-bottom: 0 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:focus {
  outline: none !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  display: block !important;
  position: absolute !important;
  content: '' !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before {
  z-index: -2 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  z-index: -1 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.25rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.blue-button {
  color: #FFFFFF !important;
  background-color: #8383FF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.blue-button:hover {
  background-color: #9090BB !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button:hover {
  background-color: #DBDBE9 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.transparent-button {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.transparent-button:hover {
  color: #9090BB !important;
  background-color: transparent !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.text-button-with-icon {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only {
  padding-right: 0!important !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  color: inherit !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f56d' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.search-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f002' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-left:after {
  content: '\f053' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-right:after {
  content: '\f054' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.plus-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.plus-button:after {
  content: '\2b' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.minus-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.minus-button:after {
  content: '\2d' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.close:after {
  content: '\f00d' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
  background-color: #9090BB !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.button-visible {
  display: inline-block !important;
}
/* #Settings Modal ------------------------------------------------------------------------ */
#moove_gdpr_save_popup_settings_button {
  background-color: #8383FF !important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
}
/* 
Use: Carousels
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  -webkit-transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  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;
  text-decoration: 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 {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 0.75rem;
}
.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 1rem;
}
.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.25rem;
}
.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: #8383FF;
}
.js-carousel .js-carousel-controls .direction-left.blue-button:hover,
.js-carousel .js-carousel-controls .direction-right.blue-button:hover {
  background-color: #9090BB;
}
.js-carousel .js-carousel-controls .direction-left.grey-button,
.js-carousel .js-carousel-controls .direction-right.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
.js-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel .js-carousel-controls .direction-right.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: #8383FF !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: #DBDBE9;
}
.js-carousel .js-carousel-controls .direction-left.transparent-button,
.js-carousel .js-carousel-controls .direction-right.transparent-button {
  color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.transparent-button:hover,
.js-carousel .js-carousel-controls .direction-right.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #8383FF;
  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 {
  word-spacing: -0.35rem;
  height: 1rem;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls * {
  word-spacing: normal;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  overflow: hidden;
}
.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:after {
  -webkit-transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #8383FF;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  height: 100%;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide {
  -webkit-transition: -webkit-transform 0ms 500ms linear;
  transition: -webkit-transform 0ms 500ms linear;
  transition: transform 0ms 500ms linear;
  transition: transform 0ms 500ms linear, -webkit-transform 0ms 500ms linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 0;
  opacity: 1;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide.current-slide {
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
}
.js-carousel.thumbnail-carousel .js-carousel-slides {
  border-radius: 0.75rem;
  overflow: hidden;
}
.js-carousel.thumbnail-carousel .js-carousel-controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  color: #FFFFFF !important;
  background-color: #8383FF;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-bottom: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:focus,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
  text-decoration: none;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.small,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.medium,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large,
.js-carousel.thumbnail-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.25rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.blue-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.blue-button {
  color: #FFFFFF !important;
  background-color: #8383FF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.blue-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.blue-button:hover {
  background-color: #9090BB;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.grey-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button:hover {
  background-color: #DBDBE9;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.transparent-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.transparent-button {
  color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.transparent-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f56d';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:hover {
  background-color: #9090BB;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left {
  margin-right: 1rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after {
  content: '\f104' !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  margin-left: 1rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  content: '\f105' !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls {
  width: calc(100% + 1rem);
  height: auto;
  margin: 0 -0.5rem -0.5rem -0.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button {
  width: calc(25% - 1rem);
  height: auto!important;
  margin: 0 0.5rem 0.5rem 0.5rem;
  background-color: transparent;
  border-radius: 0.25rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  -webkit-transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 0px #8383FF;
          box-shadow: inset 0 0 0 0px #8383FF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  -webkit-box-shadow: inset 0 0 0 3px #8383FF;
          box-shadow: inset 0 0 0 3px #8383FF;
}
.js-carousel.hero-carousel .js-carousel-slides .carousel-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60vh;
  overflow: hidden;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
.light-section .js-carousel-controls .direction-left:before,
.light-section .js-carousel-controls .direction-right:before {
  color: #8383FF;
}
.light-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
.dark-blue-section .js-carousel-controls .direction-left:after,
.dark-blue-section .js-carousel-controls .direction-right:after {
  color: #8383FF;
}
.dark-blue-section .js-carousel-controls .dot-controls .dot-control-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.dark-blue-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #8383FF;
}
/*************************************************************************
 #Background Carousel
**************************************************************************/
.background-carousel .js-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}
.background-carousel .js-carousel .js-carousel-slides {
  position: absolute;
  width: 100%;
  height: 100%;
}
/*************************************************************************
 #Testimonials Carousel
**************************************************************************/
.testimonial-author p {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #9090BB !important;
  letter-spacing: 1px;
}
.testimonials-carousel-container h2:before {
  position: relative;
  content: '';
  display: block;
  margin: 0 auto 0.75rem;
  height: 4rem;
  width: 4rem;
  background-image: url('img/backgrounds/quote-mark-bright-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonials-carousel-container .testimonial-author p {
  color: #62D2F4;
}
.testimonials-carousel-container.light-purple-section h2:before {
  background-image: url('img/backgrounds/quote-mark-light-purple.svg');
}
.testimonials-carousel .testimonial blockquote {
  padding: 0;
}
.testimonials-carousel .testimonial blockquote p:before,
.testimonials-carousel .testimonial blockquote p:after {
  content: '';
}
/* 
Use: Animations
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover Effect
**************************************************************************/
.image-rollover-effect .image-container img {
  -webkit-transition: -webkit-transform 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 750ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 750ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.image-rollover-effect:hover .image-container img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* 
Use: Forms
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none!important;
  border-radius: 0.25rem;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
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: 2.5rem;
  height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 2.5rem;
}
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"],
textarea {
  background-color: #DBDBE9 !important;
  -webkit-box-shadow: inset 0 0 0 1px #DBDBE9;
          box-shadow: inset 0 0 0 1px #DBDBE9;
  color: #403F42 !important;
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="checkbox"]::-webkit-input-placeholder, input[type="radio"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #403F42 !important;
}
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, textarea::-moz-placeholder {
  color: #403F42 !important;
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="checkbox"]:-ms-input-placeholder, input[type="radio"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #403F42 !important;
}
input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="checkbox"]::-ms-input-placeholder, input[type="radio"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #403F42 !important;
}
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,
textarea::placeholder {
  color: #403F42 !important;
}
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,
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8383FF;
          box-shadow: inset 0 0 0 2px #8383FF;
}
select {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: inset 0 0 0 1px #DBDBE9;
          box-shadow: inset 0 0 0 1px #DBDBE9;
  color: #403F42 !important;
}
select::-webkit-input-placeholder {
  color: #403F42 !important;
}
select::-moz-placeholder {
  color: #403F42 !important;
}
select:-ms-input-placeholder {
  color: #403F42 !important;
}
select::-ms-input-placeholder {
  color: #403F42 !important;
}
select::placeholder {
  color: #403F42 !important;
}
select:focus {
  -webkit-box-shadow: inset 0 0 0 1px #8383FF;
          box-shadow: inset 0 0 0 1px #8383FF;
}
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 80%!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: 2.5rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          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;
}
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: 60%;
  border-radius: 0.25rem;
}
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;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: #8383FF;
  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;
  text-decoration: 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 {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 0.75rem;
}
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 1rem;
}
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.25rem;
}
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: #8383FF;
}
input[type="submit"].blue-button:hover,
input[type="button"].blue-button:hover,
input[type="reset"].blue-button:hover {
  background-color: #9090BB;
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
input[type="reset"].grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
input[type="submit"].grey-button:hover,
input[type="button"].grey-button:hover,
input[type="reset"].grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
input[type="submit"].white-button,
input[type="button"].white-button,
input[type="reset"].white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
input[type="submit"].white-button:hover,
input[type="button"].white-button:hover,
input[type="reset"].white-button:hover {
  background-color: #DBDBE9;
}
input[type="submit"].transparent-button,
input[type="button"].transparent-button,
input[type="reset"].transparent-button {
  color: #FFFFFF;
}
input[type="submit"].transparent-button:hover,
input[type="button"].transparent-button:hover,
input[type="reset"].transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
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-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
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: #9090BB;
}
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.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 .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label {
  font-weight: normal;
}
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: #DBDBE9;
  border-radius: 0!important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #8383FF;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  -webkit-box-shadow: inset 0 0 0 2px #8383FF;
          box-shadow: inset 0 0 0 2px #8383FF;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
}
.nf-error-msg {
  background-color: #8383FF;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
.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 {
  -webkit-box-shadow: inset 0 0 0 3px #DBDBE9;
          box-shadow: inset 0 0 0 3px #DBDBE9;
}
.dark-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #8383FF !important;
}
/*************************************************************************
 #Consultation Form
**************************************************************************/
.consultation-form nf-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.consultation-form nf-fields-wrap nf-field {
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .consultation-form nf-fields-wrap nf-field:nth-of-type(1),
  .consultation-form nf-fields-wrap nf-field:nth-of-type(2),
  .consultation-form nf-fields-wrap nf-field:nth-of-type(3),
  .consultation-form nf-fields-wrap nf-field:nth-of-type(4) {
    width: 48.5%;
  }
}
/*************************************************************************
 #Contact Form Embed
**************************************************************************/
.contact-form-embed nf-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact-form-embed nf-fields-wrap nf-field {
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .contact-form-embed nf-fields-wrap nf-field:nth-child(1),
  .contact-form-embed nf-fields-wrap nf-field:nth-child(2),
  .contact-form-embed nf-fields-wrap nf-field:nth-child(3) {
    width: 31.3%;
  }
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Team Module
**************************************************************************/
@media screen and (max-width: 25em) {
  .team-module {
    width: 93.996%;
  }
}
.team-module h3,
.team-module p {
  word-break: keep-all;
}
/* 
Use: Header
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Off Canvas Search
**************************************************************************/
.search-wrap {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  background-color: #DBDBE9;
  z-index: 0;
  overflow: hidden;
}
.search-wrap input,
.search-wrap .ajaxsearchpro {
  float: left;
  width: calc(100% -  3rem) !important;
}
@media screen and (min-width: 46.875em) {
  .search-wrap input,
  .search-wrap .ajaxsearchpro {
    width: 100%!important;
  }
}
.search-wrap .inner-container {
  height: 2.5rem;
}
.search-wrap .inner-container .vertical-outer-table {
  width: 100%;
}
.search-wrap .close-button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 1.5rem;
  height: 2.5rem;
  margin-right: 3% !important;
  -webkit-transform: translateY(-1.25rem);
      -ms-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  cursor: pointer;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.search-wrap .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f00d';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #8383FF;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.outer-content-wrap {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}
.show-search .search-wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.show-search .outer-content-wrap {
  -webkit-transform: translateY(4.5rem);
      -ms-transform: translateY(4.5rem);
          transform: translateY(4.5rem);
}
/*************************************************************************
 #Global
**************************************************************************/
/*************************************************************************
 #Main Masthead
**************************************************************************/
#header {
  position: relative;
  z-index: 1001;
}
#header .masthead-container {
  background-color: #262649;
}
#masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#masthead .navigation-module {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 62.5em) {
  #masthead .navigation-module {
    text-align: right;
  }
}
#masthead .navigation-module .navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#masthead .navigation-module .navigation-container .menu-button {
  position: relative;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
  height: 4.5rem;
  margin-right: 1rem;
  padding-left: 2.25rem;
  background-color: transparent;
}
@media screen and (min-width: 62.5em) {
  #masthead .navigation-module .navigation-container .menu-button {
    display: none;
  }
}
#masthead .navigation-module .navigation-container .menu-button:before {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  line-height: 4.5rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f0c9';
  font-size: 1.5rem;
  text-align: center;
  text-indent: 0;
}
#masthead .navigation-module .navigation-container .open-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  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;
  border-radius: 5px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  font-size: 0.9rem !important;
  z-index: 1;
  padding: 0!important;
  text-indent: -9999px;
  padding-right: 0!important;
  width: 1.75rem;
  height: 4.5rem;
  line-height: 4.5rem;
  margin-right: 1rem;
}
#masthead .navigation-module .navigation-container .open-button:last-child {
  margin-bottom: 0;
}
#masthead .navigation-module .navigation-container .open-button:focus {
  outline: none;
}
#masthead .navigation-module .navigation-container .open-button:hover {
  border-bottom: none;
  text-decoration: none;
}
#masthead .navigation-module .navigation-container .open-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
#masthead .navigation-module .navigation-container .open-button:before,
#masthead .navigation-module .navigation-container .open-button:after {
  display: block;
  position: absolute;
  content: '';
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#masthead .navigation-module .navigation-container .open-button:before {
  z-index: -2;
}
#masthead .navigation-module .navigation-container .open-button:after {
  z-index: -1;
}
#masthead .navigation-module .navigation-container .open-button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
#masthead .navigation-module .navigation-container .open-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
#masthead .navigation-module .navigation-container .open-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
#masthead .navigation-module .navigation-container .open-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
#masthead .navigation-module .navigation-container .open-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
}
#masthead .navigation-module .navigation-container .open-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
#masthead .navigation-module .navigation-container .open-button.blue-button {
  color: #FFFFFF !important;
  background-color: #8383FF;
}
#masthead .navigation-module .navigation-container .open-button.blue-button:hover {
  background-color: #9090BB;
}
#masthead .navigation-module .navigation-container .open-button.grey-button {
  color: #FFFFFF !important;
  background-color: #403F42;
}
#masthead .navigation-module .navigation-container .open-button.grey-button:hover {
  background-color: rgba(64, 63, 66, 0.5);
}
#masthead .navigation-module .navigation-container .open-button.white-button {
  color: #8383FF !important;
  background-color: #FFFFFF;
}
#masthead .navigation-module .navigation-container .open-button.white-button:hover {
  background-color: #DBDBE9;
}
#masthead .navigation-module .navigation-container .open-button.transparent-button {
  color: #FFFFFF;
}
#masthead .navigation-module .navigation-container .open-button.transparent-button:hover {
  color: #9090BB;
  background-color: transparent;
}
#masthead .navigation-module .navigation-container .open-button.with-icon {
  padding-right: 0!important;
}
#masthead .navigation-module .navigation-container .open-button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.text-button-with-icon {
  padding-right: 0!important;
}
#masthead .navigation-module .navigation-container .open-button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
#masthead .navigation-module .navigation-container .open-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
#masthead .navigation-module .navigation-container .open-button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.download-button {
  padding-right: 0!important;
}
#masthead .navigation-module .navigation-container .open-button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f56d';
}
#masthead .navigation-module .navigation-container .open-button.search-button {
  padding-right: 0!important;
}
#masthead .navigation-module .navigation-container .open-button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
#masthead .navigation-module .navigation-container .open-button.arrow-left:after {
  content: '\f053';
}
#masthead .navigation-module .navigation-container .open-button.arrow-right:after {
  content: '\f054';
}
#masthead .navigation-module .navigation-container .open-button.plus-button {
  padding-right: 0!important;
}
#masthead .navigation-module .navigation-container .open-button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.plus-button:after {
  content: '\2b';
}
#masthead .navigation-module .navigation-container .open-button.minus-button {
  padding-right: 0!important;
}
#masthead .navigation-module .navigation-container .open-button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button.minus-button:after {
  content: '\2d';
}
#masthead .navigation-module .navigation-container .open-button.close:after {
  content: '\f00d';
}
#masthead .navigation-module .navigation-container .open-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#masthead .navigation-module .navigation-container .open-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
#masthead .navigation-module .navigation-container .open-button:after {
  color: #DBDBE9;
  font-size: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  #masthead .navigation-module .navigation-container .open-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    display: inline-block;
    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;
    border-radius: 5px;
    text-shadow: none;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-stretch: 90%;
    letter-spacing: 1px;
    font-optical-sizing: none;
    font-size: 0.9rem !important;
    z-index: 1;
    min-width: 2.5rem;
    min-height: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    color: #FFFFFF;
    padding: 0!important;
    text-indent: -9999px;
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button:last-child {
    margin-bottom: 0;
  }
  #masthead .navigation-module .navigation-container .open-button:focus {
    outline: none;
  }
  #masthead .navigation-module .navigation-container .open-button:hover {
    border-bottom: none;
    text-decoration: none;
  }
  #masthead .navigation-module .navigation-container .open-button:disabled {
    opacity: 0.25;
    cursor: not-allowed;
  }
  #masthead .navigation-module .navigation-container .open-button:before,
  #masthead .navigation-module .navigation-container .open-button:after {
    display: block;
    position: absolute;
    content: '';
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #masthead .navigation-module .navigation-container .open-button:before {
    z-index: -2;
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    z-index: -1;
  }
  #masthead .navigation-module .navigation-container .open-button.small {
    min-width: 1.5rem;
    min-height: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.75rem;
  }
  #masthead .navigation-module .navigation-container .open-button.small:after {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  #masthead .navigation-module .navigation-container .open-button.medium {
    min-width: 2rem;
    min-height: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
  }
  #masthead .navigation-module .navigation-container .open-button.medium:after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  #masthead .navigation-module .navigation-container .open-button.large {
    min-width: 2.5rem;
    min-height: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
  }
  #masthead .navigation-module .navigation-container .open-button.large:after {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button {
    color: #FFFFFF !important;
    background-color: #8383FF;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button:hover {
    background-color: #9090BB;
  }
  #masthead .navigation-module .navigation-container .open-button.grey-button {
    color: #FFFFFF !important;
    background-color: #403F42;
  }
  #masthead .navigation-module .navigation-container .open-button.grey-button:hover {
    background-color: rgba(64, 63, 66, 0.5);
  }
  #masthead .navigation-module .navigation-container .open-button.white-button {
    color: #8383FF !important;
    background-color: #FFFFFF;
  }
  #masthead .navigation-module .navigation-container .open-button.white-button:hover {
    background-color: #DBDBE9;
  }
  #masthead .navigation-module .navigation-container .open-button.transparent-button {
    color: #FFFFFF;
  }
  #masthead .navigation-module .navigation-container .open-button.transparent-button:hover {
    color: #9090BB;
    background-color: transparent;
  }
  #masthead .navigation-module .navigation-container .open-button.with-icon {
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button.with-icon:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.text-button-with-icon {
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button.text-button-with-icon:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.text-button-with-icon:after {
    margin-left: 0.5rem;
  }
  #masthead .navigation-module .navigation-container .open-button.icon-only {
    padding-right: 0!important;
    padding: 0!important;
    text-indent: -9999px;
  }
  #masthead .navigation-module .navigation-container .open-button.icon-only:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.icon-only:after {
    position: absolute!important;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: inherit;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.download-button {
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button.download-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.download-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    content: '\f56d';
  }
  #masthead .navigation-module .navigation-container .open-button.search-button {
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button.search-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.search-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    content: '\f002';
  }
  #masthead .navigation-module .navigation-container .open-button.arrow-left:after {
    content: '\f053';
  }
  #masthead .navigation-module .navigation-container .open-button.arrow-right:after {
    content: '\f054';
  }
  #masthead .navigation-module .navigation-container .open-button.plus-button {
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button.plus-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.plus-button:after {
    content: '\2b';
  }
  #masthead .navigation-module .navigation-container .open-button.minus-button {
    padding-right: 0!important;
  }
  #masthead .navigation-module .navigation-container .open-button.minus-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button.minus-button:after {
    content: '\2d';
  }
  #masthead .navigation-module .navigation-container .open-button.close:after {
    content: '\f00d';
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  #masthead .navigation-module .navigation-container .open-button:hover {
    color: #9090BB;
    background-color: transparent;
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    position: absolute!important;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: inherit;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
    -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    content: '\f002';
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    font-size: inherit;
  }
}
#masthead .logo-module {
  position: relative;
  height: 4.5rem;
  padding: 1.25rem 1rem 1.25rem 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .logo-module img {
  height: 3.25rem;
  width: auto;
  aspect-ratio: 254 / 77;
}
body.dark-body #header .masthead-container .logo-module .on-light {
  display: none;
}
body.light-body #header .masthead-container {
  background-color: #FFFFFF;
}
body.light-body #header .masthead-container ul.simple-horizontal-navigation li a {
  color: #262649;
}
body.light-body #header .masthead-container ul.simple-horizontal-navigation li.menu-item-has-children > a:after {
  color: #8383FF;
}
body.light-body #header .masthead-container ul.simple-horizontal-navigation li ul.sub-menu li a {
  color: #FFFFFF;
}
body.light-body #header .masthead-container .logo-module .on-dark {
  display: none;
}
body.light-body #header .masthead-container .menu-button,
body.light-body #header .masthead-container .open-button {
  color: #262649;
}
body.light-body #header .masthead-container .menu-button:before,
body.light-body #header .masthead-container .open-button:before,
body.light-body #header .masthead-container .menu-button:after,
body.light-body #header .masthead-container .open-button:after {
  color: #262649;
}
body.light-body #header .masthead-container .menu-button:hover:before,
body.light-body #header .masthead-container .open-button:hover:before,
body.light-body #header .masthead-container .menu-button:hover:after,
body.light-body #header .masthead-container .open-button:hover:after {
  color: #8383FF;
}
/*************************************************************************
 #Sticky Navigation
**************************************************************************/
.sticky-navigation {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  z-index: 1001;
}
.sticky-navigation:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.sticky-navigation.hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sticky-navigation.visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.sticky-navigation.expanded {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.sticky-navigation.expanded:before {
  opacity: 1;
}
.sticky-navigation.expanded ul.simple-horizontal-navigation li a {
  color: #262649;
}
.sticky-navigation.expanded ul.simple-horizontal-navigation li.menu-item-has-children > a:after {
  color: #8383FF;
}
.sticky-navigation.expanded ul.simple-horizontal-navigation li ul.sub-menu li a {
  color: #FFFFFF;
}
.sticky-navigation.expanded .logo-module .on-dark {
  display: none !important;
  opacity: 0;
}
.sticky-navigation.expanded .logo-module .on-light {
  display: block !important;
  opacity: 1;
}
.sticky-navigation.expanded .menu-button,
.sticky-navigation.expanded .open-button {
  color: #262649 !important;
}
.sticky-navigation.expanded .menu-button:before,
.sticky-navigation.expanded .open-button:before,
.sticky-navigation.expanded .menu-button:after,
.sticky-navigation.expanded .open-button:after {
  color: #262649 !important;
}
.sticky-navigation.expanded .menu-button:hover:before,
.sticky-navigation.expanded .open-button:hover:before,
.sticky-navigation.expanded .menu-button:hover:after,
.sticky-navigation.expanded .open-button:hover:after {
  color: #8383FF !important;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
}
ul.simple-horizontal-navigation li {
  list-style-type: none;
}
ul.simple-horizontal-navigation li ul,
ul.simple-horizontal-navigation li ol {
  margin-top: 0;
}
ul.simple-horizontal-navigation li a {
  text-decoration: none;
}
ul.simple-horizontal-navigation li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 62.5em) {
  ul.simple-horizontal-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
ul.simple-horizontal-navigation li {
  position: relative;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
ul.simple-horizontal-navigation li a {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.125rem;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #FFFFFF;
  font-size: 0.85rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 78.125em) {
  ul.simple-horizontal-navigation li a {
    font-size: 0.95rem;
  }
}
ul.simple-horizontal-navigation li a:hover {
  text-decoration: none;
}
ul.simple-horizontal-navigation li.current-page-ancestor a,
ul.simple-horizontal-navigation li.current-menu-ancestor a {
  color: #8383FF;
}
ul.simple-horizontal-navigation li.menu-item-has-children > a:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  content: '\f078';
  margin-left: 0.5rem;
}
ul.simple-horizontal-navigation li.menu-item-has-children ul li > a:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
ul.simple-horizontal-navigation > li:last-child a {
  background-color: #8383FF;
  border-radius: 5px;
  color: #FFFFFF !important;
}
ul.simple-horizontal-navigation > li:last-child a:hover {
  background-color: #9090BB;
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation li {
  position: relative;
}
ul.simple-horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  min-width: 12rem;
  top: calc(100% + 1rem*2);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #8383FF;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul,
ul.simple-horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  text-decoration: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li a:hover {
  text-decoration: underline;
}
ul.simple-horizontal-navigation li ul.sub-menu * {
  color: #FFFFFF;
}
ul.simple-horizontal-navigation li ul.sub-menu:before,
ul.simple-horizontal-navigation li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
}
ul.simple-horizontal-navigation li ul.sub-menu:before {
  top: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #8383FF;
}
ul.simple-horizontal-navigation li ul.sub-menu:after {
  width: 100%;
  height: 1rem;
  top: -1rem;
  left: 0;
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: inherit;
  text-transform: none;
  line-height: inherit;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
ul.simple-horizontal-navigation li ul.sub-menu li a:hover {
  background-color: #7676ff;
  text-decoration: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li.current-page-ancestor a,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-ancestor a,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-item a {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  background-color: #7676ff;
}
ul.simple-horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  background-color: #8383FF;
}
ul.simple-horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a:hover,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a:hover,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li a:hover {
  background-color: #7676ff;
}
ul.simple-horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.simple-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.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.simple-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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #8383FF;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor a,
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item a {
  background-color: #7676ff;
}
ul.simple-horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.simple-horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1rem);
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
#mobile-off-canvas-navigation {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #262649;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 1001;
}
#mobile-off-canvas-navigation::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 62.5em) {
  #mobile-off-canvas-navigation {
    display: none;
  }
}
#mobile-off-canvas-navigation .menu-title {
  min-height: 3rem;
  padding: 1rem;
}
#mobile-off-canvas-navigation .menu-title p {
  margin-bottom: 0;
  color: #262649;
}
#mobile-off-canvas-navigation .close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  cursor: pointer;
}
#mobile-off-canvas-navigation .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f00d';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation {
  margin-left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  list-style-type: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ol {
  margin-top: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  text-decoration: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a:hover {
  text-decoration: underline;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  position: relative;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  display: block;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: 90%;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid #191930;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a:hover {
  background-color: #191930;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li:first-child a {
  border-top: 1px solid #191930;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item a {
  background-color: #191930;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #191930;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li {
  position: relative;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a {
  color: #FFFFFF;
  padding-left: 2rem;
  border-top: 1px solid #151527;
  border-bottom: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a:hover {
  background-color: #151527;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > a {
  background-color: #151527;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  background-color: #151527;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 3.5rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a:hover {
  background-color: #10101f;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > a {
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  background-color: #10101f;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation > li:last-child a {
  margin: 1rem;
  background-color: #8383FF;
  border-bottom: none;
  font-family: "Instrument Sans Variable", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  letter-spacing: 1px;
  font-optical-sizing: none;
  color: #FFFFFF;
  font-size: 0.85rem;
  border-radius: 0.25rem;
  text-align: center;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation > li:last-child a:hover {
  background-color: #FFFFFF;
}
.show-menu #mobile-off-canvas-navigation {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
/* 
Use: Footer
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Consultation Sticky Widget
**************************************************************************/
.consultation-sticky-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  z-index: 1003;
}
.consultation-sticky-widget .image {
  width: 4rem;
  border-radius: 2rem;
  overflow: hidden;
}
/*************************************************************************
 #Consultation Form
**************************************************************************/
.consultation-form {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 38, 73, 0.7);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: 1005;
}
.consultation-form .form-container {
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.consultation-form .form-container .close-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  cursor: pointer;
}
.consultation-form .form-container .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #8383FF;
  content: '\f00d';
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  -webkit-transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.consultation-form .form-container .close-button:hover {
  color: #9090BB;
}
.show-form .consultation-form {
  visibility: visible;
  opacity: 1;
}
.show-form .consultation-form .form-container {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*************************************************************************
 #Quick Contacts
**************************************************************************/
ul.quick-contacts {
  margin-left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
}
ul.quick-contacts li {
  list-style-type: none;
}
ul.quick-contacts li ul,
ul.quick-contacts li ol {
  margin-top: 0;
}
ul.quick-contacts li a {
  text-decoration: none;
}
ul.quick-contacts li a:hover {
  text-decoration: underline;
}
ul.quick-contacts li a {
  color: #403F42;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
}
/*************************************************************************
 #Social Networks
**************************************************************************/
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.social p {
  margin: 0;
}
.social .social-links li {
  margin: 0;
}
.social .social-links li a i:before {
  color: #62D2F4 !important;
}
.social .social-links li a:hover {
  opacity: 0.75;
}
/*************************************************************************
 #Credit Link
**************************************************************************/
.credit-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* 
Use: Setup
Scope: All devices
Theme: Eclipse HR v1.0
Copyright 2024, © Eclipse HR
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */