/*
Theme Name: Barnardo's Warwickshire V1.0
Theme URI: https://www.warwickshiresendiass.co.uk/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: Barnardo's Warwickshire website theme
Version: 1.0
License: All work ©2024 Supersonic Playground Ltd. Not for public use.
License URI: https://www.warwickshiresendiass.co.uk/
Text Domain: warwickshiresendiass
*/
/* 
Use: Reset
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
@import url("https://use.typekit.net/mgu1slu.css");
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
Use: Mixins
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
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 {
  box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-close {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-even {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
/*************************************************************************
 #Border Radius
**************************************************************************/
.rounded-corners {
  border-radius: 0.75rem;
}
.rounded-corners-top {
  border-radius: 0.75rem 0.75rem 0 0;
}
.rounded-corners-bottom {
  border-radius: 0 0 0.75rem 0.75rem;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Border Style
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #5358C3;
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Sharp", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Link in Circle
**************************************************************************/
.link-circle {
  margin-inline-start: auto;
  display: grid;
  place-items: center;
  background-color: white;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 2.5rem;
  margin-block-start: auto;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-circle::before {
  content: "\f054";
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #5358C3;
  font-size: 1.2rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-circle.blue-link {
  background-color: #5358C3;
}
.link-circle.blue-link::before {
  color: white;
}
.link-circle:hover,
.link-circle:focus {
  background-color: #E38EBA;
}
.link-circle:hover::before,
.link-circle:focus::before {
  color: white;
}
.link-circle:active {
  position: relative;
  top: 1px;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/* 
Use: Measurements
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
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: 110%;
  }
}
@media screen and (min-width: 93.75em) {
  html {
    font-size: 120%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/*
Use: Colours
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys ------------------------------------------------------------------------ */
/* #Green ------------------------------------------------------------------------ */
/* #Blues ------------------------------------------------------------------------ */
/* #Magenta ------------------------------------------------------------------------ */
/* #Facebook ------------------------------------------------------------------------ */
/* #Twitter ------------------------------------------------------------------------ */
/* #YouTube ------------------------------------------------------------------------ */
/* #LinkedIn ------------------------------------------------------------------------ */
/* #LinkedIn ------------------------------------------------------------------------ */
/* #Instagram ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
/* #Light or Dark for Sections ------------------------------------------------------------------------ */
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5 {
  color: #5358C3;
}
.light-section h1 a,
.light-section h2 a,
.light-section h3 a,
.light-section h4 a,
.light-section h5 a {
  color: #5358C3;
}
.light-section p,
.light-section ul,
.light-section li,
.light-section label {
  color: #1A1C3C;
}
.light-section a {
  color: #C71D75;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5 {
  color: #FFFFFF;
}
.dark-section p,
.dark-section ul,
.dark-section li,
.dark-section label {
  color: #FFFFFF;
}
.dark-section a {
  color: #FFFFFF;
}
/* #Section Colours ------------------------------------------------------------------------ */
.white-section {
  background-color: #FFFFFF;
}
.green-section {
  background-color: #A9CDCD;
}
.green-section p,
.green-section ul,
.green-section li,
.green-section label,
.green-section .nf-field-element {
  color: #5358C3;
}
.green-section a {
  color: #5358C3;
}
.green-section h1,
.green-section h2,
.green-section h3,
.green-section h4,
.green-section h5 {
  color: #FFFFFF;
}
.blue-section {
  background-color: #5358C3;
}
.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5 {
  color: #FFFFFF;
}
.blue-section p,
.blue-section ul,
.blue-section li,
.blue-section label {
  color: #FFFFFF;
}
.blue-section a {
  color: #FFFFFF;
}
.blue-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.blue-section nf-field .nf-error .ninja-forms-field {
  box-shadow: 0 0 0 1px #9D9D9D;
}
.blue-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #5358C3 !important;
}
.light-blue-section {
  background-color: #98A2D8;
}
.light-blue-section h1,
.light-blue-section h2,
.light-blue-section h3,
.light-blue-section h4,
.light-blue-section h5 {
  color: #FFFFFF;
}
.light-blue-section p,
.light-blue-section ul,
.light-blue-section li,
.light-blue-section label {
  color: #FFFFFF;
}
.light-blue-section a {
  color: #FFFFFF;
}
.light-blue-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.light-blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.light-blue-section nf-field .nf-error .ninja-forms-field {
  box-shadow: 0 0 0 1px #9D9D9D;
}
.light-blue-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #5358C3 !important;
}
.magenta-section {
  background-color: #C71D75;
}
.magenta-section h1,
.magenta-section h2,
.magenta-section h3,
.magenta-section h4,
.magenta-section h5 {
  color: #FFFFFF;
}
.magenta-section p,
.magenta-section ul,
.magenta-section li,
.magenta-section label {
  color: #FFFFFF;
}
.magenta-section a {
  color: #FFFFFF;
}
.magenta-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.magenta-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.magenta-section nf-field .nf-error .ninja-forms-field {
  box-shadow: 0 0 0 1px #9D9D9D;
}
.magenta-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #5358C3 !important;
}
.green-section {
  background-color: #539B9A;
}
.green-section h1,
.green-section h2,
.green-section h3,
.green-section h4,
.green-section h5 {
  color: #5358C3;
}
.green-section h1 a,
.green-section h2 a,
.green-section h3 a,
.green-section h4 a,
.green-section h5 a {
  color: #5358C3;
}
.green-section p,
.green-section ul,
.green-section li,
.green-section label {
  color: #1A1C3C;
}
.green-section a {
  color: #C71D75;
}
.mid-green-section {
  background-color: #DDECEC;
}
.mid-green-section h1,
.mid-green-section h2,
.mid-green-section h3,
.mid-green-section h4,
.mid-green-section h5 {
  color: #5358C3;
}
.mid-green-section h1 a,
.mid-green-section h2 a,
.mid-green-section h3 a,
.mid-green-section h4 a,
.mid-green-section h5 a {
  color: #5358C3;
}
.mid-green-section p,
.mid-green-section ul,
.mid-green-section li,
.mid-green-section label {
  color: #1A1C3C;
}
.mid-green-section a {
  color: #C71D75;
}
.light-green-section {
  background-color: #F6FAFA;
}
.light-green-section h1,
.light-green-section h2,
.light-green-section h3,
.light-green-section h4,
.light-green-section h5 {
  color: #5358C3;
}
.light-green-section h1 a,
.light-green-section h2 a,
.light-green-section h3 a,
.light-green-section h4 a,
.light-green-section h5 a {
  color: #5358C3;
}
.light-green-section p,
.light-green-section ul,
.light-green-section li,
.light-green-section label {
  color: #1A1C3C;
}
.light-green-section a {
  color: #C71D75;
}
.light-grey-section {
  background-color: #D7D7D7;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5 {
  color: #5358C3;
}
.light-grey-section h1 a,
.light-grey-section h2 a,
.light-grey-section h3 a,
.light-grey-section h4 a,
.light-grey-section h5 a {
  color: #5358C3;
}
.light-grey-section p,
.light-grey-section ul,
.light-grey-section li,
.light-grey-section label {
  color: #1A1C3C;
}
.light-grey-section a {
  color: #C71D75;
}
.green-section input[type="text"],
.blue-section input[type="text"],
.light-green-section input[type="text"],
.green-section input[type="password"],
.blue-section input[type="password"],
.light-green-section input[type="password"],
.green-section input[type="email"],
.blue-section input[type="email"],
.light-green-section input[type="email"],
.green-section input[type="number"],
.blue-section input[type="number"],
.light-green-section input[type="number"],
.green-section input[type="tel"],
.blue-section input[type="tel"],
.light-green-section input[type="tel"],
.green-section input[type="search"],
.blue-section input[type="search"],
.light-green-section input[type="search"],
.green-section input[type="checkbox"],
.blue-section input[type="checkbox"],
.light-green-section input[type="checkbox"],
.green-section input[type="radio"],
.blue-section input[type="radio"],
.light-green-section input[type="radio"],
.green-section select,
.blue-section select,
.light-green-section select,
.green-section textarea,
.blue-section textarea,
.light-green-section textarea {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 1px #FFFFFF;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.outer-container.white-section:not(.full-width-container) + .outer-container.white-section,
.outer-container.green-section:not(.full-width-container) + .outer-container.green-section,
.outer-container.blue-section:not(.full-width-container) + .outer-container.blue-section,
.outer-container.light-green-section:not(.full-width-container) + .outer-container.light-green-section,
.outer-container.magenta-section:not(.full-width-container) + .outer-container.magenta-section {
  padding-top: 0;
}
/*
Use: Typography
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: "Font Awesome 6 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 6 Pro";
  src: url("fonts/fa-regular-400.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 6 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 6 Sharp";
  src: url("fonts/fa-sharp-solid-900.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.puffin-soft-regular {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.puffin-soft-medium {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.puffin-soft-semi-bold {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.puffin-soft-bold {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.puffin-soft-extra-bold {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.puffin-soft-black {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.fal,
.fab,
.far,
.fas,
.fass {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fab {
  font-family: "Font Awesome 6 Brands", "Helvetica", "Arial", sans-serif;
}
.far {
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.fas {
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
}
.fass {
  font-family: "Font Awesome 6 Sharp", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::selection {
  background-color: #5358C3;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #5358C3;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1C3C;
  line-height: 1.4;
}
h1 {
  font-size: 2.375rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
p {
  line-height: 1.4;
}
.small,
.small p {
  font-size: 0.75rem;
}
.medium,
.medium p {
  font-size: 0.9rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5358C3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #5358C3;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #98A2D8;
}
h1,
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;
}
.subtitle {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5358C3;
  text-decoration: none;
  word-break: break-word;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
a.link-wrapper {
  display: block;
}
.with-underline-link {
  position: relative;
}
.with-underline-link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #5358C3;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-underline-link:hover:after {
  height: 4px;
  border-radius: 4px;
  background-color: #C71D75;
}
p a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
p a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #5358C3;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
p a:hover:after {
  height: 4px;
  border-radius: 4px;
  background-color: #C71D75;
}
.white-section p a,
.light-green-section p a {
  color: #5358C3;
}
.white-section p a:after,
.light-green-section p a:after {
  background-color: #5358C3;
}
.white-section p a:hover:after,
.light-green-section p a:hover:after {
  background-color: rgba(83, 88, 195, 0.25);
}
strong {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
}
em {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
}
.standfirst p {
  color: #98A2D8;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.big-text {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5358C3 !important;
  line-height: 1;
  font-size: 2.75rem;
}
.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: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #First Content
**************************************************************************/
.first-content {
  padding-top: 8rem;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 1.5%;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 4%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 6%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
.right-to-left > * {
  margin-right: 3%;
  margin-left: 0;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 40.625em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 40.625em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 40.625em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 40.625em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 40.625em) {
  .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: 40.625em) {
  .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: 40.625em) {
  .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-percentage-margin-bottom {
  margin-bottom: 3%;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.vertical-padding-top {
  padding-top: 4rem;
}
.vertical-padding-bottom {
  padding-bottom: 4rem;
}
.vertical-half-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.vertical-half-padding-top {
  padding-top: 2rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 2rem;
}
.vertical-quarter-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.vertical-quarter-padding-top {
  padding-top: 1rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 1rem;
}
.vertical-eighth-padding {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.5rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.5rem;
}
/*************************************************************************
 #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: 4rem;
}
.internal-half-padding {
  padding: 2rem;
}
.internal-quarter-padding {
  padding: 1rem;
}
.internal-eighth-padding {
  padding: 0.5rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 3%*2);
  gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .nested {
    justify-content: inherit;
  }
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Full Width Modules
**************************************************************************/
.full-width-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .full-width-container {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
.full-width-container .one-third-page {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 40.625em) {
  .full-width-container .one-third-page {
    width: calc(33.3% - (1rem*1.5 / 1.5));
    margin-bottom: 1.5rem;
  }
}
.full-width-container .full-width {
  position: relative;
  width: 100%;
}
.full-width-container .half-width {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .full-width-container .half-width {
    width: 50%;
  }
}
.full-width-container .half-width.image {
  min-height: 20rem;
}
.full-width-container .half-width.image .responsive-image-crop {
  min-height: 100%;
}
.full-width-container .half-width.content {
  display: flex;
  align-items: center;
  padding: 3rem 1.5rem;
  margin-right: auto;
}
@media screen and (min-width: 62.5em) {
  .full-width-container .half-width.content {
    padding: 3rem 0;
    width: calc((94.746% - 4%) / 2);
  }
}
@media screen and (min-width: 78.125em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 8%) / 2);
  }
}
@media screen and (min-width: 93.75em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 12%) / 2);
  }
}
@media screen and (min-width: 109.375em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 16%) / 2);
  }
}
@media screen and (min-width: 125em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 20%) / 2);
  }
}
@media screen and (min-width: 62.5em) {
  .full-width-container .half-width.content {
    padding-left: 3%;
  }
}
.full-width-container.right-to-left .content {
  padding-right: 3%;
  margin-left: auto;
}
.full-width-container.right-to-left .image {
  margin-right: 0;
}
/*************************************************************************
 #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%;
  padding-left: 3rem;
  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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 15rem;
}
.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%;
    padding-left: 3rem;
    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%;
    padding-left: 3rem;
    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%;
    padding-left: 3rem;
    float: right;
  }
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  column-gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/*************************************************************************
 #Negative Margin Styles for 'Pop-out' Images
**************************************************************************/
.pulled-in-margin {
  margin-block: -2rem;
}
.pulled-out-margin {
  margin-block: 5rem;
}
.pulled-in-by-one {
  margin-block: -1rem;
}
.pulled-out-by-one {
  margin-block: 1rem;
}
/*************************************************************************
 #Resource Pages
**************************************************************************/
.resource-details {
  background-color: #EDF2F2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 46.875em) {
  .resource-details {
    margin-block-start: -10rem;
  }
}
.resource-details strong {
  color: #C71D75;
  text-transform: uppercase;
  font-weight: 400;
}
/*
Use: Image Treatments
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.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: #1A1C3C;
  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%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  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%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  object-fit: cover;
}
.responsive-image-fit .image-container img {
  object-fit: contain;
}
/*************************************************************************
 #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:3 Ratio ------------------------------------------------------------------------ */
.one-by-one-three {
  padding-bottom: 130%;
}
/* #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;
  border-radius: 0.75rem;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  z-index: 1;
}
.video-container .placeholder {
  cursor: pointer;
  z-index: 2;
}
.video-container .placeholder:after {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f04b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -3px;
  font-size: 1.25rem;
  line-height: 3.125rem;
  background-color: #C71D75;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
/*
Use: UI
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .button.large {
    padding: 0 1rem;
  }
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .button.wide {
    padding: 0 1rem;
  }
}
.button.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
.button.blue-button:hover {
  background-color: #98A2D8;
}
.button.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.button.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.button.blue-button-underlined:hover {
  color: #FFFFFF;
}
.button.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.button.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.button.magenta-button:hover {
  background-color: #E38EBA;
}
.button.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.button.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.button.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.button.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.button.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
.button.white-button:hover {
  background-color: #9D9D9D;
}
.button.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.button.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.button.white-button-underlined:hover {
  color: #C71D75;
}
.button.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.button.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.button.magenta-button:hover {
  background-color: #539B9A;
}
.button.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.button.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.button.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.button.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.button.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.button.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.text-button-with-icon {
  padding-right: 0!important;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0!important;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
.button.reset {
  letter-spacing: 0.5px;
}
.button.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.button.reset:hover:after {
  transform: rotate(-360deg);
}
.block-link {
  display: block;
}
.block-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #C71D75;
  font-size: 1rem;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 0.9rem;
  color: #C71D75;
  margin-right: 1rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
/*************************************************************************
 #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 *,
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: #C71D75;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  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: #FFFFFF;
  color: #C71D75;
}
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;
  text-rendering: auto;
  font-family: "Font Awesome 6 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 {
  display: grid;
  place-items: center;
  position: relative;
  display: inline-block;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0.25rem;
  background-color: #C71D75;
  border-radius: 2.5rem;
  border: 1px solid #C71D75;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  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: #FFFFFF;
  color: #C71D75;
}
.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%;
  left: 0;
  line-height: 2.5rem;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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-facet-pagination .facetwp-page:hover,
.facetwp-facet-pagination_page_numbers .facetwp-page:hover,
.facetwp-facet-pagination .facetwp-page:focus,
.facetwp-facet-pagination_page_numbers .facetwp-page:focus {
  background-color: #5358C3;
  color: white;
  border-color: currentcolor;
}
/*************************************************************************
 #FacetWP
**************************************************************************/
/* #Core Styles ------------------------------------------------------------------------ */
.facetwp-facet:not(:last-child) {
  margin-bottom: 1rem !important;
}
.facetwp-template {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-template.loading {
  opacity: 0.3;
}
/*************************************************************************
 #Filtering
**************************************************************************/
/* #Filter Bar ------------------------------------------------------------------------ */
.filter-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
  gap: 0.5rem;
}
@media screen and (max-width: 31.25em) {
  .filter-bar > * {
    flex: 1;
  }
}
.filter-bar select {
  width: 100%;
}
/*************************************************************************
 #Ajax Search Pro
**************************************************************************/
.wpdreams_asl_container,
.ajaxsearchpro {
  overflow: visible!important;
  background: #FFFFFF !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: #5358C3 !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;
  text-rendering: auto;
  font-family: "Font Awesome 6 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: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #9D9D9D !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: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #9D9D9D !important;
  font-size: 1rem !important;
  line-height: 2.5rem !important;
  border: none!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: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #9D9D9D !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: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #9D9D9D !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;
  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: #98A2D8 !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: #5358C3 !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;
  box-shadow: 0 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;
  animation: none!important;
}
.asp_r .results .item.hovered {
  background-image: none!important;
}
.asp_r .results .item:hover,
.asp_r .results .item.hovered {
  background-color: #9D9D9D !important;
}
.asp_r .results .item:after {
  left: 0;
  background-color: #9D9D9D !important;
}
.asp_r .results .item .asp_content {
  font-family: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #9D9D9D !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: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #9D9D9D !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: #5358C3 !important;
}
/*
Use: Forms
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
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;
}
@media screen and (min-width: 46.875em) {
  ul.two-columns,
  ol.two-columns {
    column-count: 2;
    column-gap: 4%;
  }
}
ul.two-columns li a,
ol.two-columns li a {
  background: none;
  border: none;
}
ul.two-columns li ul,
ol.two-columns li ul {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Contact Links
**************************************************************************/
.contact-links {
  margin-left: 0;
}
.contact-links li {
  list-style-type: none;
}
.contact-links li ul,
.contact-links li ol {
  margin-top: 0;
}
.contact-links li {
  display: flex;
  align-items: center;
  align-items: flex-start;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.contact-links li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #A9CDCD;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
}
.contact-links li.email:before {
  content: '\f0e0';
}
.contact-links li.telephone:before {
  content: '\f879';
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
}
.icon-list li {
  list-style-type: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
}
.icon-list li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #C71D75;
  position: relative;
}
.icon-list li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #5358C3;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-list li a:hover:after {
  height: 4px;
  border-radius: 4px;
  background-color: #C71D75;
}
.icon-list li a:after {
  background-color: #C71D75;
}
.icon-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #98A2D8;
  font-size: 1.125rem;
  position: absolute;
  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;
  text-rendering: auto;
  font-family: "Font Awesome 6 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 {
  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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  content: '\f00c';
  font-size: 1rem;
  color: #C71D75;
}
.tick-list.two-column {
  display: flex;
  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( .social-links, .contact-list ) {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul:not( .social-links, .contact-list ) li {
  list-style-type: none;
}
.content-module ul:not( .social-links, .contact-list ) li ul,
.content-module ul:not( .social-links, .contact-list ) li ol {
  margin-top: 0;
}
.content-module ul:not( .social-links, .contact-list ) li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}
.content-module ul:not( .social-links, .contact-list ) li:last-child {
  margin-bottom: 0;
}
.content-module ul:not( .social-links, .contact-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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  content: '\f00c';
  font-size: 1rem;
  color: #C71D75;
}
.content-module ul:not( .social-links, .contact-list ).two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.content-module ul:not( .social-links, .contact-list ).two-column li {
  width: calc(50% - 1rem*0.5);
}
.content-module ul:not( .social-links, .contact-list ) li h3,
.content-module ul:not( .social-links, .contact-list ) li h4,
.content-module ul:not( .social-links, .contact-list ) li h5,
.content-module ul:not( .social-links, .contact-list ) li h6 {
  margin-bottom: 0;
}
/*************************************************************************
 #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 {
  display: flex;
  align-items: center;
  align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
}
.contact-list li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #C71D75;
  position: relative;
}
.contact-list li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #5358C3;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.contact-list li a:hover:after {
  height: 4px;
  border-radius: 4px;
  background-color: #C71D75;
}
.contact-list li a:after {
  background-color: #C71D75;
}
.contact-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #98A2D8;
  font-size: 1.125rem;
  position: absolute;
  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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Brands", "Helvetica", "Arial", sans-serif;
  content: '\f0e1';
}
.contact-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #C71D75;
}
.contact-list li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5358C3;
}
.contact-list li a:hover {
  color: #98A2D8;
}
.contact-list li a:after {
  content: unset;
}
.contact-list li.telephone:before {
  content: '\f095';
}
.contact-list li.email:before {
  content: '\f0e0';
}
/*************************************************************************
 #Social Links
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
ul.social-links {
  margin-left: 0;
  display: flex;
  gap: 0.75rem;
}
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 {
  position: relative;
}
ul.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.social-links li i {
  display: flex;
}
ul.social-links li i:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Brands", "Helvetica", "Arial", sans-serif;
  color: #C71D75;
  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';
}
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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f0e0';
}
/* #Follow Module ------------------------------------------------------------------------ */
.footer-follow-module ul.social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  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,
.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;
}
.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: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero
**************************************************************************/
.hero.with-background-graphic {
  background-image: url('img/backgrounds/logo-faded.svg');
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 25%;
}
@media screen and (min-width: 46.875em) {
  .hero:has( :not( .with-background-graphic )) .one-third-page {
    width: 37.415%;
  }
  .hero:has( :not( .with-background-graphic )) .two-thirds-page {
    width: 53.581%;
  }
}
/* #Simple ------------------------------------------------------------------------ */
.hero-simple {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 80vh;
}
.hero-full,
.hero-half,
.hero-plain,
.hero-image,
.page-hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 80vh;
  background-color: #5358C3;
}
.hero-full h1,
.hero-half h1,
.hero-plain h1,
.hero-image h1,
.page-hero h1,
.hero-full h2,
.hero-half h2,
.hero-plain h2,
.hero-image h2,
.page-hero h2,
.hero-full h3,
.hero-half h3,
.hero-plain h3,
.hero-image h3,
.page-hero h3,
.hero-full h4,
.hero-half h4,
.hero-plain h4,
.hero-image h4,
.page-hero h4,
.hero-full h5,
.hero-half h5,
.hero-plain h5,
.hero-image h5,
.page-hero h5 {
  color: #FFFFFF;
}
.hero-full p,
.hero-half p,
.hero-plain p,
.hero-image p,
.page-hero p,
.hero-full ul,
.hero-half ul,
.hero-plain ul,
.hero-image ul,
.page-hero ul,
.hero-full li,
.hero-half li,
.hero-plain li,
.hero-image li,
.page-hero li,
.hero-full label,
.hero-half label,
.hero-plain label,
.hero-image label,
.page-hero label {
  color: #FFFFFF;
}
.hero-full a,
.hero-half a,
.hero-plain a,
.hero-image a,
.page-hero a {
  color: #FFFFFF;
}
.hero-full nf-field .ninja-forms-req-symbol,
.hero-half nf-field .ninja-forms-req-symbol,
.hero-plain nf-field .ninja-forms-req-symbol,
.hero-image nf-field .ninja-forms-req-symbol,
.page-hero nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.hero-full nf-field .nf-fu-progress .nf-fu-progress-bar,
.hero-half nf-field .nf-fu-progress .nf-fu-progress-bar,
.hero-plain nf-field .nf-fu-progress .nf-fu-progress-bar,
.hero-image nf-field .nf-fu-progress .nf-fu-progress-bar,
.page-hero nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.hero-full nf-field .nf-error .ninja-forms-field,
.hero-half nf-field .nf-error .ninja-forms-field,
.hero-plain nf-field .nf-error .ninja-forms-field,
.hero-image nf-field .nf-error .ninja-forms-field,
.page-hero nf-field .nf-error .ninja-forms-field {
  box-shadow: 0 0 0 1px #9D9D9D;
}
.hero-full .nf-error-msg,
.hero-half .nf-error-msg,
.hero-plain .nf-error-msg,
.hero-image .nf-error-msg,
.page-hero .nf-error-msg {
  background-color: #FFFFFF;
  color: #5358C3 !important;
}
.hero-full input[type="text"],
.hero-half input[type="text"],
.hero-plain input[type="text"],
.hero-image input[type="text"],
.page-hero input[type="text"],
.hero-full input[type="password"],
.hero-half input[type="password"],
.hero-plain input[type="password"],
.hero-image input[type="password"],
.page-hero input[type="password"],
.hero-full input[type="email"],
.hero-half input[type="email"],
.hero-plain input[type="email"],
.hero-image input[type="email"],
.page-hero input[type="email"],
.hero-full input[type="number"],
.hero-half input[type="number"],
.hero-plain input[type="number"],
.hero-image input[type="number"],
.page-hero input[type="number"],
.hero-full input[type="tel"],
.hero-half input[type="tel"],
.hero-plain input[type="tel"],
.hero-image input[type="tel"],
.page-hero input[type="tel"],
.hero-full input[type="search"],
.hero-half input[type="search"],
.hero-plain input[type="search"],
.hero-image input[type="search"],
.page-hero input[type="search"],
.hero-full input[type="checkbox"],
.hero-half input[type="checkbox"],
.hero-plain input[type="checkbox"],
.hero-image input[type="checkbox"],
.page-hero input[type="checkbox"],
.hero-full input[type="radio"],
.hero-half input[type="radio"],
.hero-plain input[type="radio"],
.hero-image input[type="radio"],
.page-hero input[type="radio"],
.hero-full select,
.hero-half select,
.hero-plain select,
.hero-image select,
.page-hero select,
.hero-full textarea,
.hero-half textarea,
.hero-plain textarea,
.hero-image textarea,
.page-hero textarea {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.hero-full .key-benefit:before,
.hero-half .key-benefit:before,
.hero-plain .key-benefit:before,
.hero-image .key-benefit:before,
.page-hero .key-benefit:before {
  color: #FFFFFF;
}
.hero-full:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f078';
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: center;
  will-change: transform;
  animation: bounce 2s infinite;
}
.hero-image {
  position: relative;
  background-color: #1A1C3C;
}
.hero-image .hero-content h1,
.hero-image .hero-content p {
  color: #FFFFFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.hero-image .image-container:after,
.hero-image .video-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
}
.hero-image.low-opacity .image-container:after,
.hero-image.low-opacity .video-container:after {
  background-color: rgba(83, 88, 195, 0.5);
}
.hero-image.bottom-gradient .image-container:after,
.hero-image.bottom-gradient .video-container:after {
  background-image: linear-gradient(180deg, rgba(98, 124, 143, 0) 0%, rgba(51, 70, 86, 0.6) 50%);
}
.hero-image.left-gradient .image-container:after,
.hero-image.left-gradient .video-container:after {
  background-image: linear-gradient(270deg, rgba(157, 157, 157, 0) 0%, rgba(83, 88, 195, 0.75) 100%);
}
.hero-image.right-gradient .image-container:after,
.hero-image.right-gradient .video-container:after {
  background-image: linear-gradient(90deg, rgba(157, 157, 157, 0) 0%, rgba(83, 88, 195, 0.75) 100%);
}
.hero-logo .responsive-background-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-video-background .video-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-half {
  min-height: 40vh;
}
.hero-half .image-container:after,
.hero-half .video-container:after {
  height: 75%;
}
.hero-plain {
  min-height: 45vh;
}
@media screen and (min-width: 62.5em) {
  .hero-plain {
    min-height: 25vh;
  }
}
.outer-container.hero-plain.hero-half.pulled-out-by-one {
  padding-block: 2rem;
}
@media screen and (min-width: 62.5em) {
  .outer-container.hero-plain.hero-half.pulled-out-by-one {
    padding-block: inherit;
  }
}
.hero-homepage {
  background-color: #539B9A;
  margin-block: 2rem 5rem;
}
.hero-homepage .hero-half:has(+ .search-bar) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.hero-homepage .hero-half + .search-bar {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hero-homepage .hero-content {
  z-index: 2;
}
.hero-homepage .image:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, rgba(139, 145, 227, 0) 23%, rgba(27, 33, 150, 0.7) 100%);
}
.hero-plain h1 {
  font-size: 2rem;
}
.hero-plain p {
  font-size: 1rem;
}
.hero-content-left-logo-right {
  background-color: #5358C3;
  background-image: url('img/backgrounds/logo-faded.svg');
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 25%;
  position: relative;
}
.hero-content-left-logo-right * {
  color: #FFFFFF;
}
.hero-content-left-logo-right .standfirst p {
  color: #FFFFFF;
  font-size: 0.9rem;
}
.hero-content-left-logo-right div:has(#breadcrumbs) {
  position: relative;
}
.hero-content-left-logo-right #breadcrumbs {
  position: absolute;
  top: 1rem;
  font-size: 0.7rem;
}
.centred-text-right-logo,
.hero-content-centred-logo-right {
  justify-items: center;
  background-color: #5358C3;
  background-image: url('img/backgrounds/logo-faded.svg');
  background-repeat: no-repeat;
  background-position: top 50% right -10%;
  background-size: 30%;
  min-height: 40vh;
}
.centred-text-right-logo h1,
.hero-content-centred-logo-right h1,
.centred-text-right-logo .standfirst p,
.hero-content-centred-logo-right .standfirst p,
.centred-text-right-logo p#breadcrumbs,
.hero-content-centred-logo-right p#breadcrumbs {
  color: #FFFFFF;
}
.hero-content-container {
  padding: 2rem;
}
@media screen and (min-width: 46.875em) {
  .hero-content-container {
    padding: 4rem;
  }
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
#breadcrumbs {
  font-size: 0.85rem;
  line-height: 1.75;
}
/*************************************************************************
 #Floating Box
**************************************************************************/
.floating-box {
  border-radius: 0.75rem;
}
.floating-box.with-link {
  will-change: transform;
  transform: scale(1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.floating-box.with-link .content h3 {
  text-transform: none;
}
.floating-box.with-link .content .text-link {
  color: #C71D75;
}
.floating-box.with-link .content.file:after {
  content: '\f33d';
}
.floating-box.with-link:hover {
  transform: scale(1.015);
}
.floating-box.with-link:hover .content .text-link:after {
  margin-left: 0.125rem;
}
.floating-box.with-link:hover .content.file:after {
  bottom: 0.75rem;
}
.floating-box.with-link:active {
  transform: scale(1);
}
.floating-box.with-link:active:after {
  opacity: 0;
}
/*************************************************************************
 #Date
**************************************************************************/
.date {
  position: absolute;
  top: 0.75rem;
  left: -0.75rem;
  padding: 0.5rem 1rem;
  background-color: #C71D75;
  border-radius: 0.5rem;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
  z-index: 1;
}
/*************************************************************************
 #Block Grid Modules
**************************************************************************/
.block-grid-module {
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  background-color: #F6FAFA;
}
.block-grid-module.with-link {
  will-change: transform;
  transform: scale(1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-module.with-link .content h3 {
  text-transform: none;
}
.block-grid-module.with-link .content .text-link {
  color: #C71D75;
}
.block-grid-module.with-link .content.file:after {
  content: '\f33d';
}
.block-grid-module.with-link:hover {
  transform: scale(1.015);
}
.block-grid-module.with-link:hover .content .text-link:after {
  margin-left: 0.125rem;
}
.block-grid-module.with-link:hover .content.file:after {
  bottom: 0.75rem;
}
.block-grid-module.with-link:active {
  transform: scale(1);
}
.block-grid-module.with-link:active:after {
  opacity: 0;
}
.block-grid-module h1,
.block-grid-module h2,
.block-grid-module h3,
.block-grid-module h4,
.block-grid-module h5 {
  color: #5358C3;
}
.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: #5358C3;
}
.block-grid-module p,
.block-grid-module ul,
.block-grid-module li,
.block-grid-module label {
  color: #1A1C3C;
}
.block-grid-module a {
  color: #C71D75;
}
.block-grid-module :is(h2,h3) {
  font-size: 1rem;
}
.block-grid-module.plain {
  background-color: transparent;
}
.block-grid-module.plain .content {
  padding: 1rem 0 0;
}
.block-grid-module figure {
  border-radius: 0.5rem 0.5rem 0 0;
}
.news-posts .module-link {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.module-link .content {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column wrap;
}
.module-link .content .link-circle {
  align-self: flex-start;
  margin-block-start: auto;
}
.content-blocks .content-block h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: normal;
  background-color: #C71D75;
  padding: 0.75rem;
  width: 100%;
}
.block-grid-modular-simple article {
  background-color: white;
  padding: 1.5rem;
}
/*************************************************************************
 #Block Grid Modular
**************************************************************************/
.block-grid-modular article {
  background-color: #5358C3;
  display: flex;
  flex-flow: column wrap;
}
.block-grid-modular article * {
  color: #FFFFFF;
}
.block-grid-modular article .content {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.block-grid-modular article .content p {
  margin-block-end: 1rem;
}
.block-grid-modular article:nth-of-type(2) {
  background-color: #C71D75;
}
.block-grid-modular article:nth-of-type(3) {
  background-color: #539B9A;
}
/*************************************************************************
 #Vertical Listing Modules
**************************************************************************/
.vertical-listing-module {
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.vertical-listing-module.with-link {
  will-change: transform;
  transform: scale(1);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.vertical-listing-module.with-link .content h3 {
  text-transform: none;
}
.vertical-listing-module.with-link .content .text-link {
  color: #C71D75;
}
.vertical-listing-module.with-link .content.file:after {
  content: '\f33d';
}
.vertical-listing-module.with-link:hover {
  transform: scale(1.015);
}
.vertical-listing-module.with-link:hover .content .text-link:after {
  margin-left: 0.125rem;
}
.vertical-listing-module.with-link:hover .content.file:after {
  bottom: 0.75rem;
}
.vertical-listing-module.with-link:active {
  transform: scale(1);
}
.vertical-listing-module.with-link:active:after {
  opacity: 0;
}
.vertical-listing-module.with-image {
  overflow: hidden;
}
.vertical-listing-module.with-image .image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .vertical-listing-module.with-image .image {
    aspect-ratio: 2 / 1;
    height: 100%;
    width: 33.3%;
  }
}
.vertical-listing-module.with-image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vertical-listing-module.with-image .content {
  padding: calc(1rem*1.5 + (1.5rem / 2)) 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .vertical-listing-module.with-image .content {
    height: 100%;
    width: 66.6%;
    padding: 2rem;
  }
}
.vertical-listing-module.with-image .content .date {
  position: absolute;
  margin: unset;
  margin-top: -3rem;
  left: 0;
}
@media screen and (min-width: 40.625em) {
  .vertical-listing-module.with-image .content .date {
    margin: unset;
    top: 1.5rem;
  }
}
.vertical-listing-module.mini-listing {
  min-height: 7.25rem;
  width: 100%;
  background-color: #EDF2F2;
}
.vertical-listing-module.mini-listing .image {
  aspect-ratio: unset;
  position: absolute;
  height: 100%;
  width: 33.3%;
}
.vertical-listing-module.mini-listing .content {
  padding: 1rem 5.5rem 1rem 1rem !important;
}
.vertical-listing-module.mini-listing .content h3 {
  color: #5358C3;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.vertical-listing-module.mini-listing.with-link .content {
  padding: 1rem 3.5rem 1rem calc(33.3% + 1rem*1.5) !important;
  width: 100%;
}
.vertical-listing-module.mini-listing.with-link:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: "\f054";
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #5358C3;
}
.related-posts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 2rem;
}
.related-posts-header h3 {
  margin: 0;
  font-size: 1.5rem;
}
/*************************************************************************
 #Resource Listing
**************************************************************************/
.resource-listing {
  display: flex;
  flex-flow: column wrap;
  background-color: #F6FAFA;
  padding: 1rem 1.5rem 1.5rem;
}
.resource-listing h1,
.resource-listing h2,
.resource-listing h3,
.resource-listing h4,
.resource-listing h5 {
  color: #5358C3;
}
.resource-listing h1 a,
.resource-listing h2 a,
.resource-listing h3 a,
.resource-listing h4 a,
.resource-listing h5 a {
  color: #5358C3;
}
.resource-listing p,
.resource-listing ul,
.resource-listing li,
.resource-listing label {
  color: #1A1C3C;
}
.resource-listing a {
  color: #C71D75;
}
.resource-listing input[type="text"],
.resource-listing input[type="password"],
.resource-listing input[type="email"],
.resource-listing input[type="number"],
.resource-listing input[type="tel"],
.resource-listing input[type="search"],
.resource-listing input[type="checkbox"],
.resource-listing input[type="radio"],
.resource-listing select,
.resource-listing textarea {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 1px #FFFFFF;
}
.resource-listing p a {
  color: #5358C3;
}
.resource-listing p a:after {
  background-color: #5358C3;
}
.resource-listing p a:hover:after {
  background-color: rgba(83, 88, 195, 0.25);
}
.resource-listing .data-table tbody tr:nth-child(even),
.resource-listing .data-table tfoot tr:nth-child(even) {
  background-color: #FFFFFF;
}
.resource-listing .resource-tag {
  position: relative;
  right: -0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #5358C3;
  text-align: right;
}
.resource-listing .resource-image {
  background-color: #EDF2F2;
}
.resource-listing .resource-image img {
  object-fit: contain;
  border-radius: 0.25rem;
  overflow: hidden;
}
.resource-listing .video-image:after {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f04b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -3px;
  font-size: 1.25rem;
  line-height: 3.125rem;
  background-color: #C71D75;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.resource-listing .image .date {
  top: 0;
  left: 0;
  background-color: #539B9A;
  padding: 0.25rem 0.75rem;
  border-radius: 0 0 0.75rem 0;
}
.resource-listing .content {
  margin-top: 1.5rem;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.resource-listing .content .categories {
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.resource-listing .content .categories li {
  list-style-type: none;
}
.resource-listing .content .categories li ul,
.resource-listing .content .categories li ol {
  margin-top: 0;
}
.resource-listing .content .categories li {
  flex-basis: 48%;
  background-color: #DDECEC;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.25rem;
}
.resource-listing .content .categories li a {
  line-height: 1.1;
  padding: 0.5rem;
  display: block;
  height: 100%;
  font-size: 0.6rem;
  color: #5358C3;
}
.resource-listing .content .categories li a:hover,
.resource-listing .content .categories li a:focus {
  background-color: #A9CDCD;
}
@media screen and (max-width: 62.5em) {
  .resource-listing .content .categories li {
    width: 100%;
  }
}
.resource-listing .content h2 {
  font-size: 1.25rem;
  color: #1A1C3C;
}
.resource-listing .title-and-link {
  margin-block-start: auto;
  width: 100%;
}
.resource-listing a {
  color: #5358C3;
}
.listing-module.with-link .content {
  padding-bottom: 4.5rem;
}
.listing-module.with-link:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: "\f054";
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #5358C3;
}
.listing-module.block-grid-module.no-image {
  background-image: url(img/backgrounds/logo-faded.svg);
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 15%;
}
/*************************************************************************
 #Event Listing
**************************************************************************/
.event-listing {
  /* small screens */
}
@media screen and (min-width: 62.5em) {
  .event-listing {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: minmax(1rem, auto) minmax(1rem, auto) repeat(2, 1fr);
    gap: 1rem;
    /* GRID LAYOUT */
  }
  .event-listing > .content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
  }
  .event-listing > .content .inner-content {
    grid-column: 3/8;
  }
  .event-listing .event-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(1rem, auto));
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .event-listing .event-details .event-date {
    grid-column: 1/2;
  }
  .event-listing .event-details .event-cost {
    grid-column: 1/2;
  }
  .event-listing .event-details .event-location {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .event-listing .event-details .detail {
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .event-listing .event-details .detail .content {
    color: #1A1C3C;
    margin-bottom: 0;
  }
  .event-listing .image {
    grid-column: 1/6;
    grid-row: 2/3;
  }
  .event-listing .book-event-link {
    grid-column: 4/6;
    grid-row: 3/4;
  }
  .event-listing .content {
    grid-column: 3/13;
    grid-row: 1/5;
  }
}
.event-listing .image {
  margin-block-end: 0.5rem;
}
.event-listing .event-details .detail {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin-block-end: 0.25rem;
}
.event-listing .detail {
  border-radius: 0.75rem;
}
.event-listing .detail .title {
  text-transform: uppercase;
  color: #C71D75;
  margin-bottom: 0.25rem;
}
.event-listing .content {
  border-radius: 0.5rem;
}
.event-listing .content h2 {
  font-size: 1rem;
}
.event-listing .content p {
  font-size: 0.8rem;
}
.event-listing .book-event-link {
  margin-block-start: 0.5rem;
}
/*************************************************************************
 #Logo Modules
**************************************************************************/
.client-logo-module {
  border: 1px solid #A9CDCD;
}
/*************************************************************************
 #Download Block
**************************************************************************/
.download-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .download-block {
    flex-wrap: nowrap;
  }
}
.download-block .image {
  min-width: 12rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
/*************************************************************************
 #Blog Meta
**************************************************************************/
.blog-meta .author {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #98A2D8;
  letter-spacing: 1px;
  margin-left: 0.5rem;
}
.blog-meta .date {
  padding: 0.5rem 1rem;
  background-color: #A9CDCD;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.blog-meta .categories {
  margin-left: 0.5rem;
}
.blog-meta .categories a {
  color: #C71D75;
}
.blog-meta .categories a:after {
  content: unset;
}
.blog-meta .categories a:hover {
  color: #539B9A;
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  z-index: 1;
  width: 93.996%;
  border-radius: 0.75rem;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 14rem;
}
@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 .content {
  width: 93.996%;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 62.5em) {
  .content-over-image .content {
    width: 37.415%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
.content-over-faded-background-image .content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 46.875em) {
  .content-over-faded-background-image .content.content-module {
    width: 50%;
  }
}
.content-over-faded-background-image .background-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.content-over-faded-background-image .background-image:before {
  content: '';
  background-image: linear-gradient(to right, #ddecec, rgba(255, 255, 255, 0.25));
  position: absolute;
  display: block;
  z-index: 1;
  inset: 0;
}
.content-over-faded-background-image .background-image img {
  z-index: 0;
}
.content-over-faded-background-image.white-section .background-image:before {
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 95%);
}
.content-over-faded-background-image.light-green-section .background-image:before {
  background-image: linear-gradient(90deg, #DDECEC 0%, rgba(221, 236, 236, 0) 95%);
}
.content_block_over_bg_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.content_block_over_bg_image::after {
  background-image: linear-gradient(90deg, #DDECEC 0%, rgba(221, 236, 236, 0) 95%);
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  inset: 0;
}
/*************************************************************************
 #Content Text Block Over Background Image
**************************************************************************/
.content-over-image-modular {
  position: relative;
  z-index: 1;
}
.content-over-image-modular .image {
  inset: 0;
  width: 100%;
  background-attachment: inherit;
}
.content-over-image-modular .image::after {
  content: '';
  background-color: #A9CDCD;
  background-image: linear-gradient(to right, #A9CDCD, white);
  opacity: 0.8;
  position: absolute;
  display: block;
  z-index: 0;
  inset: 0;
}
.content-over-image-modular .content-module {
  margin-block: -2rem;
  z-index: 4;
  position: relative;
  box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.content-over-image-modular .content-module ul.social-links {
  margin-block-end: 1rem;
}
.content-over-image-modular .content-module ul.social-links li {
  padding: 0;
}
.content-over-image-modular .content-module ul.social-links li::before {
  content: none;
}
.content-over-image-modular .content-module ul.tel-email a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #1A1C3C;
}
.content-over-image-modular .content-module ul.tel-email .telephone::before {
  content: '\f095';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
}
.content-over-image-modular .content-module ul.tel-email .email::before {
  content: '\f0e0';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Data Table
**************************************************************************/
.data-table {
  text-align: center;
  background-color: #FFFFFF;
}
.data-table h1,
.data-table h2,
.data-table h3,
.data-table h4,
.data-table h5 {
  color: #5358C3;
}
.data-table h1 a,
.data-table h2 a,
.data-table h3 a,
.data-table h4 a,
.data-table h5 a {
  color: #5358C3;
}
.data-table p,
.data-table ul,
.data-table li,
.data-table label {
  color: #1A1C3C;
}
.data-table a {
  color: #C71D75;
}
.data-table tr th,
.data-table tr td {
  padding: 0.5rem;
  border-right: 1px solid #A9CDCD;
}
.data-table tr th:last-child,
.data-table tr td:last-child {
  border-right: none;
}
.data-table thead {
  border: 1px solid #A9CDCD;
}
.data-table thead tr th {
  background-color: white;
  border-right: 1px solid #A9CDCD;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5358C3;
}
.data-table tbody {
  border: 1px solid #A9CDCD;
  border-top: none;
}
.data-table tbody tr,
.data-table tfoot tr {
  background-color: white;
  border-bottom: 1px solid #A9CDCD;
}
.data-table tbody tr td,
.data-table tfoot tr td {
  font-size: 0.8rem;
}
.data-table tbody tr:nth-child(odd),
.data-table tfoot tr:nth-child(odd) {
  background-color: white;
}
.data-table tbody tr:last-child,
.data-table tfoot tr:last-child {
  border-bottom: none;
}
.light-green-section .data-table tbody tr:nth-child(even),
.light-green-section .data-table tfoot tr:nth-child(even) {
  background-color: #FFFFFF;
}
.data-table > thead > tr:nth-child(1) > th:nth-child(1) {
  border-top-left-radius: 0.5rem;
}
/* Round those table borders */
table.data-table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #A9CDCD;
  overflow: hidden;
}
/* Apply a border to the right of all but the last column */
table.data-table th:not(:last-child),
table.data-table td:not(:last-child) {
  border-right: 1px solid #A9CDCD;
}
/* Apply a border to the bottom of all but the last row */
table.data-table > thead > tr:not(:last-child) > th,
table.data-table > thead > tr:not(:last-child) > td,
table.data-table > tbody > tr:not(:last-child) > th,
table.data-table > tbody > tr:not(:last-child) > td,
table.data-table > tfoot > tr:not(:last-child) > th,
table.data-table > tfoot > tr:not(:last-child) > td,
table.data-table > tr:not(:last-child) > td,
table.data-table > tr:not(:last-child) > th,
table.data-table > thead:not(:last-child),
table.data-table > tbody:not(:last-child),
table.data-table > tfoot:not(:last-child) {
  border-bottom: 1px solid #A9CDCD;
}
/*************************************************************************
 #Side By Side
**************************************************************************/
.side-by-side-module .image {
  position: relative;
  z-index: 2;
}
.side-by-side-module .image img {
  border-radius: 0.75rem;
}
.side-by-side-module.boxed .content {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-module.boxed .content {
    padding: 3rem 3rem 3rem 1.5rem;
    border-radius: 0 0.75rem 0.75rem 0;
  }
  .side-by-side-module.boxed .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -115%;
    bottom: 0;
    height: 100%;
    width: 115%;
    background-color: #FFFFFF;
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
@media screen and (min-width: 46.875em) {
  .side-by-side-module.boxed .right-to-left .content {
    padding: 3rem 1.5rem 3rem 3rem;
    border-radius: 0.75rem 0 0 0.75rem;
  }
  .side-by-side-module.boxed .right-to-left .content:before {
    left: unset;
    right: -115%;
    border-radius: 0 0.75rem 0.75rem 0;
  }
}
.side-by-side-module.boxed.white-section .content {
  background-color: #DDECEC;
}
.side-by-side-module.boxed.white-section .content:before {
  background-color: #DDECEC;
}
/*************************************************************************
 #Side By Side
**************************************************************************/
.side-by-side-module-alternative .side-by-side-alt-layout .content {
  border-radius: 0.75rem;
  padding: 2rem;
  background-color: #DDECEC;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 40.625em) {
  .side-by-side-module-alternative .side-by-side-alt-layout .content {
    padding: 6rem;
    width: 65%;
    padding-inline-start: 15%;
    margin-inline-start: 35%;
  }
}
.side-by-side-module-alternative .side-by-side-alt-layout .image {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  height: auto;
  z-index: 5;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-block-end: 1rem;
}
@media screen and (min-width: 40.625em) {
  .side-by-side-module-alternative .side-by-side-alt-layout .image {
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.side-by-side-module-alternative .side-by-side-alt-layout figure {
  position: relative;
  z-index: 1;
}
.side-by-side-module-alternative .side-by-side-alt-layout img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*************************************************************************
 #Call To Action
**************************************************************************/
.call-to-action-module {
  background-color: #c9e0e0;
  background-image: url(img/backgrounds/logo-faded.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15%;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  margin-block-end: 1rem;
  background-color: #DDECEC;
  border-radius: 0.5rem;
}
.faq:first-child {
  padding-top: 0;
}
.faq .faq-title {
  text-align: left;
  border-radius: 0.5rem;
  background-color: #EDF2F2;
}
.faq .faq-title p {
  color: #5358C3;
  padding: 1.5rem;
  min-height: 1rem;
  position: relative;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  padding-right: 4rem;
  cursor: pointer;
}
.faq .faq-title p i {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #5358C3;
  display: inline-grid;
  place-items: center;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  padding: 0.5rem;
}
.faq .faq-title p i::before {
  content: '\f078';
  color: #FFFFFF;
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
}
.faq .faq-title.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq .faq-title.open i::before {
  place-items: center;
  transform: rotate(180deg);
  line-height: 1;
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  padding: 1.5rem;
}
.faq .faq-content .content-wrapper a {
  font-weight: 700;
}
.faq .faq-content .content-wrapper a:hover,
.faq .faq-content .content-wrapper a:focus {
  color: #5358C3;
}
.faq .faq-content.open {
  height: auto;
  opacity: 1;
  border-radius: 1rem;
  overflow: hidden;
}
/*************************************************************************
 #FAQ Multi Tabs
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .faq-multi-tab-module .faq {
    background-color: transparent;
  }
  .faq-multi-tab-module .faq .faq-title {
    background-color: white;
    border: 1px solid #A9CDCD;
  }
  .faq-multi-tab-module .faq .faq-content.open {
    border-radius: 0.5rem;
  }
  .faq-multi-tab-module .tab-system .tab-navigation-container ul.tab-navigation li.current,
  .faq-multi-tab-module .tab-system .tab-content.current {
    background-color: #F6FAFA;
  }
  .faq-multi-tab-module .content-wrapper {
    background-color: #DDECEC;
  }
}
/*************************************************************************
 #Tab Navigation
**************************************************************************/
@media screen and (min-width: 53.125em) {
  .tab-system {
    display: flex;
  }
}
.tab-system .tab-navigation-container,
.tab-system .tab-content {
  width: 93.996%;
}
@media screen and (min-width: 53.125em) {
  .tab-system .tab-navigation-container {
    width: 29.332%;
  }
}
.tab-system .tab-navigation-container ul.tab-navigation {
  margin-left: 0;
  position: relative;
}
.tab-system .tab-navigation-container ul.tab-navigation li {
  list-style-type: none;
}
.tab-system .tab-navigation-container ul.tab-navigation li ul,
.tab-system .tab-navigation-container ul.tab-navigation li ol {
  margin-top: 0;
}
.tab-system .tab-navigation-container ul.tab-navigation li {
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5358C3;
  text-decoration: none;
  cursor: pointer;
  background-color: #DDECEC;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 53.125em) {
  .tab-system .tab-navigation-container ul.tab-navigation li {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .tab-system .tab-navigation-container ul.tab-navigation li:not(.tab-system .tab-navigation-container ul.tab-navigation li:first-child) {
    padding-top: 1rem;
    padding: 2rem;
  }
  .tab-system .tab-navigation-container ul.tab-navigation li:not(.tab-system .tab-navigation-container ul.tab-navigation li:last-child) {
    padding-bottom: 1rem;
    padding: 2rem;
  }
}
.tab-system .tab-navigation-container ul.tab-navigation li:hover {
  color: #C71D75;
}
.tab-system .tab-navigation-container ul.tab-navigation li.current {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: default;
  background-color: #A9CDCD;
}
@media screen and (min-width: 53.125em) {
  .tab-system .tab-navigation-container ul.tab-navigation li.current {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.tab-system .tab-content {
  display: none;
  margin-left: 3%;
  z-index: 1;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px -25px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 53.125em) {
  .tab-system .tab-content {
    margin-left: 0;
  }
}
@media screen and (min-width: 53.125em) {
  .tab-system .tab-content {
    width: 61.664%;
    width: 64.664%;
  }
}
.tab-system .tab-content h3 {
  text-transform: none;
}
.tab-system .tab-content.current {
  display: block;
  background-color: #A9CDCD;
  padding: 2rem;
}
.faq-content {
  border-radius: 1rem;
}
@media screen and (min-width: 53.125em) {
  .faq-content {
    border-radius: 0 1rem 1rem 0;
  }
}
/*************************************************************************
 #Search Bar
**************************************************************************/
.search-bar {
  align-items: center;
  gap: 3rem;
  background-color: #DDECEC;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.search-bar h1,
.search-bar h2,
.search-bar h3,
.search-bar h4,
.search-bar h5 {
  color: #5358C3;
}
.search-bar h1 a,
.search-bar h2 a,
.search-bar h3 a,
.search-bar h4 a,
.search-bar h5 a {
  color: #5358C3;
}
.search-bar p,
.search-bar ul,
.search-bar li,
.search-bar label {
  color: #1A1C3C;
}
.search-bar a {
  color: #C71D75;
}
.search-bar h3 {
  margin-bottom: 1.5rem;
}
.search-bar form {
  flex: 1 0 auto;
}
.search-bar form input {
  width: 100%;
  border-radius: 0.75rem 1.5rem 1.5rem 0.75rem;
}
.search-bar form input[type="search"] {
  background-position: right -1px center !important;
  box-shadow: none;
}
@media screen and (min-width: 68.75em) {
  .search-bar {
    display: flex;
  }
  .search-bar h3 {
    margin-block-end: 0;
  }
}
/*************************************************************************
 #Image Gallery Module
**************************************************************************/
ul.team-member-cards {
  display: grid;
  gap: 3rem;
  margin: 0;
}
@media screen and (min-width: 46.875em) {
  ul.team-member-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.team-member-cards li {
  list-style: none;
  margin: 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
ul.team-member-cards li h3 {
  font-weight: 900;
  color: #1A1C3C;
  font-size: 1rem;
  margin-block-end: 0.5rem;
}
ul.team-member-cards li h4 {
  font-weight: 400;
  font-size: 0.8rem;
  color: #5358C3;
  text-transform: uppercase;
  margin-block-end: 0.5rem;
}
ul.team-member-cards li p {
  font-size: 0.8rem;
  color: #1A1C3C;
}
ul.team-member-cards li section {
  padding: 0 1rem 1rem;
  flex: 1 1 auto;
}
ul.team-member-cards li figure {
  background-color: #C71D75;
  flex: 1 0 12rem;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1;
}
ul.team-member-cards li figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
ul.team-member-cards li:nth-child(2n) figure {
  background-color: #B8CEEA;
}
ul.team-member-cards li:nth-child(3n) figure {
  background-color: #5358C3;
}
ul.team-member-cards li:nth-child(4n) figure {
  background-color: #539B9A;
}
/*************************************************************************
 #Image Gallery Module
**************************************************************************/
.image-gallery-module {
  padding-top: 4.5rem;
}
/*************************************************************************
 #Full Width Image With Content
**************************************************************************/
.full-width-image-with-content {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width-image-with-content .content {
  background: rgba(79, 109, 137, 0.75);
}
/*************************************************************************
 #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: 1rem !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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #5358C3;
  font-size: 1rem;
  line-height: 2.5rem;
}
.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: #5358C3;
}
.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: #5358C3;
}
.map .gm-style-iw p,
.map .gm-style-iw ul,
.map .gm-style-iw li,
.map .gm-style-iw label {
  color: #1A1C3C;
}
.map .gm-style-iw a {
  color: #C71D75;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  max-width: auto !important;
  max-height: auto !important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0 !important;
  right: 0 !important;
  background-colour: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.map .gm-bundled-control .gmnoprint {
  position: static !important;
  top: auto !important;
  left: auto !important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg {
  background-color: #1A1C3C;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  z-index: 5001;
  backdrop-filter: blur(4px);
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 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: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before,
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large {
    padding: 0 1rem;
  }
}
.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.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.wide {
    padding: 0 1rem;
  }
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button:hover {
  background-color: #98A2D8;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button-underlined:hover {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button:hover {
  background-color: #E38EBA;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button:hover {
  background-color: #9D9D9D;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button-underlined:hover {
  color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button:hover {
  background-color: #539B9A;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.reset {
  letter-spacing: 0.5px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.reset:hover:after {
  transform: rotate(-360deg);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  color: #5358C3;
}
.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;
  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: #5358C3;
  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: #5358C3;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  color: #5358C3;
  font-size: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  left: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large {
    padding: 0 1rem;
  }
}
.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.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.wide {
    padding: 0 1rem;
  }
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button:hover {
  background-color: #98A2D8;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button-underlined:hover {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button:hover {
  background-color: #E38EBA;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button:hover {
  background-color: #9D9D9D;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button-underlined:hover {
  color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button:hover {
  background-color: #539B9A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.reset {
  letter-spacing: 0.5px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
    padding: 0 1rem;
  }
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large {
    padding: 0 1rem;
  }
}
.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.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.wide {
    padding: 0 1rem;
  }
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button:hover {
  background-color: #98A2D8;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button-underlined:hover {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button:hover {
  background-color: #E38EBA;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button:hover {
  background-color: #9D9D9D;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button-underlined:hover {
  color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button:hover {
  background-color: #539B9A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.reset {
  letter-spacing: 0.5px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (max-width: 46.875em) {
  .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
    padding: 0 1rem;
  }
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container.mfp-s-error .mfp-content {
  display: none;
}
.mfp-wrap .mfp-container .mfp-preloader {
  position: absolute;
  width: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #5358C3;
  z-index: 5004;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Image Grid
**************************************************************************/
@media screen and (max-width: 40.625em) {
  .image-grid {
    column-count: 2;
  }
}
.image-grid .image-module {
  border-radius: 0.75rem;
  overflow: hidden;
}
.image-grid .image-module .image-container img {
  transition: transform 1000ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.image-grid .image-module:hover .image-container img {
  transform: scale(1.1);
}
.image-grid .image-module:after {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f00e';
  font-size: 1rem;
  opacity: 0;
  height: 2.75rem;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C71D75;
  border-radius: 50%;
}
.image-grid .image-module:hover:after {
  opacity: 1;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  position: relative;
  min-height: 1.5rem;
  padding-left: 2.75rem;
}
.key-benefit:before {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  line-height: 1;
  content: '\f058';
  font-size: 2rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #C71D75;
  text-align: center;
}
.key-benefit h3 {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  margin-top: 0.2rem;
}
.blue-section .key-benefit:before,
.magenta-section .key-benefit:before {
  color: #FFFFFF;
}
/*************************************************************************
 #icon with Text
**************************************************************************/
.bg-image-text-blocks {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image-text-blocks::after {
  content: '';
  background-color: #A9CDCD;
  background-image: linear-gradient(to right, #A9CDCD, white);
  opacity: 0.93;
  position: absolute;
  display: block;
  z-index: 0;
  inset: 0;
}
.bg-image-text-blocks h2 {
  margin-block-end: 1.5rem;
}
.bg-image-text-blocks .text-and-blocks > div {
  margin-block-start: 1.5rem;
}
.bg-image-text-blocks ul li {
  list-style: none;
}
.bg-image-text-blocks ul li::before {
  content: "\f00c";
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #C71D75;
  position: absolute;
  left: 0;
}
.bg-image-text-blocks .block-with-link {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .bg-image-text-blocks .text-and-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
/*************************************************************************
 #icon with Text
**************************************************************************/
@media screen and (max-width: 46.875em) {
  .icon-with-text-modular {
    margin-block-start: 3rem;
  }
}
.icon-with-text-modular .icon-and-text {
  background-color: #9D9D9D;
  border-top-left-radius: 1rem;
  border-top-right-radius: 25% 50%;
  border-bottom-right-radius: 25% 50%;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 68.75em) {
  .icon-with-text-modular .icon-and-text {
    border-top-left-radius: 1rem;
    border-top-right-radius: 17.5% 50%;
    border-bottom-right-radius: 17.5% 50%;
    border-bottom-left-radius: 1rem;
    margin-block-end: 1rem;
  }
}
.icon-with-text-modular .icon-and-text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: inherit;
}
.icon-with-text-modular .icon-and-text a > div {
  height: 100%;
  padding: 1.5rem;
  flex-basis: 65%;
}
.icon-with-text-modular .icon-and-text a:active {
  position: relative;
  top: 1px;
}
.icon-with-text-modular .icon-and-text a h3,
.icon-with-text-modular .icon-and-text a p {
  color: #FFFFFF;
}
.icon-with-text-modular .icon-and-text a figure {
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.7rem solid white;
  right: -1px;
  position: relative;
  flex: 1 1 35%;
}
.icon-with-text-modular .icon-and-text a figure img {
  display: block;
  height: 50%;
  width: auto;
}
.icon-with-text-modular .icon-and-text:nth-of-type(1) {
  background-color: #5358C3;
}
.icon-with-text-modular .icon-and-text:nth-of-type(2) {
  background-color: #C71D75;
}
.icon-with-text-modular .icon-and-text:nth-of-type(3) {
  background-color: #539B9A;
}
@media screen and (max-width: 68.75em) {
  .icon-and-text.one-third-page {
    width: 93.996%;
  }
  .icon-and-text.one-third-page figure {
    flex: 0 0 25%;
  }
  .icon-and-text.one-third-page div {
    flex: 1 1 75%;
  }
  .icon-and-text.one-third-page h3 {
    font-size: 1.1rem;
  }
  .icon-and-text.one-third-page p {
    font-size: 0.8rem;
  }
}
/*************************************************************************
 #Side by Side Video and Content
**************************************************************************/
.half-video-half-content .inner-container {
  align-items: inherit;
}
.half-video-half-content .embed-container {
  aspect-ratio: 16/9;
  padding-bottom: inherit;
  border-radius: 0.75rem;
}
@media screen and (max-width: 46.875em) {
  .half-video-half-content .embed-container {
    margin-block-end: 1rem;
  }
}
.half-video-half-content .content {
  background-color: #DDECEC;
  padding: 1.5rem;
  border-radius: 0.75rem;
}
/*************************************************************************
 #Statistic Modules
**************************************************************************/
.statistics-module div:has(.statistic-module) {
  margin-block-start: 10rem;
}
.statistic-module {
  padding-block-start: 9rem;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}
.statistic-module .big-text {
  color: #FFFFFF !important;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.statistic-module .big-stat {
  border-radius: 50%;
  border: 1rem solid white;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-size: 4rem;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  top: 0;
}
.statistic-module .stat-content {
  padding: 1.5rem;
}
.statistic-module p {
  color: #FFFFFF;
}
.statistic-module:nth-child(4n+1) {
  background-color: #5358C3;
}
.statistic-module:nth-child(4n+1) .big-stat {
  background-color: #9fa1dd;
}
.statistic-module:nth-child(4n+2) {
  background-color: #C71D75;
}
.statistic-module:nth-child(4n+2) .big-stat {
  background-color: #ef8ec0;
}
.statistic-module:nth-child(4n+3) {
  background-color: #539B9A;
}
.statistic-module:nth-child(4n+3) .big-stat {
  background-color: #b2d5d5;
}
.statistic-module:nth-child(4n+4) {
  background-color: #98A2D8;
}
.statistic-module:nth-child(4n+4) .big-stat {
  background-color: #bdc3e6;
}
.statistics-module.light-green-section .statistic-module .big-stat {
  border-color: #F6FAFA;
}
.statistics-module.green-section .statistic-module .big-stat {
  border-color: #A9CDCD;
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.testimonial-item {
  position: relative;
  padding: 1.5rem;
}
.testimonial-item svg {
  display: table;
  height: 3.25rem;
  width: 3.25rem;
  margin: -2.75rem auto 1.5rem;
}
.testimonial-item svg path {
  fill: #C71D75;
}
.testimonial-item .attribute {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  color: #98A2D8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}
/*************************************************************************
 #Testimonial Single
**************************************************************************/
.testimonial-single {
  position: relative;
}
.testimonial-single .testimonials-carousel {
  border-radius: 0.75rem;
  box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}
.testimonial-single .testimonials-carousel::after {
  content: '';
  display: block;
  background-image: url(img/ui/quote-single.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 2.025rem;
  position: absolute;
  z-index: 10;
  top: -1rem;
  left: 50%;
}
.testimonial-single .testimonial-item {
  padding: 3rem;
}
.testimonial-single h3 {
  color: #5358C3;
  text-transform: inherit;
  font-size: 1rem;
  margin-block-end: 0.5rem;
}
.testimonial-single h4 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #1A1C3C;
  font-weight: 500;
}
.testimonial-single .testimonial-co-logo {
  width: 3.8rem;
  aspect-ratio: 1;
  margin: 0 auto;
}
.testimonial-single .testimonial-co-logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
h3.testimonial-name {
  color: #5358C3;
  text-transform: inherit;
  font-size: 1rem;
  margin-block-end: 0.5rem;
}
h4.job-title {
  text-transform: uppercase;
  font-size: 1rem;
  color: #1A1C3C;
  font-weight: 500;
}
/*************************************************************************
 #Timeline
**************************************************************************/
/* #Vertical ------------------------------------------------------------------------ */
.timeline {
  position: relative;
}
@media screen and (min-width: 46.875em) {
  .timeline .timeline-segments {
    padding-left: 6rem;
  }
}
.timeline .timeline-segments:before {
  position: absolute;
  width: 1px;
  height: calc(100% - 1rem*12.5);
  top: 7.5rem;
  left: 3rem;
  content: '';
  transform: translateX(-1px);
  background-image: linear-gradient(to bottom, rgba(199, 29, 117, 0) 50%, #C71D75 0);
  background-repeat: repeat-y;
  background-size: 1px 8px;
}
@media screen and (min-width: 46.875em) {
  .timeline .timeline-segments:before {
    left: 9.8rem;
  }
}
.timeline .timeline-segments .timeline-segment {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  padding-top: 5rem;
}
.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 h3 {
  font-weight: 900;
  font-size: 2rem;
}
.timeline .timeline-segments .timeline-segment .content {
  border-radius: 0.75rem;
  position: relative;
  z-index: 1;
  padding: 2rem;
  padding-inline-end: 45%;
}
.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: #C71D75;
  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 .image {
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  z-index: 5;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: calc(100% + -1rem*2.5);
  width: 33.3%;
}
/*************************************************************************
 #Timeline Carousel
**************************************************************************/
.timeline-carousel-module .carousel-slides::before {
  position: absolute;
  height: 1px;
  width: 100%;
  top: calc(50% - 1rem*0.1875);
  transform: translateY(-50%);
  left: 1rem;
  right: 1rem;
  content: '';
  border: 1px dashed #C71D75;
  background-repeat: repeat-y;
  z-index: 0;
}
.timeline-carousel-module .carousel-slide {
  z-index: 1
		position: relative;
  background-color: #DDECEC;
  width: 30%;
  height: 18rem;
  margin-inline: 1rem;
  padding-inline: 1rem;
  padding-block: 8rem 1rem;
  border-radius: 0.75rem;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  list-style: none;
  text-align: center;
}
.timeline-carousel-module .carousel-slide h3 {
  font-weight: 900;
  margin-block-end: 0;
}
.timeline-carousel-module .carousel-slide h3 + p {
  margin-block-start: 0.5rem;
}
.timeline-carousel-module .carousel-slide:nth-child(1)::before,
.timeline-carousel-module .carousel-slide:nth-child(2)::before,
.timeline-carousel-module .carousel-slide:nth-child(3)::before,
.timeline-carousel-module .carousel-slide:nth-child(1)::after,
.timeline-carousel-module .carousel-slide:nth-child(2)::after,
.timeline-carousel-module .carousel-slide:nth-child(3)::after {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: -0.325rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: #C71D75;
  border-radius: 50%;
}
.timeline-carousel-module .carousel-slide:nth-child(1)::after,
.timeline-carousel-module .carousel-slide:nth-child(2)::after,
.timeline-carousel-module .carousel-slide:nth-child(3)::after {
  right: -0.325rem;
  left: unset;
}
.timeline-carousel-module .carousel-slide:nth-child(1):nth-child(1)::before,
.timeline-carousel-module .carousel-slide:nth-child(2):nth-child(1)::before,
.timeline-carousel-module .carousel-slide:nth-child(3):nth-child(1)::before,
.timeline-carousel-module .carousel-slide:nth-child(1):last-child::after,
.timeline-carousel-module .carousel-slide:nth-child(2):last-child::after,
.timeline-carousel-module .carousel-slide:nth-child(3):last-child::after {
  content: '';
  display: none;
}
.timeline-carousel-module figure {
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  aspect-ratio: 1;
  width: 9.5rem;
}
.timeline-carousel-module figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.timeline-carousel-module .flickity-prev-next-button {
  border-radius: 50%;
}
/*************************************************************************
 #GDPR Cookies Banner
**************************************************************************/
/* #Sticky Bar ------------------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  background-color: #FFFFFF !important;
  border-top: none !important;
}
#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: #1A1C3C !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: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 {
  appearance: none !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;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "puffin-display-soft", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 0.7rem !important;
  z-index: 1 !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border-radius: 2rem !important;
  padding: 0 1rem !important;
  color: #FFFFFF !important;
  background-color: #5358C3 !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;
}
#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 {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(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;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem !important;
  padding: 0 2.5rem !important;
}
@media screen and (max-width: 46.875em) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large {
    padding: 0 1rem;
  }
}
#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.wide {
  margin: 0 auto !important;
  min-width: 3.5rem !important;
  max-width: 12rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 2.5rem !important;
  padding: 0 2.5rem !important;
}
@media screen and (max-width: 46.875em) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.wide {
    padding: 0 1rem;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.wide:after {
  width: 3.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: #5358C3 !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: #98A2D8 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.blue-button-underlined {
  color: #5358C3 !important;
  padding: 0 0.5rem !important;
  transform-style: preserve-3d !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.blue-button-underlined:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -3px !important;
  left: 0 !important;
  height: 3px !important;
  background-color: #5358C3 !important;
  width: 100% !important;
  transform: translateZ(-1px) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.blue-button-underlined:hover {
  color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.blue-button-underlined:hover:after {
  right: 0 !important;
  left: 0 !important;
  height: calc(100% + 3px) !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button:hover {
  background-color: #E38EBA !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: #9D9D9D !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.grey-button:hover {
  color: #9D9D9D !important;
  background-color: #D7D7D7 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button {
  color: #5358C3 !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: #9D9D9D !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button-underlined {
  color: #C71D75 !important;
  padding: 0 !important;
  transform-style: preserve-3d !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button-underlined:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0.25rem !important;
  left: 0 !important;
  height: 3px !important;
  background-color: #FFFFFF !important;
  width: 100% !important;
  transform: translateZ(-1px) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button-underlined:hover {
  color: #C71D75 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button-underlined:hover:after {
  right: -0.75rem !important;
  bottom: 0 !important;
  left: -0.75rem !important;
  height: 100% !important;
  width: calc(100% + 1rem*1.5) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button:hover {
  background-color: #539B9A !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent !important;
  border: 2px solid #C71D75 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button-underlined {
  color: #C71D75 !important;
  padding: 0 !important;
  transform-style: preserve-3d !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button-underlined:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0.25rem !important;
  left: 0 !important;
  height: 3px !important;
  background-color: #C71D75 !important;
  width: 100% !important;
  transform: translateZ(-1px) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button-underlined:hover {
  color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.magenta-button-underlined:hover:after {
  right: -0.75rem !important;
  bottom: 0 !important;
  left: -0.75rem !important;
  height: 100% !important;
  width: calc(100% + 1rem*1.5) !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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!important !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;
  transform: translateY(-50%) !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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f33d' !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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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.reset {
  letter-spacing: 0.5px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.reset:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 900 !important;
  content: '\f021' !important;
  font-size: 0.75rem !important;
  transform: rotate(0deg) !important;
  will-change: transform !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.reset:hover:after {
  transform: rotate(-360deg) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button: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:hover {
  background-color: #98A2D8 !important;
}
/* #Popup Modal ------------------------------------------------------------------------ */
.moove_gdpr_cookie_modal_open {
  background-color: #9D9D9D !important;
  background-color: rgba(45, 43, 47, 0.75) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content {
  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: #1A1C3C !important;
  border-radius: 0 !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;
}
.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: #5358C3 !important;
  border-radius: 0 !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 {
  background-color: #98A2D8 !important;
  border: 1px solid #98A2D8 !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: 4rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  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 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 !important;
  background-color: #5358C3 !important;
  border: 2px solid #5358C3 !important;
  text-transform: 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 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: #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 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: inherit !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: transparent !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: #1A1C3C !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: #5358C3 !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: #DDECEC !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: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  color: #1A1C3C !important;
  font-size: 1.5rem !important;
  background-color: transparent !important;
  border: none !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 {
  background-color: transparent !important;
  padding: 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 p {
  font-size: 1rem !important;
  color: #1A1C3C !important;
  line-height: 1.4 !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: #9D9D9D !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;
  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: #9D9D9D !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: #5358C3 !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: #5358C3 !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: #DDECEC !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: 1px !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 {
  padding: 0 3rem;
}
.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 {
  appearance: none !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;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "puffin-display-soft", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 0.7rem !important;
  z-index: 1 !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #FFFFFF !important;
  background-color: #5358C3 !important;
  border-radius: 0 !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;
}
.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 {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(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;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem !important;
  padding: 0 2.5rem !important;
}
@media screen and (max-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 button.large {
    padding: 0 1rem;
  }
}
.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.wide {
  margin: 0 auto !important;
  min-width: 3.5rem !important;
  max-width: 12rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 2.5rem !important;
  padding: 0 2.5rem !important;
}
@media screen and (max-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 button.wide {
    padding: 0 1rem;
  }
}
.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.wide:after {
  width: 3.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: #5358C3 !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: #98A2D8 !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-underlined {
  color: #5358C3 !important;
  padding: 0 0.5rem !important;
  transform-style: preserve-3d !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-underlined:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -3px !important;
  left: 0 !important;
  height: 3px !important;
  background-color: #5358C3 !important;
  width: 100% !important;
  transform: translateZ(-1px) !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-underlined:hover {
  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.blue-button-underlined:hover:after {
  right: 0 !important;
  left: 0 !important;
  height: calc(100% + 3px) !important;
  width: 100% !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.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75 !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.magenta-button:hover {
  background-color: #E38EBA !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: #9D9D9D !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 {
  color: #9D9D9D !important;
  background-color: #D7D7D7 !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.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD !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.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC !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: #5358C3 !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: #9D9D9D !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-underlined {
  color: #C71D75 !important;
  padding: 0 !important;
  transform-style: preserve-3d !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-underlined:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0.25rem !important;
  left: 0 !important;
  height: 3px !important;
  background-color: #FFFFFF !important;
  width: 100% !important;
  transform: translateZ(-1px) !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-underlined:hover {
  color: #C71D75 !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-underlined:hover:after {
  right: -0.75rem !important;
  bottom: 0 !important;
  left: -0.75rem !important;
  height: 100% !important;
  width: calc(100% + 1rem*1.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.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75 !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.magenta-button:hover {
  background-color: #539B9A !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.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent !important;
  border: 2px solid #C71D75 !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.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75 !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.magenta-button-underlined {
  color: #C71D75 !important;
  padding: 0 !important;
  transform-style: preserve-3d !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.magenta-button-underlined:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0.25rem !important;
  left: 0 !important;
  height: 3px !important;
  background-color: #C71D75 !important;
  width: 100% !important;
  transform: translateZ(-1px) !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.magenta-button-underlined:hover {
  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.magenta-button-underlined:hover:after {
  right: -0.75rem !important;
  bottom: 0 !important;
  left: -0.75rem !important;
  height: 100% !important;
  width: calc(100% + 1rem*1.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.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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  content: '\f33d' !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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit!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 {
  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.reset {
  letter-spacing: 0.5px !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.reset:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 900 !important;
  content: '\f021' !important;
  font-size: 0.75rem !important;
  transform: rotate(0deg) !important;
  will-change: transform !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.reset:hover:after {
  transform: rotate(-360deg) !important;
}
@media screen and (max-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 button {
    padding: 0 1rem;
  }
}
.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: 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:hover {
  background-color: #98A2D8 !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 {
  border-radius: 0 !important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: "puffin-display-soft", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 0.75rem !important;
}
/*************************************************************************
 #Embed Video
**************************************************************************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*************************************************************************
 #Contact Page Main
**************************************************************************/
.contact-main ul.contact-list li.telephone {
  font-size: 1.1rem;
}
.contact-main ul.contact-list a {
  color: #1A1C3C;
}
.contact-main ul.contact-list a:hover,
.contact-main ul.contact-list a:focus {
  color: #C71D75;
}
.contact-main .main-contact-form {
  border-radius: 0.75rem;
}
.contact-main .main-contact-form h3 {
  text-align: center;
}
/*************************************************************************
 #Useful Links
**************************************************************************/
.useful-links-module ul.useful-links {
  margin: 0;
}
.useful-links-module ul.useful-links li {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  overflow: clip;
  border-radius: 0.5rem;
  list-style: none;
  margin-block-end: 1rem;
}
.useful-links-module ul.useful-links li a {
  background-color: white;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr minmax(2rem, auto);
  padding: 2rem;
}
.useful-links-module ul.useful-links li a h3 {
  font-size: 1rem;
  margin-block-end: 0.5rem;
}
.useful-links-module ul.useful-links li figure {
  grid-column: 1/2;
}
.useful-links-module ul.useful-links li figure img {
  max-width: 100%;
}
.useful-links-module ul.useful-links li .button {
  grid-column: 2/3;
}
@media screen and (min-width: 40.625em) {
  .useful-links-module ul.useful-links li a {
    grid-template-columns: minmax(4rem, auto) 2fr minmax(4rem, auto);
    grid-template-rows: none;
    align-items: center;
  }
  .useful-links-module ul.useful-links li a .content {
    grid-column: 2/3;
  }
  .useful-links-module ul.useful-links li a figure {
    width: 4rem;
  }
  .useful-links-module ul.useful-links li a .button {
    grid-column: 3/4;
  }
}
.info-list {
  width: 100%;
}
.info-list > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.info-list > li a {
  background-color: #DDECEC;
  color: #5358C3;
  line-height: 1.1;
  padding: 0.5rem;
  display: block;
  height: 100%;
  font-size: 0.6rem;
  border-radius: 0.25rem;
}
.info-list > li a:hover,
.info-list > li a:focus {
  background-color: #A9CDCD;
}
/*
Use: Carousels
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !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;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .js-carousel .js-carousel-controls .direction-left.large,
  .js-carousel .js-carousel-controls .direction-right.large {
    padding: 0 1rem;
  }
}
.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.wide,
.js-carousel .js-carousel-controls .direction-right.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .js-carousel .js-carousel-controls .direction-left.wide,
  .js-carousel .js-carousel-controls .direction-right.wide {
    padding: 0 1rem;
  }
}
.js-carousel .js-carousel-controls .direction-left.wide:after,
.js-carousel .js-carousel-controls .direction-right.wide:after {
  width: 3.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;
  background-color: #5358C3;
}
.js-carousel .js-carousel-controls .direction-left.blue-button:hover,
.js-carousel .js-carousel-controls .direction-right.blue-button:hover {
  background-color: #98A2D8;
}
.js-carousel .js-carousel-controls .direction-left.blue-button-underlined,
.js-carousel .js-carousel-controls .direction-right.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.js-carousel .js-carousel-controls .direction-left.blue-button-underlined:after,
.js-carousel .js-carousel-controls .direction-right.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.js-carousel .js-carousel-controls .direction-left.blue-button-underlined:hover,
.js-carousel .js-carousel-controls .direction-right.blue-button-underlined:hover {
  color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.blue-button-underlined:hover:after,
.js-carousel .js-carousel-controls .direction-right.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.magenta-button,
.js-carousel .js-carousel-controls .direction-right.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.js-carousel .js-carousel-controls .direction-left.magenta-button:hover,
.js-carousel .js-carousel-controls .direction-right.magenta-button:hover {
  background-color: #E38EBA;
}
.js-carousel .js-carousel-controls .direction-left.grey-button,
.js-carousel .js-carousel-controls .direction-right.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.js-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel .js-carousel-controls .direction-right.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.js-carousel .js-carousel-controls .direction-left.green-button,
.js-carousel .js-carousel-controls .direction-right.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.js-carousel .js-carousel-controls .direction-left.green-button:hover,
.js-carousel .js-carousel-controls .direction-right.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: #5358C3 !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: #9D9D9D;
}
.js-carousel .js-carousel-controls .direction-left.white-button-underlined,
.js-carousel .js-carousel-controls .direction-right.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.js-carousel .js-carousel-controls .direction-left.white-button-underlined:after,
.js-carousel .js-carousel-controls .direction-right.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.js-carousel .js-carousel-controls .direction-left.white-button-underlined:hover,
.js-carousel .js-carousel-controls .direction-right.white-button-underlined:hover {
  color: #C71D75;
}
.js-carousel .js-carousel-controls .direction-left.white-button-underlined:hover:after,
.js-carousel .js-carousel-controls .direction-right.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.js-carousel .js-carousel-controls .direction-left.magenta-button,
.js-carousel .js-carousel-controls .direction-right.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.js-carousel .js-carousel-controls .direction-left.magenta-button:hover,
.js-carousel .js-carousel-controls .direction-right.magenta-button:hover {
  background-color: #539B9A;
}
.js-carousel .js-carousel-controls .direction-left.brown-outline-button,
.js-carousel .js-carousel-controls .direction-right.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.js-carousel .js-carousel-controls .direction-left.brown-outline-button:hover,
.js-carousel .js-carousel-controls .direction-right.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.js-carousel .js-carousel-controls .direction-left.magenta-button-underlined,
.js-carousel .js-carousel-controls .direction-right.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.js-carousel .js-carousel-controls .direction-left.magenta-button-underlined:after,
.js-carousel .js-carousel-controls .direction-right.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.js-carousel .js-carousel-controls .direction-left.magenta-button-underlined:hover,
.js-carousel .js-carousel-controls .direction-right.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.magenta-button-underlined:hover:after,
.js-carousel .js-carousel-controls .direction-right.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left.reset,
.js-carousel .js-carousel-controls .direction-right.reset {
  letter-spacing: 0.5px;
}
.js-carousel .js-carousel-controls .direction-left.reset:after,
.js-carousel .js-carousel-controls .direction-right.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.js-carousel .js-carousel-controls .direction-left.reset:hover:after,
.js-carousel .js-carousel-controls .direction-right.reset:hover:after {
  transform: rotate(-360deg);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #C71D75;
  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: inline-flex;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: #A9CDCD;
  cursor: pointer;
  pointer-events: auto;
  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 {
  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: #C71D75;
}
.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 {
  transition: transform 0ms 500ms linear;
  transform: translateX(100%);
  z-index: 0;
  opacity: 1;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide.current-slide {
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateX(0);
  z-index: 1;
}
.js-carousel.thumbnail-carousel .js-carousel-controls {
  align-items: stretch;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  color: #FFFFFF;
  background-color: #5358C3;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: auto;
  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;
}
.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 {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel.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;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large,
  .js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.large {
    padding: 0 1rem;
  }
}
.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.wide,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.wide,
  .js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.wide {
    padding: 0 1rem;
  }
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.wide:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.wide:after {
  width: 3.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;
  background-color: #5358C3;
}
.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: #98A2D8;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.blue-button-underlined,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.blue-button-underlined:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.blue-button-underlined:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.blue-button-underlined:hover {
  color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.blue-button-underlined:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button:hover {
  background-color: #E38EBA;
}
.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: #9D9D9D;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.green-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.green-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button {
  color: #5358C3 !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: #9D9D9D;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button-underlined,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button-underlined:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button-underlined:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button-underlined:hover {
  color: #C71D75;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.white-button-underlined:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button:hover {
  background-color: #539B9A;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.brown-outline-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.brown-outline-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button-underlined,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button-underlined:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button-underlined:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.magenta-button-underlined:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!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 {
  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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.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;
  transform: translateY(-50%);
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!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 {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!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 {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!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 {
  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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!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 {
  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.reset,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.reset {
  letter-spacing: 0.5px;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.reset:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.reset:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.reset:hover:after {
  transform: rotate(-360deg);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:hover {
  background-color: #98A2D8;
}
.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.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;
  transform: translateY(-50%);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5rem;
}
.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;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
  background-color: transparent;
  box-shadow: inset 0 0 0 0px #C71D75;
}
.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 {
  box-shadow: inset 0 0 0 3px #C71D75;
}
.js-carousel.hero-carousel .js-carousel-slides .carousel-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 80vh;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
/*************************************************************************
 #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
**************************************************************************/
.testimonials-carousel .js-carousel-slides:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('img/backgrounds/quote-marks.svg');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.25;
}
.testimonials-carousel .testimonial blockquote {
  padding: 0;
}
.testimonials-carousel .testimonial blockquote p:before,
.testimonials-carousel .testimonial blockquote p:after {
  content: '';
}
/*************************************************************************
 #Testimonials Carousel
**************************************************************************/
.testimonials-carousel-module .testimonials-carousel .carousel-slides .flickity-viewport {
  overflow: hidden;
}
.testimonials-carousel-module .testimonials-carousel .carousel-slides .flickity-viewport .carousel-slide {
  width: 100%;
}
.testimonials-carousel-module .testimonials-carousel .carousel-slides .flickity-viewport .carousel-slide .testimonial-item {
  padding: 0;
}
.testimonials-carousel-module .testimonials-carousel.overflow {
  background-color: transparent !important;
}
.testimonials-carousel-module .testimonials-carousel.overflow .flickity-viewport {
  overflow: visible;
}
.testimonials-carousel-module .testimonials-carousel.overflow .flickity-viewport .flickity-slider {
  display: flex;
  align-items: center;
}
.testimonials-carousel-module .testimonials-carousel.overflow .flickity-viewport .flickity-slider .carousel-slide {
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 1.5rem;
  transform: scale(0.95);
  will-change: transform;
  padding: 4rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.testimonials-carousel-module .testimonials-carousel.overflow .flickity-viewport .flickity-slider .carousel-slide .testimonial-item {
  padding: 0;
  opacity: 0.5;
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.testimonials-carousel-module .testimonials-carousel.overflow .flickity-viewport .flickity-slider .carousel-slide.is-selected {
  z-index: 10;
  transform: scale(1.05);
  box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}
.testimonials-carousel-module .testimonials-carousel.overflow .flickity-viewport .flickity-slider .carousel-slide.is-selected .testimonial-item {
  opacity: 1;
}
.testimonials-carousel-module.no-image .testimonials-carousel {
  margin-top: 1.5rem;
  padding-top: 3rem;
}
.testimonials-carousel-module.no-image .testimonials-carousel:before {
  position: absolute;
  content: '';
  top: -2.5rem;
  right: calc(50% - 1rem*2.5);
  height: 5rem;
  width: 5rem;
  background-image: url('img/backgrounds/quote-marks-brown.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonials-carousel-module.with-image .testimonials-carousel-container:before {
  position: absolute;
  content: '';
  top: calc(50% - 1rem*2.5);
  right: -7.5rem;
  height: 5rem;
  width: 5rem;
  background-image: url('img/backgrounds/quote-marks-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonials-carousel-module.with-image .testimonials-carousel-container .flickity-page-dots {
  text-align: left;
}
.testimonials-carousel-module.with-image .testimonials-carousel-container .flickity-page-dots .dot:first-child {
  margin-left: 0;
}
.testimonials-carousel-module.with-image .background-image {
  position: absolute;
  right: -20vw;
  width: 80vw;
  height: 100%;
}
@media screen and (min-width: 62.5em) {
  .testimonials-carousel-module.with-image .background-image {
    width: 60vw;
  }
}
/*************************************************************************
 #Block Carousel
**************************************************************************/
.block-carousel {
  padding: 0 3rem;
}
.block-carousel .flickity-viewport {
  overflow: hidden;
}
.block-carousel .flickity-viewport .flickity-slider {
  display: flex;
}
.block-carousel:after {
  position: absolute;
  z-index: 5;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 2rem;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(83, 88, 195, 0) 0%, #5358C3 60%, #5358C3 100%);
  transform: scaleX(-100%);
}
@media screen and (min-width: 46.875em) {
  .block-carousel:after {
    width: 4rem;
  }
}
.block-carousel .block-item {
  position: relative;
}
.block-carousel .block-item.testimonial-item,
.block-carousel .block-item.case-study-item {
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 40.625em) {
  .block-carousel .block-item.testimonial-item,
  .block-carousel .block-item.case-study-item {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 62.5em) {
  .block-carousel .block-item.testimonial-item,
  .block-carousel .block-item.case-study-item {
    width: 31.25%;
  }
}
.block-carousel .block-item.case-study-item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
}
.block-carousel .block-item.case-study-item h2,
.block-carousel .block-item.case-study-item h3 {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 0 1.5rem;
  margin: 0;
  pointer-events: none;
}
.block-carousel .block-item.case-study-item .image {
  background-color: #1A1C3C;
}
.block-carousel .block-item.case-study-item .image img {
  opacity: 0.7;
}
.block-carousel .block-item.logo-item {
  width: 48.5%;
  min-height: 100%;
  margin-right: 3%;
}
@media screen and (min-width: 40.625em) {
  .block-carousel .block-item.logo-item {
    width: 31.25%;
  }
}
@media screen and (min-width: 62.5em) {
  .block-carousel .block-item.logo-item {
    width: 22.75%;
  }
}
@media screen and (min-width: 78.125em) {
  .block-carousel .block-item.logo-item {
    width: 17.5%;
  }
}
/*************************************************************************
 #Off Canvas Carousel
**************************************************************************/
.off-canvas-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop {
  background-color: #FFFFFF;
  opacity: 0.75;
  transform: scale(0.95);
  will-change: transform;
  border-radius: 0.75rem;
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-carousel.image-gallery .image.is-selected {
  z-index: 10;
}
.off-canvas-carousel.image-gallery .image.is-selected .responsive-image-crop {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}
.off-canvas-carousel.image-gallery .flickity-page-dots {
  margin-top: 3.5rem;
}
@media screen and (max-width: 40.625em) {
  .off-canvas-carousel.image-gallery .flickity-prev-next-button {
    top: calc(100% - 1rem*0.75);
  }
  .off-canvas-carousel.image-gallery .flickity-prev-next-button.previous {
    left: 1rem;
  }
  .off-canvas-carousel.image-gallery .flickity-prev-next-button.next {
    right: 1rem;
  }
}
/*************************************************************************
 #Flickity v2.2.1
**************************************************************************/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: visible;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 2rem;
  height: 2rem;
  background-color: #C71D75;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1rem;
  color: #FFFFFF;
  position: relative;
  line-height: normal;
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-prev-next-button.previous {
  left: 0;
}
@media screen and (min-width: 46.875em) {
  .flickity-prev-next-button.previous {
    left: -1rem;
  }
}
@media screen and (min-width: 62.5em) {
  .flickity-prev-next-button.previous {
    left: -2.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .flickity-prev-next-button.previous {
    left: -3rem;
  }
}
.flickity-prev-next-button.previous:after {
  content: '\f053';
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
@media screen and (min-width: 46.875em) {
  .flickity-prev-next-button.next {
    right: -1rem;
  }
}
@media screen and (min-width: 62.5em) {
  .flickity-prev-next-button.next {
    right: -2.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .flickity-prev-next-button.next {
    right: -3rem;
  }
}
.flickity-prev-next-button.next:after {
  content: '\f054';
  right: 0;
}
.flickity-prev-next-button:hover {
  background-color: #539B9A;
}
.flickity-prev-next-button:hover.previous:after {
  left: -0.125rem;
}
.flickity-prev-next-button:hover.next:after {
  right: -0.125rem;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  text-align: center;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.375rem;
  background: #A9CDCD;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  border-radius: 50%;
}
.flickity-page-dots .dot:hover {
  background: #C71D75;
}
.flickity-page-dots .dot.is-selected {
  background: #C71D75;
}
/* 
Use: Animations
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Reveal Animations
**************************************************************************/
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .reveal.fade-in {
    opacity: 0;
  }
  .reveal.scale-in {
    transform: scale(0.95) translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-up {
    transform: translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-left {
    transform: translateX(-1rem);
    opacity: 0;
  }
  .reveal.fade-right {
    transform: translateX(1rem);
    opacity: 0;
  }
  .reveal.slide-left {
    transform: translateX(calc(-100%));
    opacity: 0;
  }
  .reveal.slide-right {
    transform: translateX(calc(100%));
    opacity: 0;
  }
  .revealed.fade-in {
    opacity: 1;
  }
  .revealed.scale-in {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  .revealed.fade-up {
    transform: translateY(0);
    opacity: 1;
  }
  .revealed.fade-left,
  .revealed.fade-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-left,
  .revealed.slide-right {
    transform: translateX(0);
    opacity: 1;
  }
}
/*************************************************************************
 #Image Hover Effect
**************************************************************************/
.image-rollover-effect .image-container img {
  transition: transform 1000ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.image-rollover-effect:hover .image-container img {
  transform: scale(1.1);
}
/*************************************************************************
 #Bounce
**************************************************************************/
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  66% {
    transform: translateY(1rem) scale(0.75);
    opacity: 1;
  }
}
/*
Use: Forms
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  appearance: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  border: none;
}
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"],
select,
textarea {
  background-color: #FFFFFF !important;
  box-shadow: none;
  border-radius: 0.5rem;
  color: #5358C3 !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,
select::placeholder,
textarea::placeholder {
  color: #5358C3 !important;
  opacity: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px #C71D75;
}
textarea {
  border-radius: 0.7rem 1.75rem 1.75rem 0.7rem;
  border-radius: 0.7rem;
}
:is(.home) input[type="text"],
:is(.home) input[type="password"],
:is(.home) input[type="email"],
:is(.home) input[type="number"],
:is(.home) input[type="tel"],
:is(.home) input[type="search"],
:is(.home) input[type="checkbox"],
:is(.home) input[type="radio"],
:is(.home) select,
:is(.home) textarea {
  background-color: #FFFFFF !important;
  box-shadow: none;
  border-radius: 0.7rem 1.75rem 1.75rem 0.7rem;
  color: #5358C3 !important;
}
:is(.home) input[type="text"]::placeholder,
:is(.home) input[type="password"]::placeholder,
:is(.home) input[type="email"]::placeholder,
:is(.home) input[type="number"]::placeholder,
:is(.home) input[type="tel"]::placeholder,
:is(.home) input[type="search"]::placeholder,
:is(.home) input[type="checkbox"]::placeholder,
:is(.home) input[type="radio"]::placeholder,
:is(.home) select::placeholder,
:is(.home) textarea::placeholder {
  color: #5358C3 !important;
  opacity: 1 !important;
}
:is(.home) input[type="text"]:focus,
:is(.home) input[type="password"]:focus,
:is(.home) input[type="email"]:focus,
:is(.home) input[type="number"]:focus,
:is(.home) input[type="tel"]:focus,
:is(.home) input[type="search"]:focus,
:is(.home) input[type="checkbox"]:focus,
:is(.home) input[type="radio"]:focus,
:is(.home) select:focus,
:is(.home) textarea:focus {
  box-shadow: 0 0 0 1px #C71D75;
}
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 {
  appearance: none;
}
select,
input[type="search"] {
  background-position: right -3px center !important;
  background-repeat: no-repeat !important;
  background-size: auto 115% !important;
  padding-right: 10rem;
}
select {
  border-radius: 0.5rem 1.5rem 1.5rem 0.5rem;
  background-image: url('img/ui/icon-down-arrow.svg');
  background-image: url('img/ui/icon-down-arrow-round.svg');
}
input[type="search"] {
  background-image: url('img/ui/search-white-on-blue.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/search-white-on-blue.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  background-color: transparent;
  border-radius: 50% !important;
}
:is(.home) input[type="search"] {
  background-image: url('img/ui/search-white-on-blue.svg') !important;
}
:is(.home) input[type="search"]::placeholder {
  color: #5358C3 !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: 1rem !important;
  min-width: 1rem !important;
  height: 1rem !important;
  min-height: 1rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 50%;
}
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"] {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
  color: #FFFFFF;
  background-color: #5358C3;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  input[type="submit"].large,
  input[type="button"].large,
  input[type="reset"].large {
    padding: 0 1rem;
  }
}
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"].wide,
input[type="button"].wide,
input[type="reset"].wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  input[type="submit"].wide,
  input[type="button"].wide,
  input[type="reset"].wide {
    padding: 0 1rem;
  }
}
input[type="submit"].wide:after,
input[type="button"].wide:after,
input[type="reset"].wide:after {
  width: 3.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;
  background-color: #5358C3;
}
input[type="submit"].blue-button:hover,
input[type="button"].blue-button:hover,
input[type="reset"].blue-button:hover {
  background-color: #98A2D8;
}
input[type="submit"].blue-button-underlined,
input[type="button"].blue-button-underlined,
input[type="reset"].blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
input[type="submit"].blue-button-underlined:after,
input[type="button"].blue-button-underlined:after,
input[type="reset"].blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
input[type="submit"].blue-button-underlined:hover,
input[type="button"].blue-button-underlined:hover,
input[type="reset"].blue-button-underlined:hover {
  color: #FFFFFF;
}
input[type="submit"].blue-button-underlined:hover:after,
input[type="button"].blue-button-underlined:hover:after,
input[type="reset"].blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
input[type="submit"].magenta-button,
input[type="button"].magenta-button,
input[type="reset"].magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
input[type="submit"].magenta-button:hover,
input[type="button"].magenta-button:hover,
input[type="reset"].magenta-button:hover {
  background-color: #E38EBA;
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
input[type="reset"].grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
input[type="submit"].grey-button:hover,
input[type="button"].grey-button:hover,
input[type="reset"].grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
input[type="submit"].green-button,
input[type="button"].green-button,
input[type="reset"].green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
input[type="submit"].green-button:hover,
input[type="button"].green-button:hover,
input[type="reset"].green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
input[type="submit"].white-button,
input[type="button"].white-button,
input[type="reset"].white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
input[type="submit"].white-button:hover,
input[type="button"].white-button:hover,
input[type="reset"].white-button:hover {
  background-color: #9D9D9D;
}
input[type="submit"].white-button-underlined,
input[type="button"].white-button-underlined,
input[type="reset"].white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
input[type="submit"].white-button-underlined:after,
input[type="button"].white-button-underlined:after,
input[type="reset"].white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
input[type="submit"].white-button-underlined:hover,
input[type="button"].white-button-underlined:hover,
input[type="reset"].white-button-underlined:hover {
  color: #C71D75;
}
input[type="submit"].white-button-underlined:hover:after,
input[type="button"].white-button-underlined:hover:after,
input[type="reset"].white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
input[type="submit"].magenta-button,
input[type="button"].magenta-button,
input[type="reset"].magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
input[type="submit"].magenta-button:hover,
input[type="button"].magenta-button:hover,
input[type="reset"].magenta-button:hover {
  background-color: #539B9A;
}
input[type="submit"].brown-outline-button,
input[type="button"].brown-outline-button,
input[type="reset"].brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
input[type="submit"].brown-outline-button:hover,
input[type="button"].brown-outline-button:hover,
input[type="reset"].brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
input[type="submit"].magenta-button-underlined,
input[type="button"].magenta-button-underlined,
input[type="reset"].magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
input[type="submit"].magenta-button-underlined:after,
input[type="button"].magenta-button-underlined:after,
input[type="reset"].magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
input[type="submit"].magenta-button-underlined:hover,
input[type="button"].magenta-button-underlined:hover,
input[type="reset"].magenta-button-underlined:hover {
  color: #FFFFFF;
}
input[type="submit"].magenta-button-underlined:hover:after,
input[type="button"].magenta-button-underlined:hover:after,
input[type="reset"].magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"].reset,
input[type="button"].reset,
input[type="reset"].reset {
  letter-spacing: 0.5px;
}
input[type="submit"].reset:after,
input[type="button"].reset:after,
input[type="reset"].reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
input[type="submit"].reset:hover:after,
input[type="button"].reset:hover:after,
input[type="reset"].reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (max-width: 46.875em) {
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    padding: 0 1rem;
  }
}
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: #98A2D8;
}
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.newsletter-type .field-wrap {
  gap: 0.5rem;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-label {
  width: auto;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-label .nf-label-span {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #FFFFFF;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-element {
  width: auto;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-element ul {
  display: flex;
  gap: 1rem;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-element ul li {
  display: flex;
  align-items: center;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-element ul li input {
  margin-top: 0;
  width: auto;
}
nf-field .nf-field-container.newsletter-type .field-wrap .nf-field-element ul li label {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 0.25rem;
}
nf-field .nf-field-container.newsletter-type.label-left .nf-after-field {
  margin-left: 0;
}
nf-field .nf-field-container.list-container .nf-field-element ul li {
  margin-bottom: 0.75rem !important;
}
nf-field .nf-field-container.list-container .nf-field-element ul li:last-child {
  margin-bottom: 0 !important;
}
nf-field .nf-field-container.list-container .nf-field-element ul li label {
  color: #5358C3;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
}
nf-field .nf-field-container.checkbox-container .nf-field {
  padding-left: 1.5rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
  display: flex;
  align-items: center;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0 !important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  display: flex;
  align-items: center;
  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: #9D9D9D;
  border-radius: 0 !important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #5358C3;
}
nf-field .nf-after-field {
  width: 100% !important;
}
nf-field .submit-wrap {
  float: left;
}
nf-field .submit-wrap .nf-field-element {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
  color: #FFFFFF;
  background-color: #5358C3;
  margin: 0 !important;
}
nf-field .submit-wrap .nf-field-element:last-child {
  margin-bottom: 0;
}
nf-field .submit-wrap .nf-field-element:focus {
  outline: none;
}
nf-field .submit-wrap .nf-field-element:hover {
  border-bottom: none;
}
nf-field .submit-wrap .nf-field-element:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
nf-field .submit-wrap .nf-field-element:before,
nf-field .submit-wrap .nf-field-element:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
nf-field .submit-wrap .nf-field-element:before {
  z-index: -2;
}
nf-field .submit-wrap .nf-field-element:after {
  z-index: -1;
}
nf-field .submit-wrap .nf-field-element.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
nf-field .submit-wrap .nf-field-element.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .submit-wrap .nf-field-element.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
nf-field .submit-wrap .nf-field-element.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
nf-field .submit-wrap .nf-field-element.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  nf-field .submit-wrap .nf-field-element.large {
    padding: 0 1rem;
  }
}
nf-field .submit-wrap .nf-field-element.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .submit-wrap .nf-field-element.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  nf-field .submit-wrap .nf-field-element.wide {
    padding: 0 1rem;
  }
}
nf-field .submit-wrap .nf-field-element.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .submit-wrap .nf-field-element.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
nf-field .submit-wrap .nf-field-element.blue-button:hover {
  background-color: #98A2D8;
}
nf-field .submit-wrap .nf-field-element.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
nf-field .submit-wrap .nf-field-element.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
nf-field .submit-wrap .nf-field-element.blue-button-underlined:hover {
  color: #FFFFFF;
}
nf-field .submit-wrap .nf-field-element.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
nf-field .submit-wrap .nf-field-element.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
nf-field .submit-wrap .nf-field-element.magenta-button:hover {
  background-color: #E38EBA;
}
nf-field .submit-wrap .nf-field-element.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
nf-field .submit-wrap .nf-field-element.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
nf-field .submit-wrap .nf-field-element.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
nf-field .submit-wrap .nf-field-element.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
nf-field .submit-wrap .nf-field-element.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
nf-field .submit-wrap .nf-field-element.white-button:hover {
  background-color: #9D9D9D;
}
nf-field .submit-wrap .nf-field-element.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
nf-field .submit-wrap .nf-field-element.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
nf-field .submit-wrap .nf-field-element.white-button-underlined:hover {
  color: #C71D75;
}
nf-field .submit-wrap .nf-field-element.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
nf-field .submit-wrap .nf-field-element.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
nf-field .submit-wrap .nf-field-element.magenta-button:hover {
  background-color: #539B9A;
}
nf-field .submit-wrap .nf-field-element.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
nf-field .submit-wrap .nf-field-element.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
nf-field .submit-wrap .nf-field-element.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
nf-field .submit-wrap .nf-field-element.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
nf-field .submit-wrap .nf-field-element.magenta-button-underlined:hover {
  color: #FFFFFF;
}
nf-field .submit-wrap .nf-field-element.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
nf-field .submit-wrap .nf-field-element.with-icon {
  padding-right: 0!important;
}
nf-field .submit-wrap .nf-field-element.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.text-button-with-icon {
  padding-right: 0!important;
}
nf-field .submit-wrap .nf-field-element.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.text-button-with-icon:after {
  margin-left: 0.5rem;
}
nf-field .submit-wrap .nf-field-element.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
nf-field .submit-wrap .nf-field-element.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nf-field .submit-wrap .nf-field-element.download-button {
  padding-right: 0!important;
}
nf-field .submit-wrap .nf-field-element.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
nf-field .submit-wrap .nf-field-element.search-button {
  padding-right: 0!important;
}
nf-field .submit-wrap .nf-field-element.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
nf-field .submit-wrap .nf-field-element.arrow-left:after {
  content: '\f053';
}
nf-field .submit-wrap .nf-field-element.arrow-right:after {
  content: '\f054';
}
nf-field .submit-wrap .nf-field-element.plus-button {
  padding-right: 0!important;
}
nf-field .submit-wrap .nf-field-element.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.plus-button:after {
  content: '\2b';
}
nf-field .submit-wrap .nf-field-element.minus-button {
  padding-right: 0!important;
}
nf-field .submit-wrap .nf-field-element.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
nf-field .submit-wrap .nf-field-element.minus-button:after {
  content: '\2d';
}
nf-field .submit-wrap .nf-field-element.close:after {
  content: '\f00d';
}
nf-field .submit-wrap .nf-field-element.reset {
  letter-spacing: 0.5px;
}
nf-field .submit-wrap .nf-field-element.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
nf-field .submit-wrap .nf-field-element.reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (max-width: 46.875em) {
  nf-field .submit-wrap .nf-field-element {
    padding: 0 1rem;
  }
}
nf-field .submit-wrap .nf-field-element:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .submit-wrap .nf-field-element:hover {
  background-color: #98A2D8;
}
nf-field .submit-wrap .nf-field-element input {
  background-color: transparent !important;
  padding: 0 !important;
  color: #FFFFFF !important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: 0 0 0 1px #5358C3;
  border: none !important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.nf-error-msg {
  background-color: #C71D75;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  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 {
  box-shadow: 0 0 0 1px #9D9D9D;
}
.dark-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #5358C3 !important;
}
@media screen and (max-width: 46.875em) {
  .newsletter-form nf-field:nth-child(1) .nf-field-container,
  .newsletter-form nf-field:nth-child(2) .nf-field-container {
    width: 100%;
    margin-left: 0;
  }
}
.newsletter-forms nf-field:nth-child(1) .nf-field-container,
.newsletter-forms nf-field:nth-child(2) .nf-field-container,
.newsletter-forms nf-field:nth-child(2) .nf-field-container {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 46.875em) {
  .newsletter-forms nf-field:nth-child(1) .nf-field-container,
  .newsletter-forms nf-field:nth-child(2) .nf-field-container,
  .newsletter-forms nf-field:nth-child(2) .nf-field-container {
    width: calc(31, 5% - 2.5rem - 2.5%);
  }
}
@media screen and (min-width: 46.875em) {
  .newsletter-forms nf-field:nth-child(2) .nf-field-container,
  .newsletter-forms nf-field:nth-child(3) .nf-field-container {
    margin-left: 2.5%;
  }
}
.newsletter-forms nf-field:nth-child(4) .nf-field-container {
  min-width: 2.5rem;
  float: left;
  clear: none;
  margin-left: 0;
}
@media screen and (min-width: 46.875em) {
  .newsletter-forms nf-field:nth-child(4) .nf-field-container {
    margin-left: 2.5%;
  }
}
.newsletter-forms nf-field:nth-child(4) .nf-field-container .submit-wrap {
  width: 100%;
}
.newsletter-forms nf-field:nth-child(4) .nf-field-container .submit-wrap .nf-field-element {
  margin-bottom: 0;
}
.newsletter-forms nf-field:nth-child(4) .nf-field-container .submit-wrap .nf-field-element input {
  min-width: 100%;
}
/*************************************************************************
 #Contact Form Modular Module
**************************************************************************/
.contact-form-modular:has(.contact-form-modular) {
  padding: 3rem;
}
.contact-form-modular:has(.contact-form-modular) > div {
  padding: 3rem;
}
.contact-form-modular > div {
  border-radius: 0.75rem;
}
.contact-form-modular .nf-form-content nf-fields-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
}
.contact-form-modular .nf-form-content nf-fields-wrap nf-field {
  flex-basis: 100%;
}
.contact-form-modular .nf-form-content nf-fields-wrap .nf-field-container {
  margin-bottom: 0;
}
.contact-form-modular .nf-form-content nf-fields-wrap nf-field:has(textarea) {
  flex-basis: 100%;
}
.contact-form-modular .nf-form-content nf-field:has(.form-legal-container, .form-consent-container, .submit-container) {
  flex-basis: 100%;
  text-align: center;
  font-size: 0.75rem;
}
.contact-form-modular .nf-form-content nf-field .submit-wrap {
  display: grid;
  justify-content: center;
  float: none;
  align-self: center;
}
.contact-form-modular-alt .contact-alt-form {
  border-radius: 0.75rem;
  padding: 2rem;
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container {
  position: relative;
  z-index: 1;
}
.filter-module .heading {
  margin-bottom: 1rem;
}
.filter-module .filters {
  display: flex;
  overflow: visible;
  flex-flow: column wrap;
  gap: 0.5rem;
  justify-content: center;
  /* Three col above 1000px width */
}
@media screen and (min-width: 62.5em) {
  .filter-module .filters {
    gap: 1rem;
  }
}
.filter-module .filters .facetwp-facet {
  margin-bottom: 0 !important;
}
.filter-module .filters .facetwp-type-search {
  margin-bottom: 0;
}
.filter-module .filters .facetwp-type-search input[type="text"] {
  border-radius: 0.5rem 1.5rem 1.5rem 0.5rem;
}
@media screen and (max-width: 62.5em) {
  .filter-module .filters .facetwp-type-search {
    width: 100%;
  }
}
.filter-module .filters .facetwp-type-search .facetwp-input-wrap,
.filter-module .filters .facetwp-type-search input {
  width: 100%;
}
.filter-module .filters .facetwp-type-dropdown,
.filter-module .filters .facetwp-type-sort,
.filter-module .filters .facetwp-sort {
  margin-bottom: 0;
}
.filter-module .filters .facetwp-type-dropdown select,
.filter-module .filters .facetwp-type-sort select,
.filter-module .filters .facetwp-sort select {
  width: 100%;
  border-radius: 2.5rem;
}
.filter-module .filters .facetwp-type-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
  color: #FFFFFF;
  color: #FFFFFF !important;
  background-color: #C71D75;
  color: #D7D7D7;
  margin: 0;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:last-child {
  margin-bottom: 0;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:focus {
  outline: none;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:hover {
  border-bottom: none;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:before,
.filter-module .filters .facetwp-type-radio .facetwp-radio:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:before {
  z-index: -2;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:after {
  z-index: -1;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .filter-module .filters .facetwp-type-radio .facetwp-radio.large {
    padding: 0 1rem;
  }
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .filter-module .filters .facetwp-type-radio .facetwp-radio.wide {
    padding: 0 1rem;
  }
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.blue-button:hover {
  background-color: #98A2D8;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.blue-button-underlined:hover {
  color: #FFFFFF;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button:hover {
  background-color: #E38EBA;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.white-button:hover {
  background-color: #9D9D9D;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.white-button-underlined:hover {
  color: #C71D75;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button:hover {
  background-color: #539B9A;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.with-icon {
  padding-right: 0!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.text-button-with-icon {
  padding-right: 0!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.download-button {
  padding-right: 0!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.search-button {
  padding-right: 0!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.arrow-left:after {
  content: '\f053';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.arrow-right:after {
  content: '\f054';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.plus-button {
  padding-right: 0!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.plus-button:after {
  content: '\2b';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.minus-button {
  padding-right: 0!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.minus-button:after {
  content: '\2d';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.close:after {
  content: '\f00d';
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.reset {
  letter-spacing: 0.5px;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (max-width: 46.875em) {
  .filter-module .filters .facetwp-type-radio .facetwp-radio {
    padding: 0 1rem;
  }
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:hover {
  background-color: #E38EBA;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:hover {
  background-color: #539B9A;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio:hover {
  color: #9D9D9D;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio.checked {
  background-color: #FFFFFF;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
  color: #C71D75;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  background-image: none;
  margin: 0;
}
.filter-module .filters .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
.filter-module .filters .facetwp-type-hierarchy_select {
  width: 100%;
  display: flex;
  flex-direction: column wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.filter-module .filters .facetwp-type-hierarchy_select select {
  flex: 1 1 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 62.5em) {
  .filter-module .filters .facetwp-type-hierarchy_select {
    gap: 1rem;
  }
}
.filter-module .filters.left-align .facetwp-type-radio {
  justify-content: flex-start;
}
.filter-module .filters .facetwp-facet-departments_filter {
  margin: 0 auto;
}
@media screen and (min-width: 62.5em) {
  .filter-module .filters {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
  }
  .filter-module .filters .facetwp-type-search {
    grid-column: 1/3;
  }
  .filter-module .filters .facetwp-facet input.facetwp-search {
    min-width: inherit;
  }
  .filter-module .filters .facetwp-type-hierarchy_select {
    grid-column: 3/7;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.search .filter-module {
  justify-content: center;
}
.facetwp-type-reset {
  margin-bottom: 0 !important;
}
.facetwp-type-reset .facetwp-reset {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
  padding-right: 0!important;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.facetwp-type-reset .facetwp-reset:last-child {
  margin-bottom: 0;
}
.facetwp-type-reset .facetwp-reset:focus {
  outline: none;
}
.facetwp-type-reset .facetwp-reset:hover {
  border-bottom: none;
}
.facetwp-type-reset .facetwp-reset:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-reset .facetwp-reset:before,
.facetwp-type-reset .facetwp-reset:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-reset .facetwp-reset:before {
  z-index: -2;
}
.facetwp-type-reset .facetwp-reset:after {
  z-index: -1;
}
.facetwp-type-reset .facetwp-reset.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.facetwp-type-reset .facetwp-reset.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.facetwp-type-reset .facetwp-reset.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-reset .facetwp-reset.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .facetwp-type-reset .facetwp-reset.large {
    padding: 0 1rem;
  }
}
.facetwp-type-reset .facetwp-reset.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  .facetwp-type-reset .facetwp-reset.wide {
    padding: 0 1rem;
  }
}
.facetwp-type-reset .facetwp-reset.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
.facetwp-type-reset .facetwp-reset.blue-button:hover {
  background-color: #98A2D8;
}
.facetwp-type-reset .facetwp-reset.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
.facetwp-type-reset .facetwp-reset.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
.facetwp-type-reset .facetwp-reset.blue-button-underlined:hover {
  color: #FFFFFF;
}
.facetwp-type-reset .facetwp-reset.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
.facetwp-type-reset .facetwp-reset.magenta-button:hover {
  background-color: #E38EBA;
}
.facetwp-type-reset .facetwp-reset.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
.facetwp-type-reset .facetwp-reset.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
.facetwp-type-reset .facetwp-reset.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
.facetwp-type-reset .facetwp-reset.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
.facetwp-type-reset .facetwp-reset.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
.facetwp-type-reset .facetwp-reset.white-button:hover {
  background-color: #9D9D9D;
}
.facetwp-type-reset .facetwp-reset.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.facetwp-type-reset .facetwp-reset.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
.facetwp-type-reset .facetwp-reset.white-button-underlined:hover {
  color: #C71D75;
}
.facetwp-type-reset .facetwp-reset.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.facetwp-type-reset .facetwp-reset.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.facetwp-type-reset .facetwp-reset.magenta-button:hover {
  background-color: #539B9A;
}
.facetwp-type-reset .facetwp-reset.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
.facetwp-type-reset .facetwp-reset.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
.facetwp-type-reset .facetwp-reset.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
.facetwp-type-reset .facetwp-reset.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
.facetwp-type-reset .facetwp-reset.magenta-button-underlined:hover {
  color: #FFFFFF;
}
.facetwp-type-reset .facetwp-reset.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
.facetwp-type-reset .facetwp-reset.with-icon {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.text-button-with-icon {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.facetwp-type-reset .facetwp-reset.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-reset .facetwp-reset.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-reset .facetwp-reset.download-button {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
.facetwp-type-reset .facetwp-reset.search-button {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
.facetwp-type-reset .facetwp-reset.arrow-left:after {
  content: '\f053';
}
.facetwp-type-reset .facetwp-reset.arrow-right:after {
  content: '\f054';
}
.facetwp-type-reset .facetwp-reset.plus-button {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.plus-button:after {
  content: '\2b';
}
.facetwp-type-reset .facetwp-reset.minus-button {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset.minus-button:after {
  content: '\2d';
}
.facetwp-type-reset .facetwp-reset.close:after {
  content: '\f00d';
}
.facetwp-type-reset .facetwp-reset.reset {
  letter-spacing: 0.5px;
}
.facetwp-type-reset .facetwp-reset.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.facetwp-type-reset .facetwp-reset.reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (max-width: 46.875em) {
  .facetwp-type-reset .facetwp-reset {
    padding: 0 1rem;
  }
}
.facetwp-type-reset .facetwp-reset:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
.facetwp-type-reset .facetwp-reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
.facetwp-type-reset .facetwp-reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-type-reset .facetwp-reset:hover {
  background-color: #E38EBA;
}
.facetwp-type-reset .facetwp-reset:hover {
  background-color: #539B9A;
}
/*************************************************************************
 #Ajax Live Search
**************************************************************************/
.search-form {
  position: static;
}
@media screen and (min-width: 40.625em) {
  .search-form {
    position: relative;
  }
}
.search-form input {
  width: 100%;
}
.ajax-live-search-results {
  position: absolute;
  top: calc(100% + 1rem*0.5);
  left: 0;
  width: 100%;
}
.ajax-live-search-results h1,
.ajax-live-search-results h2,
.ajax-live-search-results h3,
.ajax-live-search-results h4,
.ajax-live-search-results h5 {
  color: #5358C3 !important;
}
.ajax-live-search-results h1 a,
.ajax-live-search-results h2 a,
.ajax-live-search-results h3 a,
.ajax-live-search-results h4 a,
.ajax-live-search-results h5 a {
  color: #5358C3 !important;
}
.ajax-live-search-results p,
.ajax-live-search-results ul,
.ajax-live-search-results li,
.ajax-live-search-results label {
  color: #1A1C3C !important;
}
.ajax-live-search-results a {
  color: #C71D75 !important;
}
.ajax-live-search-results .relevanssi-live-search-results {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem !important;
  min-height: 0 !important;
  max-height: 14rem;
  background-color: #FFFFFF;
  overflow-y: scroll !important;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-no-results {
  padding: 1rem;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result-status {
  background-color: #C71D75;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result-status p {
  font-size: 0.75rem;
  color: #FFFFFF !important;
  padding: 0.5rem 0.75rem;
  border-bottom: none;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result {
  position: relative;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result p {
  padding: 0;
  border-bottom: none;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.75rem;
  text-decoration: none;
  font-size: 1rem;
  color: #1A1C3C !important;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result p a:after {
  content: unset;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:has(.content-wrapper) p a {
  padding-bottom: 0;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:has(.content-wrapper) .content-wrapper {
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  margin: 0;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:has(.content-wrapper) .content-wrapper p {
  font-size: 0.9rem;
  color: #9D9D9D !important;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:has(.content-wrapper):has(.excerpt_part:empty) .content-wrapper {
  display: none;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:has(.content-wrapper):has(.excerpt_part:empty) p a {
  padding-bottom: 0.75rem !important;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:before {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 0;
  height: 1px;
  width: calc(100% - 1rem*1.5);
  background-color: #F6FAFA;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:last-child:before {
  display: none;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:after {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f061';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E38EBA;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:hover {
  background-color: #F6FAFA;
}
.ajax-live-search-results .relevanssi-live-search-results .relevanssi-live-search-result:hover:after {
  color: #C71D75;
  right: 0.75rem;
}
.relevanssi-live-search-results {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  display: none;
  width: 100% !important;
  height: 0;
  min-height: 10rem;
  top: 100% !important;
  left: 0 !important;
  opacity: 0;
  z-index: 903;
}
.relevanssi-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow-y: scroll !important;
}
@keyframes relevanssi-spinner-line-fade-more {
  0%,
  100% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
}
@keyframes relevanssi-spinner-line-fade-quick {
  0%,
  39%,
  100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
@keyframes relevanssi-spinner-line-fade-default {
  0%,
  100% {
    opacity: 0.15;
  }
  1% {
    opacity: 1;
  }
}
.live-ajax-messages {
  display: flex;
  justify-content: center;
}
.live-ajax-messages #relevanssi-live-ajax-search-spinner {
  width: 28px;
  height: 28px;
  border: 2px solid #C71D75;
  border-bottom-color: #FFFFFF;
  border-radius: 50%;
  display: none;
  opacity: 0;
  animation: rotation 1s linear infinite;
  animation: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.live-ajax-messages #relevanssi-live-ajax-search-spinner:before,
.live-ajax-messages #relevanssi-live-ajax-search-spinner:after {
  display: none;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.live-ajax-messages #relevanssi-live-ajax-search-spinner.rlv-has-spinner {
  display: inline-block;
  opacity: 1;
}
.filters {
  border-radius: 0 1rem 1rem 0;
}
.filters .facetwp-icon::before {
  display: none;
}
.filters .facetwp-icon::after {
  display: block;
  content: '';
  width: 55px;
  height: 100%;
  aspect-ratio: 1;
  background-image: url('img/ui/search-white-on-blue.svg');
  background-repeat: no-repeat;
  background-position-x: 10px!important;
  background-position-y: 50%!important;
  background-size: 50px;
}
.filters .facetwp-icon {
  opacity: 1;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
#breadcrumbs a {
  color: #DDECEC;
}
#breadcrumbs a:after {
  background-color: #FFFFFF;
}
#breadcrumbs a:hover:after {
  background-color: #98A2D8;
}
.white-section #breadcrumbs a {
  color: #539B9A;
}
.white-section #breadcrumbs a:after {
  background-color: #DDECEC;
}
.white-section #breadcrumbs a:hover:after {
  background-color: #539B9A;
}
/*************************************************************************
 #Contact Template
**************************************************************************/
.contact-details .contact-links {
  margin-left: 0;
}
.contact-details .contact-links li {
  list-style-type: none;
}
.contact-details .contact-links li ul,
.contact-details .contact-links li ol {
  margin-top: 0;
}
.contact-details .contact-links li {
  margin-bottom: 0.25rem;
}
.contact-details .contact-links li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9D9D9D;
  position: relative;
}
.contact-details .contact-links li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #5358C3;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.contact-details .contact-links li a:hover:after {
  height: 4px;
  border-radius: 4px;
  background-color: #C71D75;
}
.contact-details .contact-links li a:hover:after {
  background-color: rgba(199, 29, 117, 0.25);
}
/*
Use: Header
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Global
**************************************************************************/
/*************************************************************************
 #Main Masthead
**************************************************************************/
#header {
  position: relative;
  z-index: 1005;
}
#masthead {
  display: flex;
  align-items: center;
}
#masthead .navigation-logo {
  position: relative;
  z-index: 1;
  max-width: 3rem;
}
#masthead .navigation-logo img {
  width: 100%;
  height: auto;
}
#masthead .navigation-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
#masthead .navigation-module .navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}
@media screen and (max-width: 62.5em) {
  #masthead .navigation-module .navigation-container {
    justify-content: space-between;
  }
}
#masthead .navigation-module .navigation-container .navigation-group {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-basis: 75%;
}
#masthead .navigation-module .navigation-container .navigation-group ul.contact-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0;
  margin-inline-end: 0.5rem;
}
@media screen and (min-width: 46.875em) {
  #masthead .navigation-module .navigation-container .navigation-group ul.contact-list {
    padding: 0.5rem 1.5rem;
    background-color: #F6FAFA;
    border-radius: 0.5rem;
  }
}
#masthead .navigation-module .navigation-container .navigation-group ul.contact-list li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0;
}
#masthead .navigation-module .navigation-container .navigation-group ul.contact-list li a {
  font-size: 0.8rem;
}
#masthead .navigation-module .navigation-container .open-button {
  appearance: none;
  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;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  z-index: 1;
  padding: 0!important;
  text-indent: -9999px;
  padding-right: 0!important;
  width: 1.75rem;
  height: 8rem;
  line-height: 8rem;
  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;
}
#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 {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
#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;
  border-radius: 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;
  border-radius: 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;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  #masthead .navigation-module .navigation-container .open-button.large {
    padding: 0 1rem;
  }
}
#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.wide {
  margin: 0 auto;
  min-width: 3.5rem;
  max-width: 12rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 46.875em) {
  #masthead .navigation-module .navigation-container .open-button.wide {
    padding: 0 1rem;
  }
}
#masthead .navigation-module .navigation-container .open-button.wide:after {
  width: 3.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
#masthead .navigation-module .navigation-container .open-button.blue-button {
  color: #FFFFFF;
  background-color: #5358C3;
}
#masthead .navigation-module .navigation-container .open-button.blue-button:hover {
  background-color: #98A2D8;
}
#masthead .navigation-module .navigation-container .open-button.blue-button-underlined {
  color: #5358C3;
  padding: 0 0.5rem;
  transform-style: preserve-3d;
}
#masthead .navigation-module .navigation-container .open-button.blue-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #5358C3;
  width: 100%;
  transform: translateZ(-1px);
}
#masthead .navigation-module .navigation-container .open-button.blue-button-underlined:hover {
  color: #FFFFFF;
}
#masthead .navigation-module .navigation-container .open-button.blue-button-underlined:hover:after {
  right: 0;
  left: 0;
  height: calc(100% + 3px);
  width: 100%;
}
#masthead .navigation-module .navigation-container .open-button.magenta-button {
  color: #FFFFFF;
  background-color: #C71D75;
}
#masthead .navigation-module .navigation-container .open-button.magenta-button:hover {
  background-color: #E38EBA;
}
#masthead .navigation-module .navigation-container .open-button.grey-button {
  color: #FFFFFF !important;
  background-color: #9D9D9D;
}
#masthead .navigation-module .navigation-container .open-button.grey-button:hover {
  color: #9D9D9D;
  background-color: #D7D7D7;
}
#masthead .navigation-module .navigation-container .open-button.green-button {
  color: #FFFFFF !important;
  background-color: #A9CDCD;
}
#masthead .navigation-module .navigation-container .open-button.green-button:hover {
  color: #C71D75 !important;
  background-color: #DDECEC;
}
#masthead .navigation-module .navigation-container .open-button.white-button {
  color: #5358C3 !important;
  background-color: #FFFFFF;
}
#masthead .navigation-module .navigation-container .open-button.white-button:hover {
  background-color: #9D9D9D;
}
#masthead .navigation-module .navigation-container .open-button.white-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
#masthead .navigation-module .navigation-container .open-button.white-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
  transform: translateZ(-1px);
}
#masthead .navigation-module .navigation-container .open-button.white-button-underlined:hover {
  color: #C71D75;
}
#masthead .navigation-module .navigation-container .open-button.white-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
#masthead .navigation-module .navigation-container .open-button.magenta-button {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
#masthead .navigation-module .navigation-container .open-button.magenta-button:hover {
  background-color: #539B9A;
}
#masthead .navigation-module .navigation-container .open-button.brown-outline-button {
  color: #C71D75 !important;
  background-color: transparent;
  border: 2px solid #C71D75 !important;
}
#masthead .navigation-module .navigation-container .open-button.brown-outline-button:hover {
  color: #FFFFFF !important;
  background-color: #C71D75;
}
#masthead .navigation-module .navigation-container .open-button.magenta-button-underlined {
  color: #C71D75;
  padding: 0;
  transform-style: preserve-3d;
}
#masthead .navigation-module .navigation-container .open-button.magenta-button-underlined:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 3px;
  background-color: #C71D75;
  width: 100%;
  transform: translateZ(-1px);
}
#masthead .navigation-module .navigation-container .open-button.magenta-button-underlined:hover {
  color: #FFFFFF;
}
#masthead .navigation-module .navigation-container .open-button.magenta-button-underlined:hover:after {
  right: -0.75rem;
  bottom: 0;
  left: -0.75rem;
  height: 100%;
  width: calc(100% + 1rem*1.5);
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#masthead .navigation-module .navigation-container .open-button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#masthead .navigation-module .navigation-container .open-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f33d';
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#masthead .navigation-module .navigation-container .open-button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#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.reset {
  letter-spacing: 0.5px;
}
#masthead .navigation-module .navigation-container .open-button.reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  content: '\f021';
  font-size: 0.75rem;
  transform: rotate(0deg);
  will-change: transform;
}
#masthead .navigation-module .navigation-container .open-button.reset:hover:after {
  transform: rotate(-360deg);
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#masthead .navigation-module .navigation-container .open-button:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: inherit!important;
}
#masthead .navigation-module .navigation-container .open-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  content: '\f002';
}
#masthead .navigation-module .navigation-container .open-button:after {
  color: #5358C3;
  font-size: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  #masthead .navigation-module .navigation-container .open-button {
    appearance: none;
    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;
    outline: none;
    border: none;
    border-bottom: none;
    text-shadow: none;
    cursor: pointer;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    font-family: "puffin-display-soft", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.7rem !important;
    z-index: 1;
    min-width: 2.5rem;
    min-height: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    padding: 0 2.5rem;
    color: #FFFFFF !important;
    background-color: #9D9D9D;
    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;
  }
  #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 {
    transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
    display: block;
    position: absolute;
    content: '';
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
  #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;
    border-radius: 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;
    border-radius: 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;
    border-radius: 2.5rem;
    padding: 0 2.5rem;
  }
  #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.wide {
    margin: 0 auto;
    min-width: 3.5rem;
    max-width: 12rem;
    min-height: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    padding: 0 2.5rem;
  }
  #masthead .navigation-module .navigation-container .open-button.wide:after {
    width: 3.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button {
    color: #FFFFFF;
    background-color: #5358C3;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button:hover {
    background-color: #98A2D8;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button-underlined {
    color: #5358C3;
    padding: 0 0.5rem;
    transform-style: preserve-3d;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button-underlined:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #5358C3;
    width: 100%;
    transform: translateZ(-1px);
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button-underlined:hover {
    color: #FFFFFF;
  }
  #masthead .navigation-module .navigation-container .open-button.blue-button-underlined:hover:after {
    right: 0;
    left: 0;
    height: calc(100% + 3px);
    width: 100%;
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button {
    color: #FFFFFF;
    background-color: #C71D75;
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button:hover {
    background-color: #E38EBA;
  }
  #masthead .navigation-module .navigation-container .open-button.grey-button {
    color: #FFFFFF !important;
    background-color: #9D9D9D;
  }
  #masthead .navigation-module .navigation-container .open-button.grey-button:hover {
    color: #9D9D9D;
    background-color: #D7D7D7;
  }
  #masthead .navigation-module .navigation-container .open-button.green-button {
    color: #FFFFFF !important;
    background-color: #A9CDCD;
  }
  #masthead .navigation-module .navigation-container .open-button.green-button:hover {
    color: #C71D75 !important;
    background-color: #DDECEC;
  }
  #masthead .navigation-module .navigation-container .open-button.white-button {
    color: #5358C3 !important;
    background-color: #FFFFFF;
  }
  #masthead .navigation-module .navigation-container .open-button.white-button:hover {
    background-color: #9D9D9D;
  }
  #masthead .navigation-module .navigation-container .open-button.white-button-underlined {
    color: #C71D75;
    padding: 0;
    transform-style: preserve-3d;
  }
  #masthead .navigation-module .navigation-container .open-button.white-button-underlined:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    left: 0;
    height: 3px;
    background-color: #FFFFFF;
    width: 100%;
    transform: translateZ(-1px);
  }
  #masthead .navigation-module .navigation-container .open-button.white-button-underlined:hover {
    color: #C71D75;
  }
  #masthead .navigation-module .navigation-container .open-button.white-button-underlined:hover:after {
    right: -0.75rem;
    bottom: 0;
    left: -0.75rem;
    height: 100%;
    width: calc(100% + 1rem*1.5);
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button {
    color: #FFFFFF !important;
    background-color: #C71D75;
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button:hover {
    background-color: #539B9A;
  }
  #masthead .navigation-module .navigation-container .open-button.brown-outline-button {
    color: #C71D75 !important;
    background-color: transparent;
    border: 2px solid #C71D75 !important;
  }
  #masthead .navigation-module .navigation-container .open-button.brown-outline-button:hover {
    color: #FFFFFF !important;
    background-color: #C71D75;
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button-underlined {
    color: #C71D75;
    padding: 0;
    transform-style: preserve-3d;
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button-underlined:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    left: 0;
    height: 3px;
    background-color: #C71D75;
    width: 100%;
    transform: translateZ(-1px);
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button-underlined:hover {
    color: #FFFFFF;
  }
  #masthead .navigation-module .navigation-container .open-button.magenta-button-underlined:hover:after {
    right: -0.75rem;
    bottom: 0;
    left: -0.75rem;
    height: 100%;
    width: calc(100% + 1rem*1.5);
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #masthead .navigation-module .navigation-container .open-button.icon-only:after {
    position: absolute!important;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #masthead .navigation-module .navigation-container .open-button.download-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    content: '\f33d';
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #masthead .navigation-module .navigation-container .open-button.search-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #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.reset {
    letter-spacing: 0.5px;
  }
  #masthead .navigation-module .navigation-container .open-button.reset:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 900;
    content: '\f021';
    font-size: 0.75rem;
    transform: rotate(0deg);
    will-change: transform;
  }
  #masthead .navigation-module .navigation-container .open-button.reset:hover:after {
    transform: rotate(-360deg);
  }
  #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: #9D9D9D;
    background-color: #D7D7D7;
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    position: absolute!important;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #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;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: inherit!important;
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    content: '\f002';
  }
  #masthead .navigation-module .navigation-container .open-button:after {
    font-size: inherit;
  }
}
@media screen and (min-width: 62.5em) and screen and (max-width: 46.875em) {
  #masthead .navigation-module .navigation-container .open-button.large {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 62.5em) and screen and (max-width: 46.875em) {
  #masthead .navigation-module .navigation-container .open-button.wide {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 62.5em) and screen and (max-width: 46.875em) {
  #masthead .navigation-module .navigation-container .open-button {
    padding: 0 1rem;
  }
}
#masthead .logo-module {
  flex: 0 0 13rem;
  height: auto;
  margin-inline-end: 1rem;
}
@media screen and (max-width: 31.25em) {
  #masthead .logo-module {
    flex: 1 1 auto;
  }
}
#masthead .logo-module a {
  display: block;
}
#masthead .logo-module img,
#masthead .logo-module svg {
  width: 100%;
  height: auto;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.masthead-container:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation {
  margin-left: 0;
  position: relative;
  gap: 1rem;
  margin-bottom: 0;
  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;
}
@media screen and (max-width: 68.75em) {
  ul.simple-horizontal-navigation {
    display: none;
  }
}
@media screen and (min-width: 68.75em) {
  ul.simple-horizontal-navigation {
    display: flex;
    justify-content: flex-end;
  }
}
ul.simple-horizontal-navigation li {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li:first-child {
  margin-inline-start: 0;
}
ul.simple-horizontal-navigation li:last-child {
  margin-inline-end: 0;
}
ul.simple-horizontal-navigation li:last-child a {
  padding-inline: 0;
}
ul.simple-horizontal-navigation li a {
  padding-inline: 0.25rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: relative;
  height: calc(8rem / 2);
  line-height: calc(8rem / 2);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5358C3;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
}
ul.simple-horizontal-navigation li a:hover {
  color: #C71D75;
}
ul.simple-horizontal-navigation li.current-menu-item a,
ul.simple-horizontal-navigation li.current-page-ancestor a,
ul.simple-horizontal-navigation li.current-menu-ancestor a {
  color: #5358C3;
}
ul.simple-horizontal-navigation li .menu-item.current-menu-item.current_page_item a {
  background-color: #539B9A;
}
ul.simple-horizontal-navigation li.menu-item-has-children > a:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #A9CDCD;
  content: '\f078';
  margin-left: 0.5rem;
}
ul.simple-horizontal-navigation li.menu-item-has-children ul li > a:after {
  transform: rotate(-90deg);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation li {
  position: relative;
}
ul.simple-horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  z-index: -1;
  z-index: 1;
  width: auto;
  min-width: 14rem;
  top: calc(100% + 1rem*2);
  left: 50%;
  transform: translateX(-50%);
  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 {
  position: relative;
  margin-inline-end: 0;
  margin-block-end: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: inherit;
  padding: 0.5rem 1rem;
  background-color: #A9CDCD;
  color: #FFFFFF;
}
ul.simple-horizontal-navigation li ul.sub-menu li a:hover {
  background-color: #C71D75;
}
ul.simple-horizontal-navigation li ul.sub-menu li:first-child > a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
ul.simple-horizontal-navigation li ul.sub-menu li:last-child > a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
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 {
  background-color: #DDECEC;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem);
  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;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #D7D7D7;
}
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 {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
ul.simple-horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
ul.simple-horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
/* Small screen Nav */
.navigation-group {
  display: flex;
  align-items: center;
}
.navigation-group .menu-button {
  border-radius: 0.25rem;
  appearance: auto;
  display: grid;
  place-items: center;
  background: #C71D75;
  width: 2rem;
  height: 2rem;
  margin-inline-start: 0.25rem;
}
.navigation-group .menu-button::before {
  color: white;
  content: "\f0c9";
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  display: inline-block;
}
@media screen and (min-width: 68.75em) {
  .navigation-group .menu-button {
    display: none;
  }
}
.navigation-group ul.header-contact-details {
  display: flex;
  align-items: center;
  margin-block-end: 0;
  gap: 1rem;
}
.navigation-group ul.header-contact-details li {
  list-style: none;
}
.navigation-group ul.header-contact-details a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 0.75rem;
}
.navigation-group ul.header-contact-details a:hover,
.navigation-group ul.header-contact-details a:focus {
  color: #5358C3;
}
.navigation-group .header-contact-details {
  min-height: 2rem;
  background-color: #EDF2F2;
  padding-inline: 0.5rem;
  margin-block: 0;
  border-radius: 0.25rem;
}
.navigation-group .header-contact-details li {
  list-style: none;
  margin: 0;
}
.navigation-group .header-contact-details a {
  display: flex;
  align-items: center;
}
.navigation-group .header-contact-details a::before {
  color: #C71D75;
  content: "\f095";
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  margin-inline-end: 0.25rem;
}
.navigation-group .header-contact-details li.email a::before {
  content: "\f0e0";
}
@media screen and (max-width: 25em) {
  .navigation-group .header-contact-details li a::before {
    font-size: 1rem;
  }
  .navigation-group .header-contact-details li a span:not(.screen-reader) {
    display: none;
  }
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
#mobile-off-canvas-navigation {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #C71D75;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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: 68.75em) {
  #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: #FFFFFF;
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation {
  margin-left: 0;
  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 {
  position: relative;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  display: block;
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid #a61861;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a:hover {
  background-color: #a61861;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li:first-child a {
  border-top: 1px solid #a61861;
}
#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 {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #a61861;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item > ul.sub-menu li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#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: #a61861;
}
#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: 2.75rem;
  border-top: 1px solid #9a175b;
  border-bottom: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a:hover {
  background-color: #9a175b;
}
#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 {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #9a175b;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  background-color: #9a175b;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 4.75rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a:hover {
  background-color: #8f1554;
}
#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: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #8f1554;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.5rem;
  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;
}
.show-menu #mobile-off-canvas-navigation {
  transform: translateX(0%);
}
/*
Use: Footer
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Footer
**************************************************************************/
footer .footer-menu {
  margin-left: 0;
  margin-inline: 0;
  margin-block: 0 1rem;
}
footer .footer-menu li {
  list-style-type: none;
}
footer .footer-menu li ul,
footer .footer-menu li ol {
  margin-top: 0;
}
footer .footer-menu li {
  margin: 0 0 0.5rem;
}
footer .footer-menu li a {
  color: #5358C3;
}
@media screen and (min-width: 46.875em) {
  footer .footer-menu li a {
    position: relative;
  }
  footer .footer-menu li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background-color: #5358C3;
    transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  footer .footer-menu li a:hover:after {
    height: 4px;
    border-radius: 4px;
    background-color: #C71D75;
  }
}
@media screen and (min-width: 46.875em) {
  footer .footer-menu {
    gap: 2.5rem;
    margin: 0 0 1.5rem 0;
  }
}
footer .social {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
footer .social p {
  margin: 0;
}
footer .social .social-links li {
  margin: 0;
}
footer .social .social-links li a i:before {
  color: #C71D75 !important;
}
footer .social .social-links li a:hover {
  opacity: 0.75;
}
footer .logo-module {
  max-width: 6rem;
}
@media screen and (min-width: 40.625em) {
  footer .logo-module {
    max-width: 6rem;
    margin: 0 auto;
  }
}
footer .logo-module + figure {
  margin-block: 2rem;
  text-align: left;
}
@media screen and (min-width: 40.625em) {
  footer .logo-module + figure {
    text-align: center;
  }
}
footer .social {
  margin-block: 1rem;
}
footer .footer-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
footer .footer-logos .logo {
  max-width: 3rem;
}
footer .footer-logos .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 46.875em) {
  footer .author {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
  }
}
footer .author p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
footer .author .sp-logo {
  display: inline-block;
  min-width: 140px;
  aspect-ratio: 120 / 34;
  background-image: url('https://www.supersonicplayground.com/sp-logos/supersonic-playground-logo-dark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .author .sp-logo:hover {
  opacity: 0.9;
}
footer > div div:nth-of-type(2) {
  text-align: center;
}
@media screen and (min-width: 40.625em) {
  footer > div div:nth-of-type(3) {
    text-align: right;
  }
}
.back-to-top {
  position: fixed;
  z-index: 1004;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #FFFFFF;
  padding: 0.5rem 0.75rem;
  min-width: 2.5rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #98A2D8;
  transform: translateX(calc(-100% - 1rem*1.5));
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.back-to-top.show {
  transform: translateX(0);
}
.back-to-top:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #539B9A;
  content: '\f106';
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.back-to-top:hover {
  color: #FFFFFF;
  background-color: #539B9A;
}
.back-to-top:hover:after {
  color: #FFFFFF;
}
/*************************************************************************
 #Consultation Sticky Widget
**************************************************************************/
.consultation-sticky-widget {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  z-index: 1003;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.consultation-sticky-widget .content .heading {
  font-family: "puffin-display-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #98A2D8;
}
.consultation-sticky-widget .image {
  width: 4rem;
  border-radius: 2rem;
  overflow: hidden;
}
/*************************************************************************
 #Consultation Form
**************************************************************************/
.consultation-form {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: 1005;
}
.consultation-form .form-container {
  border-radius: 0.75rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  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;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #5358C3;
  content: '\f00d';
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
.show-form .consultation-form {
  visibility: visible;
  opacity: 1;
}
.show-form .consultation-form .form-container {
  transform: scale(1);
}
/* 
Use: Setup
Scope: All devices
Theme: Barnardo's Warwickshire V1.0
Copyright 2024, © Barnardo's Warwickshire
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  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 */