/*
Theme Name: HCRG Workforce Solutions V1.3
Theme URI: https://hcrgworkforce.com/
Author: Supersonic Playground
Author URI: https://www.supersonicplayground.com/
Description: Website Theme for HCRG Workforce Solutions sites
Version: 1.3
License: All work ©2023 HCRG Workforce Solutions. Not for public use.
License URI: https://hcrgworkforce.com/
Tags: 
Text Domain: workforce-solutions
*/
/* 
Use: Reset
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/* The 01-reset.less stylesheet is intended to remove many of the default browser settings and styles that browsers apply as standard and which can be detrimental to a design. It essentially resets the browser to a blank canvas so that we can style our projects as they should look without the browser adjusting our styles. */
@import url('https://use.typekit.net/yxf8nzm.css');
@import url('https://use.typekit.net/qbp2dcc.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: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: inherit;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-close {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-tight {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-drop {
  box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}
/*************************************************************************
 #Border Style
**************************************************************************/
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners {
  border-radius: 0.75rem;
  overflow: hidden;
}
.small-rounded-corners {
  border-radius: 0.375rem;
  overflow: hidden;
}
.circle-radius {
  border-radius: 50%;
  overflow: hidden;
}
/* 
Use: Measurements
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 575px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 100%;
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 111.11111111%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/* The 04-grid.less contains the underlying grid system. It works based on a combination of Fluid Margins and Column Widths which are set in setup.less. */
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* This part creates a set of Column Modules, which group a set number of Fluid Margins and Column Widths. These are then used later in 07-content-layout.less to create the various layout Grid Modules that form the overall grid system and allow us to create our responsive grid system layouts. */
/* 
Use: Colours
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ----------------------------------------------------------------- */
/* #Grey ------------------------------------------------------------------------ */
/* #Fallback Colours ------------------------------------------------------------------------ */
/* #Additional Colours ---------------------------------------------------- */
/*************************************************************************
 #Colour Sections
**************************************************************************/
/* #Light or Dark for Sections ------------------------------------------------------------------------ */
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.light-section p,
.light-section ul,
.light-section li,
.light-section li a,
.light-section label {
  color: var(--grey-colour, #3C3C3B);
}
.light-section p a {
  color: var(--primary-main-colour, #282F38);
}
.light-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.light-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.light-section .flickity-button:after {
  color: #FFFFFF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5 {
  color: #FFFFFF;
}
.dark-section p,
.dark-section p a,
.dark-section ul,
.dark-section li,
.dark-section li a,
.dark-section li:before,
.dark-section label {
  color: #FFFFFF;
}
.dark-section .social-links i:before {
  color: #FFFFFF;
}
.dark-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.dark-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.dark-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.dark-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.dark-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.dark-section nf-field .submit-wrap input:focus {
  outline: none;
}
.dark-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.dark-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.dark-section nf-field .submit-wrap input:before,
.dark-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.dark-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.dark-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.dark-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.dark-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.dark-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.dark-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.dark-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.dark-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.dark-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.dark-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.dark-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.dark-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.dark-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.dark-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.dark-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.dark-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.dark-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.dark-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.dark-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.dark-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.dark-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.dark-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.dark-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dark-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.dark-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.dark-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.dark-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.dark-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.dark-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.dark-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.dark-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.dark-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.dark-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.dark-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.dark-section .white-section h3,
.dark-section .light-grey-section h3,
.dark-section .white-section p,
.dark-section .light-grey-section p,
.dark-section .white-section ul li,
.dark-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.dark-section .white-section ul li:before,
.dark-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
/* #Primary -- Main ------------------------------------------------------------------------ */
.primary-main-section {
  background-color: var(--primary-main-colour, #282F38);
}
body.primary-main-dark .primary-main-section h1,
body.primary-main-dark .primary-main-section h2,
body.primary-main-dark .primary-main-section h3,
body.primary-main-dark .primary-main-section h4,
body.primary-main-dark .primary-main-section h5 {
  color: #FFFFFF;
}
body.primary-main-dark .primary-main-section p,
body.primary-main-dark .primary-main-section p a,
body.primary-main-dark .primary-main-section ul,
body.primary-main-dark .primary-main-section li,
body.primary-main-dark .primary-main-section li a,
body.primary-main-dark .primary-main-section li:before,
body.primary-main-dark .primary-main-section label {
  color: #FFFFFF;
}
body.primary-main-dark .primary-main-section .social-links i:before {
  color: #FFFFFF;
}
body.primary-main-dark .primary-main-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
body.primary-main-dark .primary-main-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
body.primary-main-dark .primary-main-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:focus {
  outline: none;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:before,
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:before {
  z-index: -2;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:after {
  z-index: -1;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.static-button {
  transition: none;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-main-dark .primary-main-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
body.primary-main-dark .primary-main-section .white-section h3,
body.primary-main-dark .primary-main-section .light-grey-section h3,
body.primary-main-dark .primary-main-section .white-section p,
body.primary-main-dark .primary-main-section .light-grey-section p,
body.primary-main-dark .primary-main-section .white-section ul li,
body.primary-main-dark .primary-main-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-dark .primary-main-section .white-section ul li:before,
body.primary-main-dark .primary-main-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
body.primary-main-dark .primary-main-button {
  color: #FFFFFF;
}
body.primary-main-dark .block-grid-module:hover:after {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.primary-main-light .primary-main-section h1,
body.primary-main-light .primary-main-section h2,
body.primary-main-light .primary-main-section h3,
body.primary-main-light .primary-main-section h4,
body.primary-main-light .primary-main-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light .primary-main-section p,
body.primary-main-light .primary-main-section ul,
body.primary-main-light .primary-main-section li,
body.primary-main-light .primary-main-section li a,
body.primary-main-light .primary-main-section label {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light .primary-main-section p a {
  color: var(--primary-main-colour, #282F38);
}
body.primary-main-light .primary-main-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light .primary-main-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light .primary-main-section .flickity-button:after {
  color: #FFFFFF;
}
body.primary-main-light .primary-main-button {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light ul.simple-horizontal-navigation li.menu-item-has-children > a:after {
  color: var(--grey-colour, #3C3C3B);
  mix-blend-mode: overlay;
}
body.primary-main-light .flickity-carousel .flickity-button:after {
  color: var(--grey-colour, #3C3C3B);
  mix-blend-mode: overlay;
}
body.primary-main-light .block-grid-module.with-link:after {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light nf-field .submit-wrap input {
  color: var(--grey-colour, #3C3C3B);
}
/* #Primary -- Accent ------------------------------------------------------------------------ */
.primary-accent-section {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.primary-accent-dark .primary-accent-section h1,
.primary-accent-dark .primary-accent-section h2,
.primary-accent-dark .primary-accent-section h3,
.primary-accent-dark .primary-accent-section h4,
.primary-accent-dark .primary-accent-section h5 {
  color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section p,
.primary-accent-dark .primary-accent-section p a,
.primary-accent-dark .primary-accent-section ul,
.primary-accent-dark .primary-accent-section li,
.primary-accent-dark .primary-accent-section li a,
.primary-accent-dark .primary-accent-section li:before,
.primary-accent-dark .primary-accent-section label {
  color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section .social-links i:before {
  color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.primary-accent-dark .primary-accent-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:focus {
  outline: none;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:before,
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-dark .primary-accent-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-dark .primary-accent-section .white-section h3,
.primary-accent-dark .primary-accent-section .light-grey-section h3,
.primary-accent-dark .primary-accent-section .white-section p,
.primary-accent-dark .primary-accent-section .light-grey-section p,
.primary-accent-dark .primary-accent-section .white-section ul li,
.primary-accent-dark .primary-accent-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-dark .primary-accent-section .white-section ul li:before,
.primary-accent-dark .primary-accent-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.primary-accent-dark .primary-accent-button {
  color: #FFFFFF;
}
.primary-accent-light .primary-accent-section h1,
.primary-accent-light .primary-accent-section h2,
.primary-accent-light .primary-accent-section h3,
.primary-accent-light .primary-accent-section h4,
.primary-accent-light .primary-accent-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-light .primary-accent-section p,
.primary-accent-light .primary-accent-section ul,
.primary-accent-light .primary-accent-section li,
.primary-accent-light .primary-accent-section li a,
.primary-accent-light .primary-accent-section label {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-light .primary-accent-section p a {
  color: var(--primary-main-colour, #282F38);
}
.primary-accent-light .primary-accent-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-light .primary-accent-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-light .primary-accent-section .flickity-button:after {
  color: #FFFFFF;
}
.primary-accent-light .primary-accent-button {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-light .block-grid-module .image .date {
  color: var(--grey-colour, #3C3C3B) !important;
}
.primary-accent-light .block-grid-module .image .date:before {
  color: inherit;
}
.primary-accent-light .key-benefit.light-grey-section:before {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-light nf-field .nf-fu-fileinput-button {
  color: var(--grey-colour, #3C3C3B);
}
.primary-gradient-section {
  background-image: linear-gradient(90deg, var(--primary-main-colour, #282F38) 0%, var(--primary-accent-colour, #2E4E9C) 100%);
}
.primary-gradient-section h1,
.primary-gradient-section h2,
.primary-gradient-section h3,
.primary-gradient-section h4,
.primary-gradient-section h5 {
  color: #FFFFFF;
}
.primary-gradient-section p,
.primary-gradient-section p a,
.primary-gradient-section ul,
.primary-gradient-section li,
.primary-gradient-section li a,
.primary-gradient-section li:before,
.primary-gradient-section label {
  color: #FFFFFF;
}
.primary-gradient-section .social-links i:before {
  color: #FFFFFF;
}
.primary-gradient-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.primary-gradient-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.primary-gradient-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.primary-gradient-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-gradient-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.primary-gradient-section nf-field .submit-wrap input:focus {
  outline: none;
}
.primary-gradient-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.primary-gradient-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.primary-gradient-section nf-field .submit-wrap input:before,
.primary-gradient-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.primary-gradient-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.primary-gradient-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.primary-gradient-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.primary-gradient-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.primary-gradient-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.primary-gradient-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.primary-gradient-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-gradient-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.primary-gradient-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.primary-gradient-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.primary-gradient-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.primary-gradient-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.primary-gradient-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.primary-gradient-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.primary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-gradient-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.primary-gradient-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.primary-gradient-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.primary-gradient-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.primary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-gradient-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.primary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-gradient-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.primary-gradient-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.primary-gradient-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.primary-gradient-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.primary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-gradient-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.primary-gradient-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.primary-gradient-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.primary-gradient-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.primary-gradient-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.primary-gradient-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-gradient-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-section .white-section h3,
.primary-gradient-section .light-grey-section h3,
.primary-gradient-section .white-section p,
.primary-gradient-section .light-grey-section p,
.primary-gradient-section .white-section ul li,
.primary-gradient-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.primary-gradient-section .white-section ul li:before,
.primary-gradient-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.primary-gradient-alt-section {
  background-image: linear-gradient(-90deg, var(--primary-accent-colour, #2E4E9C) 0%, var(--primary-main-colour, #282F38) 100%);
}
.primary-gradient-alt-section h1,
.primary-gradient-alt-section h2,
.primary-gradient-alt-section h3,
.primary-gradient-alt-section h4,
.primary-gradient-alt-section h5 {
  color: #FFFFFF;
}
.primary-gradient-alt-section p,
.primary-gradient-alt-section p a,
.primary-gradient-alt-section ul,
.primary-gradient-alt-section li,
.primary-gradient-alt-section li a,
.primary-gradient-alt-section li:before,
.primary-gradient-alt-section label {
  color: #FFFFFF;
}
.primary-gradient-alt-section .social-links i:before {
  color: #FFFFFF;
}
.primary-gradient-alt-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.primary-gradient-alt-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.primary-gradient-alt-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.primary-gradient-alt-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-gradient-alt-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.primary-gradient-alt-section nf-field .submit-wrap input:focus {
  outline: none;
}
.primary-gradient-alt-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.primary-gradient-alt-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.primary-gradient-alt-section nf-field .submit-wrap input:before,
.primary-gradient-alt-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.primary-gradient-alt-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.primary-gradient-alt-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.primary-gradient-alt-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.primary-gradient-alt-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.primary-gradient-alt-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.primary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.primary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.primary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.primary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.primary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-gradient-alt-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.primary-gradient-alt-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.primary-gradient-alt-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.primary-gradient-alt-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.primary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-gradient-alt-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.primary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-gradient-alt-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.primary-gradient-alt-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.primary-gradient-alt-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.primary-gradient-alt-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.primary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-gradient-alt-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.primary-gradient-alt-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.primary-gradient-alt-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.primary-gradient-alt-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-gradient-alt-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-gradient-alt-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.primary-gradient-alt-section .white-section h3,
.primary-gradient-alt-section .light-grey-section h3,
.primary-gradient-alt-section .white-section p,
.primary-gradient-alt-section .light-grey-section p,
.primary-gradient-alt-section .white-section ul li,
.primary-gradient-alt-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.primary-gradient-alt-section .white-section ul li:before,
.primary-gradient-alt-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section h1,
.primary-main-dark.primary-accent-dark .primary-gradient-section h2,
.primary-main-dark.primary-accent-dark .primary-gradient-section h3,
.primary-main-dark.primary-accent-dark .primary-gradient-section h4,
.primary-main-dark.primary-accent-dark .primary-gradient-section h5 {
  color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section p,
.primary-main-dark.primary-accent-dark .primary-gradient-section p a,
.primary-main-dark.primary-accent-dark .primary-gradient-section ul,
.primary-main-dark.primary-accent-dark .primary-gradient-section li,
.primary-main-dark.primary-accent-dark .primary-gradient-section li a,
.primary-main-dark.primary-accent-dark .primary-gradient-section li:before,
.primary-main-dark.primary-accent-dark .primary-gradient-section label {
  color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .social-links i:before {
  color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:focus {
  outline: none;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:before,
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section h3,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section h3,
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section p,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section p,
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section ul li,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section ul li:before,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section.content h2,
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section.content h2,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section.content h3,
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section.content h3,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section.content h4,
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section.content h4,
.primary-main-dark.primary-accent-dark .primary-gradient-section .light-grey-section.content p,
.primary-main-dark.primary-accent-dark .primary-gradient-section .white-section.content p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light .primary-gradient-section h1,
.primary-main-light.primary-accent-light .primary-gradient-section h2,
.primary-main-light.primary-accent-light .primary-gradient-section h3,
.primary-main-light.primary-accent-light .primary-gradient-section h4,
.primary-main-light.primary-accent-light .primary-gradient-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light .primary-gradient-section p,
.primary-main-light.primary-accent-light .primary-gradient-section ul,
.primary-main-light.primary-accent-light .primary-gradient-section li,
.primary-main-light.primary-accent-light .primary-gradient-section li a,
.primary-main-light.primary-accent-light .primary-gradient-section label {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light .primary-gradient-section p a {
  color: var(--primary-main-colour, #282F38);
}
.primary-main-light.primary-accent-light .primary-gradient-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light .primary-gradient-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light .primary-gradient-section .flickity-button:after {
  color: #FFFFFF;
}
.primary-main-light.primary-accent-light .primary-gradient-section .light-grey-section.content h2,
.primary-main-light.primary-accent-light .primary-gradient-section .white-section.content h2,
.primary-main-light.primary-accent-light .primary-gradient-section .light-grey-section.content h3,
.primary-main-light.primary-accent-light .primary-gradient-section .white-section.content h3,
.primary-main-light.primary-accent-light .primary-gradient-section .light-grey-section.content h4,
.primary-main-light.primary-accent-light .primary-gradient-section .white-section.content h4,
.primary-main-light.primary-accent-light .primary-gradient-section .light-grey-section.content p,
.primary-main-light.primary-accent-light .primary-gradient-section .white-section.content p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light .hero-content h1,
.primary-main-light.primary-accent-light .hero-content p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}
.primary-main-light.primary-accent-light .timeline-module .timeline-carousel .timeline-carousel-item .content h3,
.primary-main-light.primary-accent-light .timeline-module .timeline-carousel .timeline-carousel-item .content p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light footer.footer-section ul li a {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light footer.footer-section ul li a:before {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light footer.footer-section .footer-follow-module h4 {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light footer.footer-section .footer-follow-module .social-links li a i:before {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light footer.footer-section .copyright,
.primary-main-light.primary-accent-light footer.footer-section .author p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-main-light.primary-accent-light footer.footer-section .author .sp-logo {
  background-image: url('https://www.supersonicplayground.com/sp-logos/supersonic-playground-logo-black.svg');
}
/* #Section Colours ------------------------------------------------------------------------ */
.white-section {
  background-color: #FFFFFF;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.white-section p,
.white-section ul,
.white-section li,
.white-section li a,
.white-section label {
  color: var(--grey-colour, #3C3C3B);
}
.white-section p a {
  color: var(--primary-main-colour, #282F38);
}
.white-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.white-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.white-section .flickity-button:after {
  color: #FFFFFF;
}
.white-section input[type="text"],
.white-section input[type="password"],
.white-section input[type="email"],
.white-section input[type="number"],
.white-section input[type="tel"],
.white-section input[type="search"],
.white-section input[type="checkbox"],
.white-section input[type="radio"],
.white-section select,
.white-section textarea {
  background-color: #F5F5F6 !important;
  box-shadow: inset 0 0 0 3px #F5F5F6 !important;
}
.light-grey-section {
  background-color: #F5F5F6;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section p,
.light-grey-section ul,
.light-grey-section li,
.light-grey-section li a,
.light-grey-section label {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section p a {
  color: var(--primary-main-colour, #282F38);
}
.light-grey-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section .flickity-button:after {
  color: #FFFFFF;
}
.light-grey-section input[type="text"],
.light-grey-section input[type="password"],
.light-grey-section input[type="email"],
.light-grey-section input[type="number"],
.light-grey-section input[type="tel"],
.light-grey-section input[type="search"],
.light-grey-section input[type="checkbox"],
.light-grey-section input[type="radio"],
.light-grey-section select,
.light-grey-section textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF !important;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.outer-container.white-section + .outer-container.white-section,
.outer-container.white-section-with-secondary + .outer-container.white-section-with-secondary,
.outer-container.white-section-with-tertiary + .outer-container.white-section-with-tertiary,
.outer-container.primary-gradient-section + .outer-container.primary-gradient-section,
.outer-container.primary-main-section + .outer-container.primary-main-section,
.outer-container.primary-accent-section + .outer-container.primary-accent-section,
.outer-container.secondary-gradient-section + .outer-container.secondary-gradient-section,
.outer-container.secondary-main-section + .outer-container.secondary-main-section,
.outer-container.secondary-accent-section + .outer-container.secondary-accent-section,
.outer-container.tertiary-gradient-section + .outer-container.tertiary-gradient-section,
.outer-container.tertiary-main-section + .outer-container.tertiary-main-section,
.outer-container.tertiary-accent-section + .outer-container.tertiary-accent-section,
.outer-container.light-grey-section + .outer-container.light-grey-section,
.outer-container.light-grey-section-with-secondary + .outer-container.light-grey-section-with-secondary,
.outer-container.light-grey-section-with-tertiary + .outer-container.light-grey-section-with-tertiary {
  padding-top: 1.5rem;
}
/*************************************************************************
 #Section Edges and Curves
**************************************************************************/
/* #Add Curves and Padding to Sections ------------------------------------------------------------------------ */
.outer-container.next-with-curve {
  z-index: 4;
  padding-bottom: 0 !important;
}
.outer-container.with-curve.next-row-light-grey-section:before,
.outer-container.with-curve.next-row-light-grey-section-with-secondary:before,
.outer-container.with-curve.next-row-light-grey-section-with-tertiary:before,
.outer-container.with-curve.next-row-white-section:before,
.outer-container.with-curve.next-row-white-section-with-secondary:before,
.outer-container.with-curve.next-row-white-section-with-tertiary:before {
  position: absolute;
  z-index: 3;
  right: -5%;
  bottom: -1px;
  left: -5%;
  width: 110%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 93.75em) {
  .outer-container.with-curve.next-row-light-grey-section:before,
  .outer-container.with-curve.next-row-light-grey-section-with-secondary:before,
  .outer-container.with-curve.next-row-light-grey-section-with-tertiary:before,
  .outer-container.with-curve.next-row-white-section:before,
  .outer-container.with-curve.next-row-white-section-with-secondary:before,
  .outer-container.with-curve.next-row-white-section-with-tertiary:before {
    background-size: 100%;
  }
}
.outer-container.with-curve.prev-row-primary-gradient-section:before,
.outer-container.with-curve.prev-row-secondary-gradient-section:before,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before {
  content: '';
  background-image: url('img/backgrounds/bkg-curve-light-grey.svg');
}
.outer-container.with-curve.next-row-light-grey-section:before,
.outer-container.with-curve.next-row-light-grey-section-with-secondary:before,
.outer-container.with-curve.next-row-light-grey-section-with-tertiary:before {
  content: '';
  background-image: url('img/backgrounds/bkg-curve-light-grey.svg');
}
.outer-container.with-curve.next-row-white-section:before,
.outer-container.with-curve.next-row-white-section-with-secondary:before,
.outer-container.with-curve.next-row-white-section-with-tertiary:before {
  content: '';
  background-image: url('img/backgrounds/bkg-curve-white.svg');
}
.outer-container.with-curve.prev-row-primary-gradient-section,
.outer-container.with-curve.prev-row-secondary-gradient-section,
.outer-container.with-curve.prev-row-tertiary-gradient-section,
.outer-container.with-curve.prev-row-light-grey-section,
.outer-container.with-curve.prev-row-light-grey-section-with-secondary,
.outer-container.with-curve.prev-row-light-grey-section-with-tertiary,
.outer-container.with-curve.prev-row-white-section,
.outer-container.with-curve.prev-row-white-section-with-secondary,
.outer-container.with-curve.prev-row-white-section-with-tertiary {
  padding-top: 8rem;
}
@media screen and (min-width: 62.5em) {
  .outer-container.with-curve.prev-row-primary-gradient-section,
  .outer-container.with-curve.prev-row-secondary-gradient-section,
  .outer-container.with-curve.prev-row-tertiary-gradient-section,
  .outer-container.with-curve.prev-row-light-grey-section,
  .outer-container.with-curve.prev-row-light-grey-section-with-secondary,
  .outer-container.with-curve.prev-row-light-grey-section-with-tertiary,
  .outer-container.with-curve.prev-row-white-section,
  .outer-container.with-curve.prev-row-white-section-with-secondary,
  .outer-container.with-curve.prev-row-white-section-with-tertiary {
    padding-top: 20rem;
  }
}
.outer-container.with-curve.prev-row-primary-gradient-section:before,
.outer-container.with-curve.prev-row-secondary-gradient-section:before,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before,
.outer-container.with-curve.prev-row-light-grey-section:before,
.outer-container.with-curve.prev-row-light-grey-section-with-secondary:before,
.outer-container.with-curve.prev-row-light-grey-section-with-tertiary:before,
.outer-container.with-curve.prev-row-white-section:before,
.outer-container.with-curve.prev-row-white-section-with-secondary:before,
.outer-container.with-curve.prev-row-white-section-with-tertiary:before {
  position: absolute;
  z-index: 3;
  right: -5%;
  top: -1px;
  left: -5%;
  width: 110%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 93.75em) {
  .outer-container.with-curve.prev-row-primary-gradient-section:before,
  .outer-container.with-curve.prev-row-secondary-gradient-section:before,
  .outer-container.with-curve.prev-row-tertiary-gradient-section:before,
  .outer-container.with-curve.prev-row-light-grey-section:before,
  .outer-container.with-curve.prev-row-light-grey-section-with-secondary:before,
  .outer-container.with-curve.prev-row-light-grey-section-with-tertiary:before,
  .outer-container.with-curve.prev-row-white-section:before,
  .outer-container.with-curve.prev-row-white-section-with-secondary:before,
  .outer-container.with-curve.prev-row-white-section-with-tertiary:before {
    background-size: 100%;
  }
}
.outer-container.with-curve.prev-row-primary-gradient-section:before {
  content: '';
  background-image: linear-gradient(90deg, var(--primary-main-colour, #282F38) 0%, var(--primary-accent-colour, #2E4E9C) 100%);
  -webkit-mask-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
          mask-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before h1,
.outer-container.with-curve.prev-row-primary-gradient-section:before h2,
.outer-container.with-curve.prev-row-primary-gradient-section:before h3,
.outer-container.with-curve.prev-row-primary-gradient-section:before h4,
.outer-container.with-curve.prev-row-primary-gradient-section:before h5 {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before p,
.outer-container.with-curve.prev-row-primary-gradient-section:before p a,
.outer-container.with-curve.prev-row-primary-gradient-section:before ul,
.outer-container.with-curve.prev-row-primary-gradient-section:before li,
.outer-container.with-curve.prev-row-primary-gradient-section:before li a,
.outer-container.with-curve.prev-row-primary-gradient-section:before li:before,
.outer-container.with-curve.prev-row-primary-gradient-section:before label {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before .social-links i:before {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:focus {
  outline: none;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:before,
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:before {
  z-index: -2;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:after {
  z-index: -1;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.static-button {
  transition: none;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-primary-gradient-section:before .white-section h3,
.outer-container.with-curve.prev-row-primary-gradient-section:before .light-grey-section h3,
.outer-container.with-curve.prev-row-primary-gradient-section:before .white-section p,
.outer-container.with-curve.prev-row-primary-gradient-section:before .light-grey-section p,
.outer-container.with-curve.prev-row-primary-gradient-section:before .white-section ul li,
.outer-container.with-curve.prev-row-primary-gradient-section:before .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.outer-container.with-curve.prev-row-primary-gradient-section:before .white-section ul li:before,
.outer-container.with-curve.prev-row-primary-gradient-section:before .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before {
  content: '';
  background-image: linear-gradient(90deg, var(--secondary-main-colour, #282F38) 0%, var(--secondary-accent-colour, #2E4E9C) 100%);
  -webkit-mask-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
          mask-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before h1,
.outer-container.with-curve.prev-row-secondary-gradient-section:before h2,
.outer-container.with-curve.prev-row-secondary-gradient-section:before h3,
.outer-container.with-curve.prev-row-secondary-gradient-section:before h4,
.outer-container.with-curve.prev-row-secondary-gradient-section:before h5 {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before p,
.outer-container.with-curve.prev-row-secondary-gradient-section:before p a,
.outer-container.with-curve.prev-row-secondary-gradient-section:before ul,
.outer-container.with-curve.prev-row-secondary-gradient-section:before li,
.outer-container.with-curve.prev-row-secondary-gradient-section:before li a,
.outer-container.with-curve.prev-row-secondary-gradient-section:before li:before,
.outer-container.with-curve.prev-row-secondary-gradient-section:before label {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before .social-links i:before {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:focus {
  outline: none;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:before,
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:before {
  z-index: -2;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:after {
  z-index: -1;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.static-button {
  transition: none;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before .white-section h3,
.outer-container.with-curve.prev-row-secondary-gradient-section:before .light-grey-section h3,
.outer-container.with-curve.prev-row-secondary-gradient-section:before .white-section p,
.outer-container.with-curve.prev-row-secondary-gradient-section:before .light-grey-section p,
.outer-container.with-curve.prev-row-secondary-gradient-section:before .white-section ul li,
.outer-container.with-curve.prev-row-secondary-gradient-section:before .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.outer-container.with-curve.prev-row-secondary-gradient-section:before .white-section ul li:before,
.outer-container.with-curve.prev-row-secondary-gradient-section:before .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before {
  content: '';
  background-image: linear-gradient(90deg, var(--tertiary-main-colour, #282F38) 0%, var(--tertiary-accent-colour, #2E4E9C) 100%);
  -webkit-mask-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
          mask-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before h1,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before h2,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before h3,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before h4,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before h5 {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before p,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before p a,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before ul,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before li,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before li a,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before li:before,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before label {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .social-links i:before {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:focus {
  outline: none;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:before,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:before {
  z-index: -2;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:after {
  z-index: -1;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.static-button {
  transition: none;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .white-section h3,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .light-grey-section h3,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .white-section p,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .light-grey-section p,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .white-section ul li,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .white-section ul li:before,
.outer-container.with-curve.prev-row-tertiary-gradient-section:before .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.outer-container.with-curve.prev-row-light-grey-section:before,
.outer-container.with-curve.prev-row-light-grey-section-with-secondary:before,
.outer-container.with-curve.prev-row-light-grey-section-with-tertiary:before {
  content: '';
  background-image: url('img/backgrounds/bkg-curve-light-grey-inverse.svg');
}
.outer-container.with-curve.prev-row-white-section:before,
.outer-container.with-curve.prev-row-white-section-with-secondary:before,
.outer-container.with-curve.prev-row-white-section-with-tertiary:before {
  content: '';
  background-image: url('img/backgrounds/bkg-curve-white-inverse.svg');
}
/*************************************************************************
 #Additional Colour Sections - Modular Builder Only
**************************************************************************/
/* #Secondary -- Main ------------------------------------------------------------------------ */
.secondary-main-section {
  background-color: var(--secondary-main-colour, #282F38);
}
/* #Secondary -- Gradients ------------------------------------------------------------------------ */
.secondary-gradient-section {
  background-image: linear-gradient(90deg, var(--secondary-main-colour, #282F38) 0%, var(--secondary-accent-colour, #2E4E9C) 100%);
}
.secondary-gradient-section h1,
.secondary-gradient-section h2,
.secondary-gradient-section h3,
.secondary-gradient-section h4,
.secondary-gradient-section h5 {
  color: #FFFFFF;
}
.secondary-gradient-section p,
.secondary-gradient-section p a,
.secondary-gradient-section ul,
.secondary-gradient-section li,
.secondary-gradient-section li a,
.secondary-gradient-section li:before,
.secondary-gradient-section label {
  color: #FFFFFF;
}
.secondary-gradient-section .social-links i:before {
  color: #FFFFFF;
}
.secondary-gradient-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.secondary-gradient-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.secondary-gradient-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.secondary-gradient-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-gradient-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.secondary-gradient-section nf-field .submit-wrap input:focus {
  outline: none;
}
.secondary-gradient-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.secondary-gradient-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.secondary-gradient-section nf-field .submit-wrap input:before,
.secondary-gradient-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.secondary-gradient-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.secondary-gradient-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.secondary-gradient-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.secondary-gradient-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.secondary-gradient-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.secondary-gradient-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.secondary-gradient-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.secondary-gradient-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.secondary-gradient-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.secondary-gradient-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-gradient-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-gradient-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.secondary-gradient-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.secondary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-gradient-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.secondary-gradient-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.secondary-gradient-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.secondary-gradient-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.secondary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-gradient-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.secondary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-gradient-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondary-gradient-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.secondary-gradient-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.secondary-gradient-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.secondary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-gradient-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.secondary-gradient-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.secondary-gradient-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.secondary-gradient-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.secondary-gradient-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-gradient-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-section .white-section h3,
.secondary-gradient-section .light-grey-section h3,
.secondary-gradient-section .white-section p,
.secondary-gradient-section .light-grey-section p,
.secondary-gradient-section .white-section ul li,
.secondary-gradient-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.secondary-gradient-section .white-section ul li:before,
.secondary-gradient-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.secondary-gradient-alt-section {
  background-image: linear-gradient(-90deg, var(--secondary-accent-colour, #2E4E9C) 0%, var(--secondary-main-colour, #282F38) 100%);
}
.secondary-gradient-alt-section h1,
.secondary-gradient-alt-section h2,
.secondary-gradient-alt-section h3,
.secondary-gradient-alt-section h4,
.secondary-gradient-alt-section h5 {
  color: #FFFFFF;
}
.secondary-gradient-alt-section p,
.secondary-gradient-alt-section p a,
.secondary-gradient-alt-section ul,
.secondary-gradient-alt-section li,
.secondary-gradient-alt-section li a,
.secondary-gradient-alt-section li:before,
.secondary-gradient-alt-section label {
  color: #FFFFFF;
}
.secondary-gradient-alt-section .social-links i:before {
  color: #FFFFFF;
}
.secondary-gradient-alt-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.secondary-gradient-alt-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.secondary-gradient-alt-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.secondary-gradient-alt-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:focus {
  outline: none;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:before,
.secondary-gradient-alt-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.secondary-gradient-alt-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.secondary-gradient-alt-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.secondary-gradient-alt-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.secondary-gradient-alt-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.secondary-gradient-alt-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-gradient-alt-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-gradient-alt-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.secondary-gradient-alt-section .white-section h3,
.secondary-gradient-alt-section .light-grey-section h3,
.secondary-gradient-alt-section .white-section p,
.secondary-gradient-alt-section .light-grey-section p,
.secondary-gradient-alt-section .white-section ul li,
.secondary-gradient-alt-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.secondary-gradient-alt-section .white-section ul li:before,
.secondary-gradient-alt-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
/* #Secondary -- Standard ------------------------------------------------------------------------ */
.white-section-with-secondary {
  background-color: #FFFFFF;
}
.white-section-with-secondary h1,
.white-section-with-secondary h2,
.white-section-with-secondary h3,
.white-section-with-secondary h4,
.white-section-with-secondary h5 {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-secondary p,
.white-section-with-secondary ul,
.white-section-with-secondary li,
.white-section-with-secondary li a,
.white-section-with-secondary label {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-secondary p a {
  color: var(--primary-main-colour, #282F38);
}
.white-section-with-secondary .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-secondary .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-secondary .flickity-button:after {
  color: #FFFFFF;
}
.white-section-with-secondary input[type="text"],
.white-section-with-secondary input[type="password"],
.white-section-with-secondary input[type="email"],
.white-section-with-secondary input[type="number"],
.white-section-with-secondary input[type="tel"],
.white-section-with-secondary input[type="search"],
.white-section-with-secondary input[type="checkbox"],
.white-section-with-secondary input[type="radio"],
.white-section-with-secondary select,
.white-section-with-secondary textarea {
  background-color: #F5F5F6 !important;
  box-shadow: inset 0 0 0 3px #F5F5F6 !important;
}
.white-section-with-secondary .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-secondary .faq {
  border-bottom: 1px solid #F5F5F6;
}
.light-grey-section-with-secondary {
  background-color: #F5F5F6;
}
.light-grey-section-with-secondary h1,
.light-grey-section-with-secondary h2,
.light-grey-section-with-secondary h3,
.light-grey-section-with-secondary h4,
.light-grey-section-with-secondary h5 {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-secondary p,
.light-grey-section-with-secondary ul,
.light-grey-section-with-secondary li,
.light-grey-section-with-secondary li a,
.light-grey-section-with-secondary label {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-secondary p a {
  color: var(--primary-main-colour, #282F38);
}
.light-grey-section-with-secondary .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-secondary .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-secondary .flickity-button:after {
  color: #FFFFFF;
}
.light-grey-section-with-secondary input[type="text"],
.light-grey-section-with-secondary input[type="password"],
.light-grey-section-with-secondary input[type="email"],
.light-grey-section-with-secondary input[type="number"],
.light-grey-section-with-secondary input[type="tel"],
.light-grey-section-with-secondary input[type="search"],
.light-grey-section-with-secondary input[type="checkbox"],
.light-grey-section-with-secondary input[type="radio"],
.light-grey-section-with-secondary select,
.light-grey-section-with-secondary textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF !important;
}
.light-grey-section-with-secondary .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-secondary .faq {
  border-bottom: 1px solid rgba(138, 138, 138, 0.25);
}
.light-grey-section-with-secondary .latest-news-posts.with-featured .block-grid-module:not(:first-child) {
  background-color: #FFFFFF;
}
.light-grey-section-with-secondary .latest-news-posts .block-grid-module {
  background-color: #FFFFFF;
}
.light-grey-section-with-secondary .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.light-grey-section-with-secondary .latest-news-posts .block-grid-module.with-link:hover:after {
  color: var(--primary-main-colour, #282F38);
  background-color: #F5F5F6;
}
/* #Secondary -- Modules Defaults ------------------------------------------------------------------------ */
.secondary-colour-module .block-grid-module.with-link.white-section .date,
.secondary-colour-module .block-grid-module.with-link.light-grey-section .date {
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .block-grid-module.with-link.white-section ul li:before,
.secondary-colour-module .block-grid-module.with-link.light-grey-section ul li:before {
  color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .block-grid-module.with-link.white-section:after,
.secondary-colour-module .block-grid-module.with-link.light-grey-section:after {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .block-grid-module.with-link.secondary-main-section:after {
  color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .block-grid-module.with-link:hover.white-section:after,
.secondary-colour-module .block-grid-module.with-link:hover.light-grey-section:after {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .block-grid-module.with-link:hover.secondary-main-section:after {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .icon-block-grid-module.secondary-main-section {
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .statistic-module .statistic-image {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .statistic-module h3 {
  color: var(--secondary-main-colour, #282F38) !important;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:last-child,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:focus,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:hover,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:disabled,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before,
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.small,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.small:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.medium,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.medium:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.large,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.large:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.static-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.white-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.black-static-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.reset:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.reset:hover:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.search:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-left:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:hover:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.close:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button.external-link:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:after,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.secondary-colour-module .side-by-side-module.white-section .primary-main-button:hover:before,
.secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.secondary-colour-module .image-grid .image-module:after {
  color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .testimonial-module:before,
.secondary-colour-module .blockquote-module:before {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .team-member-module .image:after {
  color: var(--secondary-main-colour, #282F38) !important;
}
.secondary-colour-module .team-member-module:hover .image:after {
  color: #FFFFFF !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:last-child {
  margin-bottom: 0;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:focus {
  outline: none;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:hover {
  border-bottom: none;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:before,
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:before {
  z-index: -2;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:after {
  z-index: -1;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-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;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.static-button {
  transition: none;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.transparent-button {
  background-color: transparent;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.search:after {
  content: '\f002';
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.download-button {
  padding-right: 0!important;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.close:after {
  content: '\f00d';
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button.external-link:after {
  content: '\f08e';
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.secondary-colour-module .content-module.secondary-main-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.secondary-colour-module .content-module.white-section h2,
.secondary-colour-module .content-module.light-grey-section h2 {
  color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .content-module.white-section ul li:before,
.secondary-colour-module .content-module.light-grey-section ul li:before {
  color: var(--secondary-accent-colour, #2E4E9C) !important;
}
.secondary-colour-module .content-module.white-section .primary-main-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
}
.secondary-colour-module .content-module.white-section .primary-main-button:last-child,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
.secondary-colour-module .content-module.white-section .primary-main-button:focus,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
.secondary-colour-module .content-module.white-section .primary-main-button:hover,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
.secondary-colour-module .content-module.white-section .primary-main-button:disabled,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.secondary-colour-module .content-module.white-section .primary-main-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:before,
.secondary-colour-module .content-module.white-section .primary-main-button:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.secondary-colour-module .content-module.white-section .primary-main-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
.secondary-colour-module .content-module.white-section .primary-main-button:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
.secondary-colour-module .content-module.white-section .primary-main-button.small,
.secondary-colour-module .content-module.light-grey-section .primary-main-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;
}
.secondary-colour-module .content-module.white-section .primary-main-button.small:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.medium,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.medium:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.large,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.large:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.static-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
.secondary-colour-module .content-module.white-section .primary-main-button.primary-main-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.secondary-colour-module .content-module.white-section .primary-main-button.primary-main-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.primary-main-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.primary-accent-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.secondary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.secondary-main-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.secondary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.secondary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.secondary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.secondary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.white-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-colour-module .content-module.white-section .primary-main-button.white-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.white-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-colour-module .content-module.white-section .primary-main-button.black-static-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.secondary-colour-module .content-module.white-section .primary-main-button.transparent-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
.secondary-colour-module .content-module.white-section .primary-main-button.transparent-button:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.secondary-colour-module .content-module.white-section .primary-main-button.with-icon,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
.secondary-colour-module .content-module.white-section .primary-main-button.with-icon:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .content-module.white-section .primary-main-button.with-icon:after:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.icon-only,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.secondary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .content-module.white-section .primary-main-button.icon-only:after:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondary-colour-module .content-module.white-section .primary-main-button.reset:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.reset:hover:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
.secondary-colour-module .content-module.white-section .primary-main-button.search:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
.secondary-colour-module .content-module.white-section .primary-main-button.download-button,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
.secondary-colour-module .content-module.white-section .primary-main-button.download-button:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-colour-module .content-module.white-section .primary-main-button.download-button:after:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.download-button:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.arrow-left:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
.secondary-colour-module .content-module.white-section .primary-main-button.arrow-right:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-colour-module .content-module.white-section .primary-main-button.arrow-right:hover:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button.close:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
.secondary-colour-module .content-module.white-section .primary-main-button.external-link:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
.secondary-colour-module .content-module.white-section .primary-main-button:after,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-colour-module .content-module.white-section .primary-main-button:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.secondary-colour-module .content-module.white-section .primary-main-button:hover:before,
.secondary-colour-module .content-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
/* #Secondary -- Dark Setup ------------------------------------------------------------------------ */
body.secondary-main-dark .secondary-gradient-section h1,
body.secondary-main-dark .secondary-gradient-section h2,
body.secondary-main-dark .secondary-gradient-section h3,
body.secondary-main-dark .secondary-gradient-section h4,
body.secondary-main-dark .secondary-gradient-section h5 {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section p,
body.secondary-main-dark .secondary-gradient-section p a,
body.secondary-main-dark .secondary-gradient-section ul,
body.secondary-main-dark .secondary-gradient-section li,
body.secondary-main-dark .secondary-gradient-section li a,
body.secondary-main-dark .secondary-gradient-section li:before,
body.secondary-main-dark .secondary-gradient-section label {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .social-links i:before {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
body.secondary-main-dark .secondary-gradient-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:focus {
  outline: none;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:before,
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:before {
  z-index: -2;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:after {
  z-index: -1;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.static-button {
  transition: none;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .white-section h3,
body.secondary-main-dark .secondary-gradient-section .light-grey-section h3,
body.secondary-main-dark .secondary-gradient-section .white-section p,
body.secondary-main-dark .secondary-gradient-section .light-grey-section p,
body.secondary-main-dark .secondary-gradient-section .white-section ul li,
body.secondary-main-dark .secondary-gradient-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-dark .secondary-gradient-section .white-section ul li:before,
body.secondary-main-dark .secondary-gradient-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .primary-accent-section {
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .primary-accent-section p,
body.secondary-main-dark .secondary-gradient-section .primary-accent-section strong {
  color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:focus {
  outline: none;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:before,
body.secondary-main-dark .secondary-gradient-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-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;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-dark .secondary-gradient-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-dark .secondary-gradient-section ul.category-tag-list li a {
  color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section ul.category-tag-list li a:before {
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .faq .faq-title p:before {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .faq .content-wrapper {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .key-benefit:before {
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
}
body.secondary-main-dark .secondary-gradient-section .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:focus {
  outline: none;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:before,
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-dark .secondary-gradient-section .block-grid-module.download-module .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-dark .white-section-with-secondary h2,
body.secondary-main-dark .light-grey-section-with-secondary h2,
body.secondary-main-dark .white-section-with-secondary h3,
body.secondary-main-dark .light-grey-section-with-secondary h3 {
  color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:last-child,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:focus,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:focus {
  outline: none;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:hover,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:disabled,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:before,
body.secondary-main-dark .white-section-with-secondary .primary-main-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.small,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-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;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.small:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.medium,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.medium:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.large,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.large:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.static-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.primary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.primary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.primary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.primary-accent-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.primary-accent-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.primary-accent-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.secondary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.secondary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.secondary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.secondary-accent-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.secondary-accent-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.secondary-accent-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.tertiary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.tertiary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.tertiary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.tertiary-accent-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.tertiary-accent-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.tertiary-accent-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.white-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.white-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.white-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.black-static-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.transparent-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.transparent-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.with-icon,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.with-icon:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.with-icon:after:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.icon-only,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.icon-only:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.icon-only:after:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.icon-only:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.reset:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.reset:hover:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.search:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.download-button,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.download-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.download-button:after:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.download-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.arrow-left:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.arrow-right:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.arrow-right:hover:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.close:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button.external-link:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-dark .white-section-with-secondary .primary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-dark .white-section-with-secondary .primary-accent-section,
body.secondary-main-dark .light-grey-section-with-secondary .primary-accent-section {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section h1,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section h1,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section h2,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section h2,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section h3,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section h3,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section h4,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section h4,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section h5,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section h5 {
  color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section p,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section p,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section p a,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section p a,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section ul,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section ul,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section li,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section li,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section li a,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section li a,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section li:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section li:before,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section label,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section label {
  color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .social-links i:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .social-links i:before {
  color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .testimonials-carousel-content > h2:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .testimonial-module .content .testimonial-author p,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .flickity-page-dots .dot,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:last-child,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:focus,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:focus {
  outline: none;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:hover,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:disabled,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:before,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:before {
  z-index: -2;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:after {
  z-index: -1;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.small,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.small:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.medium,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.medium:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.large,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.large:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.static-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.static-button {
  transition: none;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-accent-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-accent-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-accent-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-accent-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-accent-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-accent-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-main-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-main-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-main-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-accent-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-accent-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-accent-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.white-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.white-button:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.white-button:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.black-static-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.transparent-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.transparent-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.with-icon,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.with-icon:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.with-icon:after:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only:after:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.reset:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.reset:hover:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.search:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button:after:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.arrow-left:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.arrow-right:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.arrow-right:hover:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.close:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input.external-link:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:after,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section nf-field .submit-wrap input:hover:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .white-section h3,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .white-section h3,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .light-grey-section h3,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .light-grey-section h3,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .white-section p,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .white-section p,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .light-grey-section p,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .light-grey-section p,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .white-section ul li,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .white-section ul li,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .light-grey-section ul li,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .white-section ul li:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .white-section ul li:before,
body.secondary-main-dark .white-section-with-secondary .secondary-main-section .light-grey-section ul li:before,
body.secondary-main-dark .light-grey-section-with-secondary .secondary-main-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .testimonials-carousel-content h2:before,
body.secondary-main-dark .light-grey-section-with-secondary .testimonials-carousel-content h2:before {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .content-module ul li:before,
body.secondary-main-dark .light-grey-section-with-secondary .content-module ul li:before {
  color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary ul.tick-list li:before,
body.secondary-main-dark .light-grey-section-with-secondary ul.tick-list li:before {
  color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary ul.category-tag-list li a,
body.secondary-main-dark .light-grey-section-with-secondary ul.category-tag-list li a {
  color: #FFFFFF;
}
body.secondary-main-dark .white-section-with-secondary ul.category-tag-list li a:before,
body.secondary-main-dark .light-grey-section-with-secondary ul.category-tag-list li a:before {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .white-section-with-secondary .faq .faq-title p:before,
body.secondary-main-dark .light-grey-section-with-secondary .faq .faq-title p:before {
  color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .key-benefit:before,
body.secondary-main-dark .light-grey-section-with-secondary .key-benefit:before {
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
}
body.secondary-main-dark .white-section-with-secondary .latest-news-posts.with-featured .block-grid-module:first-child,
body.secondary-main-dark .light-grey-section-with-secondary .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .latest-news-posts .block-grid-module.with-link:after,
body.secondary-main-dark .light-grey-section-with-secondary .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .latest-news-posts .block-grid-module.with-link:hover:after,
body.secondary-main-dark .light-grey-section-with-secondary .latest-news-posts .block-grid-module.with-link:hover:after {
  color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .nf-form-cont .html-container a,
body.secondary-main-dark .light-grey-section-with-secondary .nf-form-cont .html-container a {
  color: var(--secondary-accent-colour, #2E4E9C) !important;
}
body.secondary-main-dark .white-section-with-secondary .nf-form-cont .submit-wrap input,
body.secondary-main-dark .light-grey-section-with-secondary .nf-form-cont .submit-wrap input {
  background-color: var(--secondary-main-colour, #282F38) !important;
}
body.secondary-main-dark .white-section-with-secondary .nf-form-cont .submit-wrap input:before,
body.secondary-main-dark .light-grey-section-with-secondary .nf-form-cont .submit-wrap input:before {
  background-color: var(--secondary-main-colour, #282F38) !important;
}
body.secondary-main-dark .white-section-with-secondary .flickity-page-dots .dot,
body.secondary-main-dark .light-grey-section-with-secondary .flickity-page-dots .dot {
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-dark .white-section-with-secondary .flickity-button:after,
body.secondary-main-dark .light-grey-section-with-secondary .flickity-button:after {
  color: #FFFFFF !important;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-dark .block-grid-module.secondary-main-section h3,
body.secondary-main-dark .block-grid-module.secondary-main-section p {
  color: #FFFFFF !important;
}
/* #Secondary -- Light Setup ------------------------------------------------------------------------ */
body.secondary-main-light .secondary-gradient-section h1,
body.secondary-main-light .secondary-gradient-section h2,
body.secondary-main-light .secondary-gradient-section h3,
body.secondary-main-light .secondary-gradient-section h4,
body.secondary-main-light .secondary-gradient-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section p,
body.secondary-main-light .secondary-gradient-section ul,
body.secondary-main-light .secondary-gradient-section li,
body.secondary-main-light .secondary-gradient-section li a,
body.secondary-main-light .secondary-gradient-section label {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section p a {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section .flickity-button:after {
  color: #FFFFFF;
}
body.secondary-main-light .secondary-gradient-section .primary-accent-section {
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-gradient-section .primary-accent-section p,
body.secondary-main-light .secondary-gradient-section .primary-accent-section strong {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:focus {
  outline: none;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:before,
body.secondary-main-light .secondary-gradient-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-light .secondary-gradient-section .primary-main-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;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-light .secondary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-light .secondary-gradient-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-light .secondary-gradient-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-light .secondary-gradient-section ul.category-tag-list li a {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section ul.category-tag-list li a:before {
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-gradient-section ul.tick-list li:before {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-gradient-section .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-gradient-section .timeline-carousel .timeline-carousel-item .content h3,
body.secondary-main-light .secondary-gradient-section .timeline-carousel .timeline-carousel-item .content p {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:focus {
  outline: none;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:before,
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.download-module .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.with-link.white-section .date,
body.secondary-main-light .secondary-gradient-section .block-grid-module.with-link.light-grey-section .date {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.with-link.white-section .date:before,
body.secondary-main-light .secondary-gradient-section .block-grid-module.with-link.light-grey-section .date:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-gradient-section .block-grid-module.with-link.white-section:after,
body.secondary-main-light .secondary-gradient-section .block-grid-module.with-link.light-grey-section:after {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary h2,
body.secondary-main-light .light-grey-section-with-secondary h2,
body.secondary-main-light .white-section-with-secondary h3,
body.secondary-main-light .light-grey-section-with-secondary h3 {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:last-child,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:focus,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:focus {
  outline: none;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:hover,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:disabled,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:before,
body.secondary-main-light .white-section-with-secondary .primary-main-button:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.small,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-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;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.small:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.medium,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.medium:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.large,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.large:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.static-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.primary-main-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.primary-main-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.primary-main-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.primary-accent-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.primary-accent-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.primary-accent-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.secondary-main-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.secondary-main-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.secondary-main-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.secondary-accent-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.secondary-accent-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.secondary-accent-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.tertiary-main-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.tertiary-main-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.tertiary-main-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.tertiary-accent-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.tertiary-accent-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.tertiary-accent-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.white-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.white-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.white-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.black-static-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.transparent-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.transparent-button:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.with-icon,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.with-icon:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.with-icon:after:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.icon-only,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.icon-only:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.icon-only:after:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.icon-only:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.reset:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.reset:hover:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.search:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.download-button,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.download-button:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.download-button:after:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.download-button:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.arrow-left:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.arrow-right:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.arrow-right:hover:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.close:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-light .white-section-with-secondary .primary-main-button.external-link:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:after,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-light .white-section-with-secondary .primary-main-button:hover:before,
body.secondary-main-light .light-grey-section-with-secondary .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-light .white-section-with-secondary .primary-accent-section,
body.secondary-main-light .light-grey-section-with-secondary .primary-accent-section {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary .primary-accent-section p,
body.secondary-main-light .light-grey-section-with-secondary .primary-accent-section p,
body.secondary-main-light .white-section-with-secondary .primary-accent-section strong,
body.secondary-main-light .light-grey-section-with-secondary .primary-accent-section strong {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary .secondary-main-section h1,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section h1,
body.secondary-main-light .white-section-with-secondary .secondary-main-section h2,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section h2,
body.secondary-main-light .white-section-with-secondary .secondary-main-section h3,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section h3,
body.secondary-main-light .white-section-with-secondary .secondary-main-section h4,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section h4,
body.secondary-main-light .white-section-with-secondary .secondary-main-section h5,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary .secondary-main-section p,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section p,
body.secondary-main-light .white-section-with-secondary .secondary-main-section ul,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section ul,
body.secondary-main-light .white-section-with-secondary .secondary-main-section li,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section li,
body.secondary-main-light .white-section-with-secondary .secondary-main-section li a,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section li a,
body.secondary-main-light .white-section-with-secondary .secondary-main-section label,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section label {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary .secondary-main-section p a,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section p a {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .secondary-main-section .testimonial-module .content .testimonial-author p,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary .secondary-main-section .social-links i:before,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary .secondary-main-section .flickity-button:after,
body.secondary-main-light .light-grey-section-with-secondary .secondary-main-section .flickity-button:after {
  color: #FFFFFF;
}
body.secondary-main-light .white-section-with-secondary .testimonials-carousel-content h2:before,
body.secondary-main-light .light-grey-section-with-secondary .testimonials-carousel-content h2:before {
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .content-module ul li:before,
body.secondary-main-light .light-grey-section-with-secondary .content-module ul li:before {
  color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary ul.tick-list li:before,
body.secondary-main-light .light-grey-section-with-secondary ul.tick-list li:before {
  color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary ul.category-tag-list li a,
body.secondary-main-light .light-grey-section-with-secondary ul.category-tag-list li a {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .white-section-with-secondary ul.category-tag-list li a:before,
body.secondary-main-light .light-grey-section-with-secondary ul.category-tag-list li a:before {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .white-section-with-secondary .faq .faq-title p:before,
body.secondary-main-light .light-grey-section-with-secondary .faq .faq-title p:before {
  color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .key-benefit:before,
body.secondary-main-light .light-grey-section-with-secondary .key-benefit:before {
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
}
body.secondary-main-light .white-section-with-secondary .latest-news-posts.with-featured .block-grid-module:first-child,
body.secondary-main-light .light-grey-section-with-secondary .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .latest-news-posts .block-grid-module.with-link:after,
body.secondary-main-light .light-grey-section-with-secondary .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .latest-news-posts .block-grid-module.with-link:hover:after,
body.secondary-main-light .light-grey-section-with-secondary .latest-news-posts .block-grid-module.with-link:hover:after {
  color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .nf-form-cont .submit-wrap input,
body.secondary-main-light .light-grey-section-with-secondary .nf-form-cont .submit-wrap input {
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
}
body.secondary-main-light .white-section-with-secondary .nf-form-cont .submit-wrap input:before,
body.secondary-main-light .light-grey-section-with-secondary .nf-form-cont .submit-wrap input:before {
  background-color: var(--secondary-main-colour, #282F38) !important;
}
body.secondary-main-light .white-section-with-secondary .flickity-page-dots .dot,
body.secondary-main-light .light-grey-section-with-secondary .flickity-page-dots .dot {
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .white-section-with-secondary .flickity-button:after,
body.secondary-main-light .light-grey-section-with-secondary .flickity-button:after {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .latest-news-posts.with-featured .block-grid-module:first-child h3,
body.secondary-main-light .secondary-colour-module .latest-news-posts.with-featured .block-grid-module:first-child p {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link.white-section .date,
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link.light-grey-section .date {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link.white-section .date:before,
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link.light-grey-section .date:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link.white-section:after,
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link.light-grey-section:after {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-colour-module .block-grid-module.with-link:after {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-light .secondary-colour-module .faq .faq-title p:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .faq .content-wrapper {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .key-benefit:before {
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:last-child,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:focus,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:hover,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:disabled,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.small,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.small:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.medium,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.medium:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.large,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.large:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.static-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.white-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.black-static-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.reset:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.reset:hover:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.search:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-left:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:hover:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.close:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button.external-link:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:after,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-light .secondary-colour-module .side-by-side-module.white-section .primary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-light .secondary-colour-module .statistic-module h3 {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .timeline-carousel .flickity-button:after {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section h2,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section h2 {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:last-child,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:focus,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:hover,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:disabled,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.small,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-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;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.small:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.medium,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.medium:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.large,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.large:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.static-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.primary-main-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.primary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.primary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.primary-accent-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.secondary-main-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.white-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.white-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.white-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.black-static-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.transparent-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.transparent-button:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.with-icon,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.with-icon:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.with-icon:after:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.icon-only,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.icon-only:after:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.reset:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.reset:hover:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.search:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.download-button,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.download-button:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.download-button:after:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.download-button:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.arrow-left:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.arrow-right:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.arrow-right:hover:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.close:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button.external-link:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:after,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.secondary-main-light .secondary-colour-module .content-module.white-section .primary-main-button:hover:before,
body.secondary-main-light .secondary-colour-module .content-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.secondary-main-light .secondary-colour-module .content-module.secondary-main-section ul li:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .nf-form-cont .html-container a {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.secondary-main-light .secondary-colour-module .flickity-button:after {
  color: var(--grey-colour, #3C3C3B);
}
/* #Secondary -- Accent Section ------------------------------------------------------------------------ */
.secondary-accent-section {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
/* #Tertiary -- Main ------------------------------------------------------------------------ */
.tertiary-main-section {
  background-color: var(--tertiary-main-colour, #282F38);
}
/* #Tertiary -- Gradients ------------------------------------------------------------------------ */
.tertiary-gradient-section {
  background-image: linear-gradient(90deg, var(--tertiary-main-colour, #282F38) 0%, var(--tertiary-accent-colour, #2E4E9C) 100%);
}
.tertiary-gradient-section h1,
.tertiary-gradient-section h2,
.tertiary-gradient-section h3,
.tertiary-gradient-section h4,
.tertiary-gradient-section h5 {
  color: #FFFFFF;
}
.tertiary-gradient-section p,
.tertiary-gradient-section p a,
.tertiary-gradient-section ul,
.tertiary-gradient-section li,
.tertiary-gradient-section li a,
.tertiary-gradient-section li:before,
.tertiary-gradient-section label {
  color: #FFFFFF;
}
.tertiary-gradient-section .social-links i:before {
  color: #FFFFFF;
}
.tertiary-gradient-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.tertiary-gradient-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.tertiary-gradient-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.tertiary-gradient-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-gradient-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.tertiary-gradient-section nf-field .submit-wrap input:focus {
  outline: none;
}
.tertiary-gradient-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.tertiary-gradient-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.tertiary-gradient-section nf-field .submit-wrap input:before,
.tertiary-gradient-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.tertiary-gradient-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.tertiary-gradient-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.tertiary-gradient-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.tertiary-gradient-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.tertiary-gradient-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.tertiary-gradient-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.tertiary-gradient-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.tertiary-gradient-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-gradient-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-gradient-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.tertiary-gradient-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.tertiary-gradient-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.tertiary-gradient-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.tertiary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-gradient-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.tertiary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-gradient-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tertiary-gradient-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.tertiary-gradient-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.tertiary-gradient-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.tertiary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-gradient-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.tertiary-gradient-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.tertiary-gradient-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.tertiary-gradient-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.tertiary-gradient-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-gradient-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-section .white-section h3,
.tertiary-gradient-section .light-grey-section h3,
.tertiary-gradient-section .white-section p,
.tertiary-gradient-section .light-grey-section p,
.tertiary-gradient-section .white-section ul li,
.tertiary-gradient-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.tertiary-gradient-section .white-section ul li:before,
.tertiary-gradient-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
.tertiary-gradient-alt-section {
  background-image: linear-gradient(-90deg, var(--tertiary-accent-colour, #2E4E9C) 0%, var(--tertiary-main-colour, #282F38) 100%);
}
.tertiary-gradient-alt-section h1,
.tertiary-gradient-alt-section h2,
.tertiary-gradient-alt-section h3,
.tertiary-gradient-alt-section h4,
.tertiary-gradient-alt-section h5 {
  color: #FFFFFF;
}
.tertiary-gradient-alt-section p,
.tertiary-gradient-alt-section p a,
.tertiary-gradient-alt-section ul,
.tertiary-gradient-alt-section li,
.tertiary-gradient-alt-section li a,
.tertiary-gradient-alt-section li:before,
.tertiary-gradient-alt-section label {
  color: #FFFFFF;
}
.tertiary-gradient-alt-section .social-links i:before {
  color: #FFFFFF;
}
.tertiary-gradient-alt-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
.tertiary-gradient-alt-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
.tertiary-gradient-alt-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:focus {
  outline: none;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:before,
.tertiary-gradient-alt-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:before {
  z-index: -2;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:after {
  z-index: -1;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.static-button {
  transition: none;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
.tertiary-gradient-alt-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-gradient-alt-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-gradient-alt-section .white-section h3,
.tertiary-gradient-alt-section .light-grey-section h3,
.tertiary-gradient-alt-section .white-section p,
.tertiary-gradient-alt-section .light-grey-section p,
.tertiary-gradient-alt-section .white-section ul li,
.tertiary-gradient-alt-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
.tertiary-gradient-alt-section .white-section ul li:before,
.tertiary-gradient-alt-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
/* #Tertiary -- Standard ------------------------------------------------------------------------ */
.white-section-with-tertiary {
  background-color: #FFFFFF;
}
.white-section-with-tertiary h1,
.white-section-with-tertiary h2,
.white-section-with-tertiary h3,
.white-section-with-tertiary h4,
.white-section-with-tertiary h5 {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-tertiary p,
.white-section-with-tertiary ul,
.white-section-with-tertiary li,
.white-section-with-tertiary li a,
.white-section-with-tertiary label {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-tertiary p a {
  color: var(--primary-main-colour, #282F38);
}
.white-section-with-tertiary .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-tertiary .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-tertiary .flickity-button:after {
  color: #FFFFFF;
}
.white-section-with-tertiary input[type="text"],
.white-section-with-tertiary input[type="password"],
.white-section-with-tertiary input[type="email"],
.white-section-with-tertiary input[type="number"],
.white-section-with-tertiary input[type="tel"],
.white-section-with-tertiary input[type="search"],
.white-section-with-tertiary input[type="checkbox"],
.white-section-with-tertiary input[type="radio"],
.white-section-with-tertiary select,
.white-section-with-tertiary textarea {
  background-color: #F5F5F6 !important;
  box-shadow: inset 0 0 0 3px #F5F5F6 !important;
}
.white-section-with-tertiary .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
.white-section-with-tertiary .faq {
  border-bottom: 1px solid #F5F5F6;
}
.light-grey-section-with-tertiary {
  background-color: #F5F5F6;
}
.light-grey-section-with-tertiary h1,
.light-grey-section-with-tertiary h2,
.light-grey-section-with-tertiary h3,
.light-grey-section-with-tertiary h4,
.light-grey-section-with-tertiary h5 {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-tertiary p,
.light-grey-section-with-tertiary ul,
.light-grey-section-with-tertiary li,
.light-grey-section-with-tertiary li a,
.light-grey-section-with-tertiary label {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-tertiary p a {
  color: var(--primary-main-colour, #282F38);
}
.light-grey-section-with-tertiary .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-tertiary .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-tertiary .flickity-button:after {
  color: #FFFFFF;
}
.light-grey-section-with-tertiary input[type="text"],
.light-grey-section-with-tertiary input[type="password"],
.light-grey-section-with-tertiary input[type="email"],
.light-grey-section-with-tertiary input[type="number"],
.light-grey-section-with-tertiary input[type="tel"],
.light-grey-section-with-tertiary input[type="search"],
.light-grey-section-with-tertiary input[type="checkbox"],
.light-grey-section-with-tertiary input[type="radio"],
.light-grey-section-with-tertiary select,
.light-grey-section-with-tertiary textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF !important;
}
.light-grey-section-with-tertiary .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section-with-tertiary .faq {
  border-bottom: 1px solid rgba(138, 138, 138, 0.25);
}
.light-grey-section-with-tertiary .latest-news-posts.with-featured .block-grid-module:not(:first-child) {
  background-color: #FFFFFF;
}
.light-grey-section-with-tertiary .latest-news-posts .block-grid-module {
  background-color: #FFFFFF;
}
.light-grey-section-with-tertiary .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.light-grey-section-with-tertiary .latest-news-posts .block-grid-module.with-link:hover:after {
  color: var(--primary-main-colour, #282F38);
  background-color: #F5F5F6;
}
/* #Tertiary -- Modules Defaults ------------------------------------------------------------------------ */
.tertiary-colour-module .block-grid-module.with-link.white-section .date,
.tertiary-colour-module .block-grid-module.with-link.light-grey-section .date {
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .block-grid-module.with-link.white-section ul li:before,
.tertiary-colour-module .block-grid-module.with-link.light-grey-section ul li:before {
  color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .block-grid-module.with-link.white-section:after,
.tertiary-colour-module .block-grid-module.with-link.light-grey-section:after {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .block-grid-module.with-link.tertiary-main-section:after {
  color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .block-grid-module.with-link:hover.white-section:after,
.tertiary-colour-module .block-grid-module.with-link:hover.light-grey-section:after {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .block-grid-module.with-link:hover.tertiary-main-section:after {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .icon-block-grid-module.tertiary-main-section {
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .statistic-module .statistic-image {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .statistic-module h3 {
  color: var(--tertiary-main-colour, #282F38) !important;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:last-child,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:focus,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:hover,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:disabled,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before,
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.small,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.small:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.medium,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.medium:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.large,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.large:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.static-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.white-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.black-static-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.reset:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.reset:hover:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.search:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-left:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:hover:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.close:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button.external-link:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:after,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.tertiary-colour-module .side-by-side-module.white-section .primary-main-button:hover:before,
.tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.tertiary-colour-module .image-grid .image-module:after {
  color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .testimonial-module:before,
.tertiary-colour-module .blockquote-module:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .team-member-module .image:after {
  color: var(--tertiary-main-colour, #282F38) !important;
}
.tertiary-colour-module .team-member-module:hover .image:after {
  color: #FFFFFF !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:last-child {
  margin-bottom: 0;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:focus {
  outline: none;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:hover {
  border-bottom: none;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:before,
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:before {
  z-index: -2;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:after {
  z-index: -1;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-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;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.static-button {
  transition: none;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.transparent-button {
  background-color: transparent;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.search:after {
  content: '\f002';
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.download-button {
  padding-right: 0!important;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.close:after {
  content: '\f00d';
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button.external-link:after {
  content: '\f08e';
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.tertiary-colour-module .content-module.tertiary-main-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.tertiary-colour-module .content-module.white-section h2,
.tertiary-colour-module .content-module.light-grey-section h2 {
  color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.white-section ul li:before,
.tertiary-colour-module .content-module.light-grey-section ul li:before {
  color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
.tertiary-colour-module .content-module.white-section .primary-main-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:last-child,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:focus,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:hover,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:disabled,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:before,
.tertiary-colour-module .content-module.white-section .primary-main-button:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.tertiary-colour-module .content-module.white-section .primary-main-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.small,
.tertiary-colour-module .content-module.light-grey-section .primary-main-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;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.small:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.medium,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.medium:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.large,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.large:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.static-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.primary-main-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.primary-main-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.primary-main-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.primary-accent-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.secondary-main-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.white-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.white-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.white-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.black-static-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.transparent-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.transparent-button:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.with-icon,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.with-icon:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.with-icon:after:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.icon-only,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.icon-only:after:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.reset:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.reset:hover:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.search:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
.tertiary-colour-module .content-module.white-section .primary-main-button.download-button,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.download-button:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.download-button:after:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.download-button:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.arrow-left:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
.tertiary-colour-module .content-module.white-section .primary-main-button.arrow-right:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.tertiary-colour-module .content-module.white-section .primary-main-button.arrow-right:hover:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button.close:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
.tertiary-colour-module .content-module.white-section .primary-main-button.external-link:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
.tertiary-colour-module .content-module.white-section .primary-main-button:after,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.tertiary-colour-module .content-module.white-section .primary-main-button:hover:before,
.tertiary-colour-module .content-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
/* #Tertiary -- Dark Setup ------------------------------------------------------------------------ */
body.tertiary-main-dark .tertiary-gradient-section h1,
body.tertiary-main-dark .tertiary-gradient-section h2,
body.tertiary-main-dark .tertiary-gradient-section h3,
body.tertiary-main-dark .tertiary-gradient-section h4,
body.tertiary-main-dark .tertiary-gradient-section h5 {
  color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section p,
body.tertiary-main-dark .tertiary-gradient-section p a,
body.tertiary-main-dark .tertiary-gradient-section ul,
body.tertiary-main-dark .tertiary-gradient-section li,
body.tertiary-main-dark .tertiary-gradient-section li a,
body.tertiary-main-dark .tertiary-gradient-section li:before,
body.tertiary-main-dark .tertiary-gradient-section label {
  color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .social-links i:before {
  color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
body.tertiary-main-dark .tertiary-gradient-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:focus {
  outline: none;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:before,
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:before {
  z-index: -2;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:after {
  z-index: -1;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.static-button {
  transition: none;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .white-section h3,
body.tertiary-main-dark .tertiary-gradient-section .light-grey-section h3,
body.tertiary-main-dark .tertiary-gradient-section .white-section p,
body.tertiary-main-dark .tertiary-gradient-section .light-grey-section p,
body.tertiary-main-dark .tertiary-gradient-section .white-section ul li,
body.tertiary-main-dark .tertiary-gradient-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-dark .tertiary-gradient-section .white-section ul li:before,
body.tertiary-main-dark .tertiary-gradient-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-accent-section {
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-accent-section p,
body.tertiary-main-dark .tertiary-gradient-section .primary-accent-section strong {
  color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:before,
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-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;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-dark .tertiary-gradient-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-dark .tertiary-gradient-section ul.category-tag-list li a {
  color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section ul.category-tag-list li a:before {
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .faq .faq-title p:before {
  color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .faq .content-wrapper {
  color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .key-benefit:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
body.tertiary-main-dark .tertiary-gradient-section .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:before,
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-dark .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-dark .white-section-with-tertiary h2,
body.tertiary-main-dark .light-grey-section-with-tertiary h2,
body.tertiary-main-dark .white-section-with-tertiary h3,
body.tertiary-main-dark .light-grey-section-with-tertiary h3 {
  color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:last-child,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:focus,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:hover,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:disabled,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:before,
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.small,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-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;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.small:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.medium,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.medium:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.large,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.large:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.static-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.primary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.primary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.primary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.primary-accent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.primary-accent-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.primary-accent-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.secondary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.secondary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.secondary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.secondary-accent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.secondary-accent-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.secondary-accent-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.tertiary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.tertiary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.tertiary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.tertiary-accent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.tertiary-accent-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.tertiary-accent-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.white-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.white-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.white-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.black-static-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.transparent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.transparent-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.with-icon,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.with-icon:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.with-icon:after:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.icon-only,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.icon-only:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.icon-only:after:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.icon-only:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.reset:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.reset:hover:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.search:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.download-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.download-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.download-button:after:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.download-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.arrow-left:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.arrow-right:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.arrow-right:hover:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.close:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button.external-link:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-dark .white-section-with-tertiary .primary-accent-section,
body.tertiary-main-dark .light-grey-section-with-tertiary .primary-accent-section {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section h1,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section h1,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section h2,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section h2,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section h3,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section h3,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section h4,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section h4,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section h5,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section h5 {
  color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section p,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section p,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section p a,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section p a,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section ul,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section ul,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section li,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section li,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section li a,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section li a,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section li:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section li:before,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section label,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section label {
  color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .social-links i:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .social-links i:before {
  color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .testimonials-carousel-content > h2:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .testimonials-carousel-content > h2:before {
  background-color: #FFFFFF;
  opacity: 0.25;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .testimonial-module .content .testimonial-author p,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .testimonial-module .content .testimonial-author p {
  color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .flickity-page-dots .dot,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .flickity-page-dots .dot {
  background-color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:last-child,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:focus,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:focus {
  outline: none;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:hover,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:hover {
  border-bottom: none;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:disabled,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:before,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:before {
  z-index: -2;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:after {
  z-index: -1;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.small,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.small:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.medium,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.medium:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.large,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.large:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.static-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.static-button {
  transition: none;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-accent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-accent-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-accent-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-accent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-accent-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-accent-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-main-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-main-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-main-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-accent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-accent-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-accent-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.white-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.white-button:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.white-button:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.black-static-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.transparent-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.transparent-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.with-icon,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.with-icon:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.with-icon:after:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only:after:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.reset:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.reset:hover:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.search:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.search:after {
  content: '\f002';
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button:after:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.arrow-left:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.arrow-right:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.arrow-right:hover:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.close:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.external-link:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:hover:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .white-section h3,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .white-section h3,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .light-grey-section h3,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .light-grey-section h3,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .white-section p,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .white-section p,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .light-grey-section p,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .light-grey-section p,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .white-section ul li,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .white-section ul li,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .light-grey-section ul li,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .light-grey-section ul li {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .white-section ul li:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .white-section ul li:before,
body.tertiary-main-dark .white-section-with-tertiary .tertiary-main-section .light-grey-section ul li:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .tertiary-main-section .light-grey-section ul li:before {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .testimonials-carousel-content h2:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .testimonials-carousel-content h2:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .content-module ul li:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .content-module ul li:before {
  color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary ul.tick-list li:before,
body.tertiary-main-dark .light-grey-section-with-tertiary ul.tick-list li:before {
  color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary ul.category-tag-list li a,
body.tertiary-main-dark .light-grey-section-with-tertiary ul.category-tag-list li a {
  color: #FFFFFF;
}
body.tertiary-main-dark .white-section-with-tertiary ul.category-tag-list li a:before,
body.tertiary-main-dark .light-grey-section-with-tertiary ul.category-tag-list li a:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .white-section-with-tertiary .faq .faq-title p:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .faq .faq-title p:before {
  color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .key-benefit:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .key-benefit:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
body.tertiary-main-dark .white-section-with-tertiary .latest-news-posts.with-featured .block-grid-module:first-child,
body.tertiary-main-dark .light-grey-section-with-tertiary .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .latest-news-posts .block-grid-module.with-link:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .latest-news-posts .block-grid-module.with-link:hover:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .latest-news-posts .block-grid-module.with-link:hover:after {
  color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .nf-form-cont .html-container a,
body.tertiary-main-dark .light-grey-section-with-tertiary .nf-form-cont .html-container a {
  color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
body.tertiary-main-dark .white-section-with-tertiary .nf-form-cont .submit-wrap input,
body.tertiary-main-dark .light-grey-section-with-tertiary .nf-form-cont .submit-wrap input {
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
body.tertiary-main-dark .white-section-with-tertiary .nf-form-cont .submit-wrap input:before,
body.tertiary-main-dark .light-grey-section-with-tertiary .nf-form-cont .submit-wrap input:before {
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
body.tertiary-main-dark .white-section-with-tertiary .flickity-page-dots .dot,
body.tertiary-main-dark .light-grey-section-with-tertiary .flickity-page-dots .dot {
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-dark .white-section-with-tertiary .flickity-button:after,
body.tertiary-main-dark .light-grey-section-with-tertiary .flickity-button:after {
  color: #FFFFFF !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-dark .block-grid-module.tertiary-main-section h3,
body.tertiary-main-dark .block-grid-module.tertiary-main-section p {
  color: #FFFFFF !important;
}
/* #Tertiary -- Light Setup ------------------------------------------------------------------------ */
body.tertiary-main-light .tertiary-gradient-section h1,
body.tertiary-main-light .tertiary-gradient-section h2,
body.tertiary-main-light .tertiary-gradient-section h3,
body.tertiary-main-light .tertiary-gradient-section h4,
body.tertiary-main-light .tertiary-gradient-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section p,
body.tertiary-main-light .tertiary-gradient-section ul,
body.tertiary-main-light .tertiary-gradient-section li,
body.tertiary-main-light .tertiary-gradient-section li a,
body.tertiary-main-light .tertiary-gradient-section label {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section p a {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section .flickity-button:after {
  color: #FFFFFF;
}
body.tertiary-main-light .tertiary-gradient-section .primary-accent-section {
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-gradient-section .primary-accent-section p,
body.tertiary-main-light .tertiary-gradient-section .primary-accent-section strong {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:before,
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-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;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-light .tertiary-gradient-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-light .tertiary-gradient-section .content-module ul li:before {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section ul.category-tag-list li a {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section ul.category-tag-list li a:before {
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-gradient-section ul.tick-list li:before {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-gradient-section .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-gradient-section .timeline-carousel .timeline-carousel-item .content h3,
body.tertiary-main-light .tertiary-gradient-section .timeline-carousel .timeline-carousel-item .content p {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:before,
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.download-module .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.with-link.white-section .date,
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.with-link.light-grey-section .date {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.with-link.white-section .date:before,
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.with-link.light-grey-section .date:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.with-link.white-section:after,
body.tertiary-main-light .tertiary-gradient-section .block-grid-module.with-link.light-grey-section:after {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary h2,
body.tertiary-main-light .light-grey-section-with-tertiary h2,
body.tertiary-main-light .white-section-with-tertiary h3,
body.tertiary-main-light .light-grey-section-with-tertiary h3 {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:last-child,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:focus,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:hover,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:disabled,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:before,
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.small,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-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;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.small:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.medium,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.medium:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.large,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.large:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.static-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.primary-main-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.primary-main-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.primary-main-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.primary-accent-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.primary-accent-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.primary-accent-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.secondary-main-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.secondary-main-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.secondary-main-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.secondary-accent-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.secondary-accent-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.secondary-accent-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.tertiary-main-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.tertiary-main-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.tertiary-main-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.tertiary-accent-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.tertiary-accent-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.tertiary-accent-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.white-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.white-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.white-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.black-static-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.transparent-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.transparent-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.with-icon,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.with-icon:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.with-icon:after:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.icon-only,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.icon-only:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.icon-only:after:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.icon-only:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.reset:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.reset:hover:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.search:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.download-button,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.download-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.download-button:after:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.download-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.arrow-left:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.arrow-right:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.arrow-right:hover:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.close:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button.external-link:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-light .white-section-with-tertiary .primary-main-button:hover:before,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-light .white-section-with-tertiary .primary-accent-section,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-accent-section {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary .primary-accent-section p,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-accent-section p,
body.tertiary-main-light .white-section-with-tertiary .primary-accent-section strong,
body.tertiary-main-light .light-grey-section-with-tertiary .primary-accent-section strong {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section h1,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section h1,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section h2,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section h2,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section h3,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section h3,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section h4,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section h4,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section h5,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section p,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section p,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section ul,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section ul,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section li,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section li,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section li a,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section li a,
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section label,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section label {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section p a,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section p a {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section .testimonial-module .content .testimonial-author p,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section .social-links i:before,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary .tertiary-main-section .flickity-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .tertiary-main-section .flickity-button:after {
  color: #FFFFFF;
}
body.tertiary-main-light .white-section-with-tertiary .testimonials-carousel-content h2:before,
body.tertiary-main-light .light-grey-section-with-tertiary .testimonials-carousel-content h2:before {
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .content-module ul li:before,
body.tertiary-main-light .light-grey-section-with-tertiary .content-module ul li:before {
  color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary ul.tick-list li:before,
body.tertiary-main-light .light-grey-section-with-tertiary ul.tick-list li:before {
  color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary ul.category-tag-list li a,
body.tertiary-main-light .light-grey-section-with-tertiary ul.category-tag-list li a {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .white-section-with-tertiary ul.category-tag-list li a:before,
body.tertiary-main-light .light-grey-section-with-tertiary ul.category-tag-list li a:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary .faq .faq-title p:before,
body.tertiary-main-light .light-grey-section-with-tertiary .faq .faq-title p:before {
  color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .key-benefit:before,
body.tertiary-main-light .light-grey-section-with-tertiary .key-benefit:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
body.tertiary-main-light .white-section-with-tertiary .latest-news-posts.with-featured .block-grid-module:first-child,
body.tertiary-main-light .light-grey-section-with-tertiary .latest-news-posts.with-featured .block-grid-module:first-child {
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .latest-news-posts .block-grid-module.with-link:after,
body.tertiary-main-light .light-grey-section-with-tertiary .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .latest-news-posts .block-grid-module.with-link:hover:after,
body.tertiary-main-light .light-grey-section-with-tertiary .latest-news-posts .block-grid-module.with-link:hover:after {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .white-section-with-tertiary .nf-form-cont .submit-wrap input,
body.tertiary-main-light .light-grey-section-with-tertiary .nf-form-cont .submit-wrap input {
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
body.tertiary-main-light .white-section-with-tertiary .nf-form-cont .submit-wrap input:before,
body.tertiary-main-light .light-grey-section-with-tertiary .nf-form-cont .submit-wrap input:before {
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
body.tertiary-main-light .white-section-with-tertiary .flickity-page-dots .dot,
body.tertiary-main-light .light-grey-section-with-tertiary .flickity-page-dots .dot {
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .white-section-with-tertiary .flickity-button:after,
body.tertiary-main-light .light-grey-section-with-tertiary .flickity-button:after {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .latest-news-posts.with-featured .block-grid-module:first-child h3,
body.tertiary-main-light .tertiary-colour-module .latest-news-posts.with-featured .block-grid-module:first-child p {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link.white-section .date,
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link.light-grey-section .date {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link.white-section .date:before,
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link.light-grey-section .date:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link.white-section:after,
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link.light-grey-section:after {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-colour-module .block-grid-module.with-link:after {
  color: var(--grey-colour, #3C3C3B);
}
body.tertiary-main-light .tertiary-colour-module .faq .faq-title p:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .faq .content-wrapper {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .key-benefit:before {
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:last-child,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:focus,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:hover,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:disabled,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.small,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.small:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.medium,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.medium:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.large,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.large:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.static-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.primary-accent-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.secondary-accent-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.white-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.white-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.black-static-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.transparent-button:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.with-icon:after:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.icon-only:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.reset:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.reset:hover:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.search:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.download-button:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-left:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.arrow-right:hover:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.close:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button.external-link:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:after,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.white-section .primary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .side-by-side-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-light .tertiary-colour-module .statistic-module h3 {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .timeline-carousel .flickity-button:after {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section h2,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section h2 {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:last-child,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:last-child {
  margin-bottom: 0;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:focus,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:focus {
  outline: none;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:hover,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:hover {
  border-bottom: none;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:disabled,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:before {
  z-index: -2;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:after {
  z-index: -1;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.small,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-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;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.small:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.medium,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.medium:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.large,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.large:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.static-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.static-button {
  transition: none;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.primary-main-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.primary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.primary-accent-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.primary-accent-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.secondary-main-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.secondary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.secondary-accent-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.tertiary-accent-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.white-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.white-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.white-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.black-static-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.transparent-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button {
  background-color: transparent;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.transparent-button:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.with-icon,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.with-icon {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.with-icon:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.with-icon:after:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.icon-only,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.icon-only:after:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.icon-only:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.reset:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.reset:hover:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.reset:hover:after {
  transform: rotate(-360deg);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.search:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.search:after {
  content: '\f002';
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.download-button,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.download-button {
  padding-right: 0!important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.download-button:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.download-button:after:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.download-button:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.arrow-left:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.arrow-left:after {
  content: '\f053';
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.arrow-right:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.arrow-right:hover:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.arrow-right:hover:after {
  left: 0.125rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.close:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.close:after {
  content: '\f00d';
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button.external-link:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button.external-link:after {
  content: '\f08e';
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:after,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.white-section .primary-main-button:hover:before,
body.tertiary-main-light .tertiary-colour-module .content-module.light-grey-section .primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
body.tertiary-main-light .tertiary-colour-module .content-module.tertiary-main-section ul li:before {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .nf-form-cont .html-container a {
  color: var(--grey-colour, #3C3C3B) !important;
}
body.tertiary-main-light .tertiary-colour-module .flickity-button:after {
  color: var(--grey-colour, #3C3C3B);
}
/* #Tertiary -- Accent Section ------------------------------------------------------------------------ */
.tertiary-accent-section {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
/* #Secondary & Tertiary -- Overrides ------------------------------------------------------------------------ */
body.secondary-main-dark .secondary-main-section p,
body.tertiary-main-dark .secondary-main-section p,
body.secondary-main-dark .tertiary-main-section p,
body.tertiary-main-dark .tertiary-main-section p {
  color: #FFFFFF;
}
body.secondary-main-dark .secondary-main-section.block-grid-module.with-link:after,
body.tertiary-main-dark .secondary-main-section.block-grid-module.with-link:after,
body.secondary-main-dark .tertiary-main-section.block-grid-module.with-link:after,
body.tertiary-main-dark .tertiary-main-section.block-grid-module.with-link:after {
  color: var(--grey-colour, #3C3C3B);
}
body.secondary-main-dark .secondary-main-section.block-grid-module.with-link:hover:after,
body.tertiary-main-dark .secondary-main-section.block-grid-module.with-link:hover:after,
body.secondary-main-dark .tertiary-main-section.block-grid-module.with-link:hover:after,
body.tertiary-main-dark .tertiary-main-section.block-grid-module.with-link:hover:after {
  color: var(--grey-colour, #3C3C3B);
  background-color: #F5F5F6;
}
/* 
Use: Typography
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
/* #Avenir ------------------------------------------------------- */
.avenir-regular {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.avenir-medium {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.avenir-bold {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
body.avenir {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
body.avenir h1,
body.avenir h2,
body.avenir h3,
body.avenir h4,
body.avenir h5,
body.avenir h6,
body.avenir h1 a,
body.avenir h2 a,
body.avenir h3 a,
body.avenir h4 a,
body.avenir h5 a,
body.avenir h6 a,
body.avenir thead {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
body.avenir p,
body.avenir li,
body.avenir input,
body.avenir select,
body.avenir table {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
body.avenir a,
body.avenir span,
body.avenir button,
body.avenir .button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
/* #Museo Sans --------------------------------------------------- */
.museo-sans-regular {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.museo-sans-medium {
  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.museo-sans-bold {
  font-family: 'museo-sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.museo-sans-heavy {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-style: normal;
}
body.museo-sans {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
body.museo-sans h1,
body.museo-sans h2,
body.museo-sans h3,
body.museo-sans h4,
body.museo-sans h5,
body.museo-sans h6,
body.museo-sans h1 a,
body.museo-sans h2 a,
body.museo-sans h3 a,
body.museo-sans h4 a,
body.museo-sans h5 a,
body.museo-sans h6 a,
body.museo-sans thead {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-style: normal;
}
body.museo-sans p,
body.museo-sans li,
body.museo-sans input,
body.museo-sans select,
body.museo-sans table {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
body.museo-sans a,
body.museo-sans button,
body.museo-sans .button {
  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*************************************************************************
 #Font Awesome
**************************************************************************/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: var(--primary-main-colour, #282F38);
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: var(--primary-main-colour, #282F38);
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: var(--primary-main-colour, #282F38);
  text-shadow: none;
  color: #FFFFFF;
}
body.primary-main-light ::-moz-selection {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light ::selection {
  color: var(--grey-colour, #3C3C3B);
}
body.primary-main-light ::-moz-selection {
  color: var(--grey-colour, #3C3C3B);
}
body {
  font-size: 1rem;
  color: var(--grey-colour, #3C3C3B);
  line-height: 1.6;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1.1rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
h1 {
  line-height: 1.2;
}
h2,
h3,
h4 {
  margin-bottom: 1rem;
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
.content-wrapper {
  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.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  word-break: break-word;
}
a:visited {
  color: var(--primary-main-colour, #282F38);
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.1rem;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 1.25rem;
  font-style: italic;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
.medium,
.medium p {
  font-size: 0.85rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
.extra-small,
.extra-small p {
  font-size: 0.65rem;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.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 {
    margin: 0 8%;
  }
}
@media screen and (min-width: 109.375em) {
  .inner-container {
    margin: 0 10%;
  }
}
@media screen and (min-width: 125em) {
  .inner-container {
    margin: 0 14%;
  }
}
/*************************************************************************
 #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;
}
.space-between-container {
  justify-content: space-between;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #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: 2;
}
.full-page .vertical-outer,
.half-page .vertical-outer,
.two-thirds-page .vertical-outer,
.one-third-page .vertical-outer,
.three-quarters-page .vertical-outer,
.one-quarter-page .vertical-outer,
.five-sixths-page .vertical-outer,
.one-sixth-page .vertical-outer {
  width: 100%;
}
.full-page,
.half-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
  .half-page:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
.one-third-page {
  width: 93.996%;
}
.one-third-page:nth-child(2n+3) {
  clear: both;
}
@media screen and (min-width: 35.9375em) {
  .one-third-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
  .one-third-page:nth-child(2n+3) {
    clear: none;
  }
  .one-third-page:nth-child(3n+4) {
    clear: both;
  }
}
.one-quarter-page {
  width: 45.498%;
}
.one-quarter-page:nth-child(2n+3) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
  .one-quarter-page:nth-child(2n+3) {
    clear: none;
  }
  .one-quarter-page:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
  .one-quarter-page:nth-child(3n+4) {
    clear: none;
  }
  .one-quarter-page:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
.one-sixth-page:nth-child(3n+4) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
  .one-sixth-page:nth-child(3n+4) {
    clear: none;
  }
  .one-sixth-page:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 13.166%;
  }
  .one-sixth-page:nth-child(4n+5) {
    clear: none;
  }
  .one-sixth-page:nth-child(6n+7) {
    clear: both;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
/* The Vertical Margins allow you to create vertical spacing outside of both parent containers and their child elements. It’s very useful for separating sections and the modules within them by applying external spacing. The classes can be applied to Outer Containers, Inner Containers and any element within them, particularly Grid Modules.

There are two variants – full and half. By default full is @base-size*3, which is the pixel equivalent of 60px, and half is @base-size*1.5, which is the pixel equivalent of 30px. These values can changed to match your designs by updating the two variables @full-margin and @half-margin. */
.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-negative-half-margin-top {
  position: relative;
  z-index: 3;
  transform: translateY(-50%);
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-double-padding {
  padding-top: calc(3rem*2);
  padding-bottom: calc(3rem*2);
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper:after,
.modular-wrapper-full:after,
.modular-wrapper-half:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
/*************************************************************************
 #Horizontal Alignment
**************************************************************************/
.center-container {
  word-spacing: -0.35rem;
  text-align: center;
}
.center-container * {
  word-spacing: normal;
}
.center-align {
  display: inline-block;
  float: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.left-align {
  display: block;
  float: left;
  margin-left: 3%;
  margin-right: 0;
  word-spacing: normal;
}
.right-align {
  display: block;
  float: right;
  margin-right: 3%;
  margin-left: 0;
  word-spacing: normal;
}
.clear-fix {
  clear: both;
}
.clear-fix-after:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  margin-left: -3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex;
  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;
}
/*************************************************************************
 #Even Height
**************************************************************************/
@media screen and (max-width: 46.875em) {
  .even-height.exclude-mobile {
    height: auto!important;
  }
}
/* 
Use: Image Treatments
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
/* The Scaling classes will scale an image proportionally to its container, with two options depending on whether the width or height should be most important. */
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
/* This will ensure that lazy loaded images will smoothly fade in. */
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  width: auto;
  max-width: 100%;
}
img.alignleft {
  float: left;
  margin-right: 1.5rem;
}
img.alignright {
  float: right;
  margin-left: 1.5rem;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
  width: auto;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text {
  position: absolute;
  padding: 0.25rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-main-colour, #282F38);
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  margin-bottom: 1.5rem;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .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;
  background-color: #ECECEC;
}
.video-container .placeholder:after {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.5rem;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: 50%;
  z-index: 3;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop.responsive-background-image,
.responsive-image-fit.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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.5, 0, 0.5, 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 {
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image-fit .image-container img {
  -o-object-fit: contain;
     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:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Image Crop Border Radius
**************************************************************************/
.bottom-border-radius-crop {
  clip-path: ellipse(100% 80% at 36% 18%);
}
/* 
Use: UI
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
}
.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.5, 0, 0.5, 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 1.25rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.static-button {
  transition: none;
}
.button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.button.transparent-button {
  background-color: transparent;
}
.button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.reset:hover:after {
  transform: rotate(-360deg);
}
.button.search:after {
  content: '\f002';
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.arrow-right:hover:after {
  left: 0.125rem;
}
.button.close:after {
  content: '\f00d';
}
.button.external-link:after {
  content: '\f08e';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link-with-icon {
  text-decoration: none;
}
.text-link-with-icon:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: inline-block;
  color: inherit;
  margin-right: 0.5rem;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
}
.text-link-with-icon.search:before {
  content: '\f002';
}
/* 
Use: Forms
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.no-style-list li a {
  text-decoration: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0.75rem;
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
  margin-bottom: 0;
}
.icon-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.icon-list li a {
  text-decoration: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0.75rem;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.icon-list li a,
.icon-list li span {
  font-weight: normal;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: var(--primary-accent-colour, #2E4E9C);
  font-size: 1rem;
  position: absolute;
  top: 7px;
  left: 0;
}
.icon-list li.category:before {
  content: '\f00c';
}
.icon-list li.location:before {
  content: '\f3c5';
}
.icon-list li.type:before {
  content: '\f017';
}
.icon-list li.role:before {
  content: '\f0b1';
}
.icon-list li.salary:before {
  content: '\f555';
}
.icon-list li.phone:before {
  content: '\f879';
}
.icon-list li.email:before {
  content: '\f0e0';
}
.icon-list li.date:before {
  content: '\f133';
}
.icon-list li.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.icon-list li.twitter:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\e61b';
}
.icon-list li.facebook:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f39e';
}
.icon-list li.instagram:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f16d';
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.tick-list li a {
  text-decoration: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0.75rem;
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  content: '\f00c';
  font-size: 1rem;
  color: var(--primary-main-colour, #282F38);
}
.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 {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.content-module ul li a {
  text-decoration: none;
}
.content-module ul li ul,
.content-module ul li ol {
  margin-top: 0.75rem;
}
.content-module ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}
.content-module ul li:last-child {
  margin-bottom: 0;
}
.content-module ul 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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  content: '\f00c';
  font-size: 1rem;
  color: var(--primary-main-colour, #282F38);
}
.content-module ul.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.content-module ul.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Categories List
**************************************************************************/
ul.categories-list {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
}
ul.categories-list li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.categories-list li a {
  text-decoration: none;
}
ul.categories-list li ul,
ul.categories-list li ol {
  margin-top: 0.75rem;
}
ul.categories-list li {
  font-size: 0.85rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.25rem 1.25rem;
  background-color: #ECECEC;
  border-radius: 2.5rem;
}
/*************************************************************************
 #Services / Categories List
**************************************************************************/
.services-list {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.services-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.services-list li a {
  text-decoration: none;
}
.services-list li ul,
.services-list li ol {
  margin-top: 0.75rem;
}
.services-list li a {
  color: var(--data-service-colour);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.services-list li a i {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: var(--data-service-colour);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-service-icon);
          mask-image: var(--data-service-icon);
}
/*************************************************************************
 #Services / Categories Tags
**************************************************************************/
.services-tags {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.services-tags li {
  list-style-type: none;
  margin-bottom: 0;
}
.services-tags li a {
  text-decoration: none;
}
.services-tags li ul,
.services-tags li ol {
  margin-top: 0.75rem;
}
.services-tags li {
  display: inline-flex;
}
.services-tags li a {
  position: relative;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  word-break: inherit;
  padding: 0.5rem 0.75rem;
}
.services-tags li a i {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #FFFFFF;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-service-icon);
          mask-image: var(--data-service-icon);
}
.services-tags li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--data-service-colour);
  filter: brightness(0.9);
  border-radius: 0.75rem;
  overflow: hidden;
}
.category-tag-list {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.category-tag-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.category-tag-list li a {
  text-decoration: none;
}
.category-tag-list li ul,
.category-tag-list li ol {
  margin-top: 0.75rem;
}
.category-tag-list li {
  display: inline-flex;
}
.category-tag-list li a {
  position: relative;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  word-break: inherit;
  padding: 0.5rem 0.75rem;
}
.category-tag-list li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: 2rem;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.category-tag-list li a:hover:before {
  opacity: 0.8;
}
/*************************************************************************
 #Arrow list
**************************************************************************/
.arrow-list {
  margin-left: 0;
}
.arrow-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.arrow-list li a {
  text-decoration: none;
}
.arrow-list li ul,
.arrow-list li ol {
  margin-top: 0.75rem;
}
.arrow-list li {
  margin-bottom: 0.5rem;
}
.arrow-list li a:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f054';
  color: #FFFFFF;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.arrow-list li a:hover {
  text-decoration: underline;
}
.arrow-list li a:hover:before {
  margin-right: 0.675rem;
}
.white-section .arrow-list li a:before,
.light-grey-section .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
/*************************************************************************
 #Contact List
**************************************************************************/
.contact-list {
  margin-left: 0;
  margin-bottom: 0;
}
.contact-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.contact-list li a {
  text-decoration: none;
}
.contact-list li ul,
.contact-list li ol {
  margin-top: 0.75rem;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.contact-list li a,
.contact-list li span {
  font-weight: normal;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: var(--primary-accent-colour, #2E4E9C);
  font-size: 1rem;
  position: absolute;
  top: 7px;
  left: 0;
}
.contact-list li.category:before {
  content: '\f00c';
}
.contact-list li.location:before {
  content: '\f3c5';
}
.contact-list li.type:before {
  content: '\f017';
}
.contact-list li.role:before {
  content: '\f0b1';
}
.contact-list li.salary:before {
  content: '\f555';
}
.contact-list li.phone:before {
  content: '\f879';
}
.contact-list li.email:before {
  content: '\f0e0';
}
.contact-list li.date:before {
  content: '\f133';
}
.contact-list li.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.contact-list li.twitter:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\e61b';
}
.contact-list li.facebook:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f39e';
}
.contact-list li.instagram:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f16d';
}
.contact-list li {
  color: #ECECEC;
  position: relative;
  flex-wrap: wrap;
  padding-left: 1.75rem;
}
.contact-list li a,
.contact-list li span {
  color: var(--grey-colour, #3C3C3B);
}
.contact-list li span {
  display: block;
  width: 100%;
}
/*************************************************************************
 #Social Links
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.social-links li a {
  text-decoration: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0.75rem;
}
ul.social-links li {
  position: relative;
  text-align: center;
}
ul.social-links li a {
  display: block;
  line-height: 1rem;
}
ul.social-links li i:before {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f658';
}
/* #Follow Module ------------------------------------------------------------------------ */
.footer-follow-module ul.social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.5rem;
}
.footer-follow-module ul.social-links li a {
  line-height: 1.5rem;
}
.footer-follow-module ul.social-links li i:before {
  font-size: 1.5rem;
}
/* #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;
  margin-left: 1rem;
}
.share-module ul.social-links li a {
  line-height: 1rem;
}
.share-module ul.social-links li i:before {
  font-size: 1rem;
  color: var(--primary-main-colour, #282F38);
}
/* 
Use: Modular
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero
**************************************************************************/
/* #Simple ------------------------------------------------------------------------ */
.hero,
.hero-image,
.hero-simple {
  position: relative;
}
.hero-image,
.hero-simple,
.hero-person {
  min-height: 75vh;
}
.hero-half {
  min-height: 50vh;
}
.hero-image {
  background-color: #000000;
  overflow: hidden;
}
.hero-image.low-opacity img,
.hero-image.low-opacity iframe,
.hero-image.low-opacity object,
.hero-image.low-opacity embed,
.hero-image.low-opacity video {
  opacity: 0.8;
}
.hero-image.low-opacity .image-container:before,
.hero-image.low-opacity .iframe-container:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (min-width: 46.875em) {
  .hero-image.low-opacity .image-container:before,
  .hero-image.low-opacity .iframe-container:before {
    width: 60%;
  }
}
.hero-image.low-opacity .iframe-container {
  height: 100%;
  width: 100%;
}
.hero-image.low-opacity .iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 101%;
  width: 100%;
  transform: scale(2.5);
}
@media screen and (min-width: 78.125em) {
  .hero-image.low-opacity .iframe-container iframe {
    transform: scale(2);
  }
}
.hero-image.with-background-pattern:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4%;
  height: 98%;
  width: 50vw;
  background-image: var(--background-pattern);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-circle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -1%;
  bottom: -1%;
  background-color: #000000;
  -webkit-mask-image: url('img/backgrounds/hero-mask.svg');
          mask-image: url('img/backgrounds/hero-mask.svg');
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 101%;
  width: calc(100vw - 1rem*3);
}
@media screen and (min-width: 46.875em) {
  .hero-circle {
    width: 50vw;
  }
}
.hero-circle img,
.hero-circle .iframe-container {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
@media screen and (min-width: 46.875em) {
  .hero-circle img,
  .hero-circle .iframe-container {
    opacity: 1;
  }
}
.hero-circle .iframe-container iframe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  transform: scale(3);
}
@media screen and (min-width: 78.125em) {
  .hero-circle .iframe-container iframe {
    transform: scale(2);
  }
}
.hero-content {
  z-index: 5;
}
.hero-content .hero-job-search {
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  width: 100%;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 46.875em) {
  .hero-content .hero-job-search {
    border-radius: 3rem;
    width: calc(100% + 66.6%);
  }
}
@media screen and (min-width: 78.125em) {
  .hero-content .hero-job-search {
    width: calc(100% + 50%);
  }
}
.hero-content .hero-job-search .filter-module {
  gap: 0.5rem;
}
.hero-content .hero-job-search .filter-module select,
.hero-content .hero-job-search .filter-module input {
  background-color: #ECECEC !important;
  box-shadow: inset 0 0 0 3px #ECECEC !important;
}
.hero-content .hero-job-search .filter-module .fwp-submit {
  flex: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 46.875em) {
  .hero-content .hero-job-search .filter-module .fwp-submit {
    flex: none;
  }
}
.hero-content .hero-job-search .filter-module .facetwp-radius-dropdown,
.hero-content .hero-job-search .filter-module .facetwp-type-reset {
  display: none;
}
.hero.with-background-pattern:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1.5rem;
  height: 98%;
  width: 50vw;
  background-image: var(--background-pattern);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs span {
  color: var(--primary-accent-colour, #2E4E9C);
}
.breadcrumbs a,
.breadcrumbs span span,
.breadcrumbs .breadcrumb_last {
  color: var(--primary-main-colour, #282F38);
}
.breadcrumbs a:hover {
  color: var(--grey-colour, #3C3C3B);
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  position: relative;
  z-index: 2;
  width: 93.996%;
}
.content-over-image .image .vertical-outer {
  width: 100%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 3rem;
    right: 3%;
    bottom: 3rem;
    left: 3%;
    margin: 0;
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop.responsive-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-over-image .content {
  width: 93.996%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 29.332%;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
table {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
table tr th,
table tr td {
  padding: 0.5rem;
  border-right: 1px solid #ECECEC;
}
table tr th:last-child,
table tr td:last-child {
  border-right: none;
}
table thead tr {
  border-bottom: 1px solid #ECECEC;
}
table thead tr th {
  color: var(--grey-colour, #3C3C3B);
}
table tbody tr,
table tfoot tr {
  border-bottom: 1px solid #ECECEC;
}
table tbody tr:last-child,
table tfoot tr:last-child {
  border-bottom: none;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.333);
}
.faq:first-child {
  padding-top: 0;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
}
.faq .faq-title p:before {
  position: absolute;
  width: 3rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '\f078';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--primary-main-colour, #282F38);
  text-align: center;
}
.faq .faq-title.open p:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
.white-section .faq,
.white-section-with-secondary .faq,
.white-section-with-tertiary .faq {
  border-bottom: 1px solid #F5F5F6;
}
.light-grey-section .faq {
  border-bottom: 1px solid rgba(138, 138, 138, 0.25);
}
body.primary-main-dark.primary-accent-dark .primary-gradient-section .faq .faq-title p:before {
  color: #FFFFFF;
}
body.primary-main-dark.primary-accent-dark .primary-gradient-section .faq .faq-content .content-wrapper {
  color: #FFFFFF;
}
/*************************************************************************
 #Facet WP
**************************************************************************/
.facetwp-filters {
  z-index: 10;
  padding-top: 0 !important;
}
.facetwp-filters + .facetwp-map {
  margin-bottom: 1.5rem;
}
.facetwp-type-map {
  margin-bottom: 0 !important;
}
.facetwp-type-map #facetwp-map {
  border-radius: 0.75rem;
  overflow: hidden;
  min-height: 50vh;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
}
.facetwp-type-map #facetwp-map .marker-content {
  max-width: 10rem;
  padding: 6px 0 6px 6px;
}
.facetwp-type-map #facetwp-map .marker-content .image {
  max-width: 100%;
  height: 5rem;
  display: none;
}
.facetwp-type-map #facetwp-map .marker-content .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
  overflow: hidden;
}
.facetwp-type-map #facetwp-map .marker-content h3 {
  display: block;
  font-size: 0.85rem;
}
.facetwp-type-map #facetwp-map .marker-content h3 a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2.25rem 0 0;
  color: var(--grey-colour, #3C3C3B);
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map #facetwp-map .marker-content h3 a:after {
  position: absolute;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  color: #FFFFFF;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map #facetwp-map .marker-content h3 a:hover:after {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.facetwp-type-map #facetwp-map .gm-style > div:first-child button {
  display: none!important;
}
.facetwp-type-map #facetwp-map .gm-style img[src*="map-marker-hidden.svg"] {
  mask-image: url('img/ui/map-marker.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url('img/ui/map-marker.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--primary-main-colour, #282F38);
}
.facetwp-type-map #facetwp-map .gm-style button {
  width: 2rem !important;
  height: 2rem !important;
  margin: 1rem !important;
  border-radius: 0.25rem !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.facetwp-type-map #facetwp-map .gm-style button:after {
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #282F38);
  font-size: 1rem;
  line-height: 2rem;
}
.facetwp-type-map #facetwp-map .gm-style button img {
  display: none!important;
}
.facetwp-type-map #facetwp-map .gm-style .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.facetwp-type-map #facetwp-map .gm-style .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.facetwp-type-map #facetwp-map .gm-style .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.facetwp-type-map #facetwp-map .gm-style .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.facetwp-type-map #facetwp-map .gm-style .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.facetwp-type-map #facetwp-map .gm-style .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
.facetwp-type-map .facetwp-map-filtering {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
  background-color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  border-radius: 0 0.75rem 0 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.facetwp-type-map .facetwp-map-filtering:last-child {
  margin-bottom: 0;
}
.facetwp-type-map .facetwp-map-filtering:focus {
  outline: none;
}
.facetwp-type-map .facetwp-map-filtering:hover {
  border-bottom: none;
}
.facetwp-type-map .facetwp-map-filtering:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-map .facetwp-map-filtering:before,
.facetwp-type-map .facetwp-map-filtering:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-map .facetwp-map-filtering:before {
  z-index: -2;
}
.facetwp-type-map .facetwp-map-filtering:after {
  z-index: -1;
}
.facetwp-type-map .facetwp-map-filtering.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-map .facetwp-map-filtering.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-map .facetwp-map-filtering.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.facetwp-type-map .facetwp-map-filtering.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-map .facetwp-map-filtering.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.facetwp-type-map .facetwp-map-filtering.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-map .facetwp-map-filtering.static-button {
  transition: none;
}
.facetwp-type-map .facetwp-map-filtering.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.facetwp-type-map .facetwp-map-filtering.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.facetwp-type-map .facetwp-map-filtering.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.facetwp-type-map .facetwp-map-filtering.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.facetwp-type-map .facetwp-map-filtering.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.facetwp-type-map .facetwp-map-filtering.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.facetwp-type-map .facetwp-map-filtering.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.facetwp-type-map .facetwp-map-filtering.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.white-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-map .facetwp-map-filtering.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.facetwp-type-map .facetwp-map-filtering.transparent-button {
  background-color: transparent;
}
.facetwp-type-map .facetwp-map-filtering.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.facetwp-type-map .facetwp-map-filtering.with-icon {
  padding-right: 0!important;
}
.facetwp-type-map .facetwp-map-filtering.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-map .facetwp-map-filtering.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-map .facetwp-map-filtering.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-map .facetwp-map-filtering.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-map .facetwp-map-filtering.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-map .facetwp-map-filtering.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-map .facetwp-map-filtering.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-type-map .facetwp-map-filtering.search:after {
  content: '\f002';
}
.facetwp-type-map .facetwp-map-filtering.download-button {
  padding-right: 0!important;
}
.facetwp-type-map .facetwp-map-filtering.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-map .facetwp-map-filtering.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-map .facetwp-map-filtering.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.facetwp-type-map .facetwp-map-filtering.arrow-left:after {
  content: '\f053';
}
.facetwp-type-map .facetwp-map-filtering.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering.arrow-right:hover:after {
  left: 0.125rem;
}
.facetwp-type-map .facetwp-map-filtering.close:after {
  content: '\f00d';
}
.facetwp-type-map .facetwp-map-filtering.external-link:after {
  content: '\f08e';
}
.facetwp-type-map .facetwp-map-filtering:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-map .facetwp-map-filtering:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-map .facetwp-map-filtering:hover:before {
  right: 0;
  width: 100%;
}
/*************************************************************************
 #Full Width Image With Content
**************************************************************************/
.full-width-image-with-content .image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.full-width-image-with-content.left-text .image:after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
}
.full-width-image-with-content.center-text .image:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.full-width-image-with-content.right-text .image:after {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
}
/*************************************************************************
 #Quote and Link Module
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .quote-and-link-module .link-module {
    position: relative;
    z-index: 2;
    width: 93.996%;
  }
  .quote-and-link-module .link-module .vertical-outer {
    width: 100%;
  }
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map.mini-map {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.375rem;
  overflow: hidden;
}
.map.mini-map button {
  display: none !important;
}
.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 .gm-style img[src*="map-marker-hidden.svg"] {
  mask-image: url('/wp-content/themes/hcrg-workforce-solutions/img/ui/map-marker.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url('/wp-content/themes/hcrg-workforce-solutions/img/ui/map-marker.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--primary-main-colour, #282F38);
}
.map button {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 0.25rem !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.map button:after {
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #282F38);
  font-size: 1rem;
  line-height: 2rem;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control {
  margin: 1rem !important;
}
.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: var(--grey-colour, #3C3C3B);
}
.map .gm-style-iw p,
.map .gm-style-iw ul,
.map .gm-style-iw li,
.map .gm-style-iw li a,
.map .gm-style-iw label {
  color: var(--grey-colour, #3C3C3B);
}
.map .gm-style-iw p a {
  color: var(--primary-main-colour, #282F38);
}
.map .gm-style-iw .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.map .gm-style-iw .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.map .gm-style-iw .flickity-button:after {
  color: #FFFFFF;
}
.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: 1rem !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"] {
  margin-bottom: 1rem !important;
}
.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;
  }
}
/*************************************************************************
 #Side by Side Content Module
**************************************************************************/
.side-by-side-content-module {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 35rem;
}
.side-by-side-content-module .inner-container {
  padding-bottom: 20rem;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module .inner-container {
    position: unset;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 46.8125em) {
  .side-by-side-content-module .content-module.vertical-double-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.side-by-side-content-module .masked-image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20rem;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module .masked-image {
    top: 0;
    bottom: auto;
    height: 100%;
    width: 47%;
    mask-image: url('img/backgrounds/hero-mask.svg');
    mask-size: cover;
    mask-position: left;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('img/backgrounds/hero-mask.svg');
    -webkit-mask-size: cover;
    -webkit-mask-position: left;
    -webkit-mask-repeat: no-repeat;
  }
}
.side-by-side-content-module .masked-image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-by-side-content-module .left-to-right {
  justify-content: flex-end;
}
.side-by-side-content-module .left-to-right .content-module {
  margin-left: 0;
  margin-right: 3%;
}
.side-by-side-content-module .left-to-right + .masked-image {
  transform: scaleX(-1);
}
.side-by-side-content-module .left-to-right + .masked-image img {
  transform: scaleX(-1);
}
.side-by-side-content-module .right-to-left {
  flex-direction: row;
}
.side-by-side-content-module .right-to-left + .masked-image {
  right: 0;
  left: auto;
}
/*************************************************************************
 #Block Grid Modules
**************************************************************************/
.block-grid-module {
  border-radius: 0.75rem;
  overflow: hidden;
}
.block-grid-module .content h3 {
  font-size: 1.375rem;
}
.block-grid-module .image .date {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.block-grid-module .date {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-accent-colour, #2E4E9C);
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  color: #FFFFFF !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-grid-module .date:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f133';
  color: #FFFFFF;
  margin-right: 0.5rem;
}
.block-grid-module.with-link .content {
  padding-bottom: 4.5rem;
}
.block-grid-module.with-link:after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.block-grid-module.with-link:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.block-grid-module.with-download:after {
  content: '\f33d';
}
.block-grid-module.white-section {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.block-grid-module.white-section .content h3,
.block-grid-module.white-section .content p {
  color: var(--grey-colour, #3C3C3B);
}
.block-grid-module.white-section:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.block-grid-module.white-section.with-link:hover {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.block-grid-module.white-section.with-link:hover:after {
  color: var(--primary-main-colour, #282F38);
  background-color: #F5F5F6;
}
@media screen and (max-width: 31.25em) {
  .block-grid-module {
    position: relative;
    z-index: 2;
    width: 93.996%;
  }
  .block-grid-module .vertical-outer {
    width: 100%;
  }
  .block-grid-module .image .four-by-three {
    padding-bottom: 56.25%;
  }
}
/*************************************************************************
 #Case Study Modules
**************************************************************************/
.loop-case-studies .case-study-module:nth-child( 5n+5 ) {
  position: relative;
  z-index: 2;
  width: 93.996%;
}
.loop-case-studies .case-study-module:nth-child( 5n+5 ) .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .loop-case-studies .case-study-module:nth-child( 5n+5 ) {
    width: 61.664%;
  }
}
.case-study-module {
  min-height: 18rem;
  background-color: #000000;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 31.25em) {
  .case-study-module {
    position: relative;
    z-index: 2;
    width: 93.996%;
  }
  .case-study-module .vertical-outer {
    width: 100%;
  }
}
.case-study-module .content {
  padding: 4.5rem 1.5rem 6rem;
}
.case-study-module .content h3 {
  color: #FFFFFF;
}
.case-study-module .content .services-tags {
  position: absolute;
  z-index: 1;
  width: calc(100% - 1rem*6);
  bottom: 1.5rem;
}
.case-study-module .responsive-background-image {
  z-index: -1;
}
.case-study-module .responsive-background-image img {
  opacity: 0.55;
}
.case-study-module.no-image {
  background-color: var(--primary-main-colour, #282F38);
}
.case-study-module.with-link:after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A8A8A;
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.case-study-module.with-link:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  filter: brightness(85%);
  box-shadow: none;
}
/*************************************************************************
 #Latest News Post - Featured First Child
**************************************************************************/
.latest-news-posts.with-featured .block-grid-module:first-child {
  position: relative;
  z-index: 2;
  width: 93.996%;
  display: flex;
  background-color: var(--primary-main-colour, #282F38);
}
.latest-news-posts.with-featured .block-grid-module:first-child .vertical-outer {
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .content {
  order: 1;
  width: 60%;
  padding: 1.5rem 1.5rem 6rem 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .content h3,
.latest-news-posts.with-featured .block-grid-module:first-child .content p {
  color: #FFFFFF;
}
.latest-news-posts.with-featured .block-grid-module:first-child .image {
  order: 2;
  height: 100%;
  width: 40%;
  padding: 0;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
  padding-right: 0!important;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:last-child {
  margin-bottom: 0;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:focus {
  outline: none;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:hover {
  border-bottom: none;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:before,
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:before {
  z-index: -2;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:after {
  z-index: -1;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.static-button {
  transition: none;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.white-button:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.transparent-button {
  background-color: transparent;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.with-icon {
  padding-right: 0!important;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.reset:hover:after {
  transform: rotate(-360deg);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.search:after {
  content: '\f002';
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.download-button {
  padding-right: 0!important;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.arrow-left:after {
  content: '\f053';
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.arrow-right:hover:after {
  left: 0.125rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.close:after {
  content: '\f00d';
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link.external-link:after {
  content: '\f08e';
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:hover:before {
  right: 0;
  width: 100%;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link:hover:after {
  left: 0.125rem;
}
.latest-news-posts.with-featured .block-grid-module:first-child .module-link .screen-reader {
  display: inline-block;
  position: unset;
  height: unset;
  width: unset;
  clip: unset;
  overflow: unset;
}
.latest-news-posts.with-featured .block-grid-module:first-child.with-link:after {
  content: unset;
}
.light-grey-section .latest-news-posts.with-featured .block-grid-module:not(:first-child) {
  background-color: #FFFFFF;
}
.light-grey-section .latest-news-posts .block-grid-module {
  background-color: #FFFFFF;
}
.light-grey-section .latest-news-posts .block-grid-module.with-link:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.light-grey-section .latest-news-posts .block-grid-module.with-link:hover:after {
  color: var(--primary-main-colour, #282F38);
  background-color: #F5F5F6;
}
/*************************************************************************
 #Icon Block Grid / Roles Modules
**************************************************************************/
.icon-block-grid-module {
  background-color: var(--primary-main-colour, #282F38);
}
.icon-block-grid-module .content {
  padding-bottom: 4.5rem;
}
.icon-block-grid-module .content .icon {
  max-width: 3rem;
}
.icon-block-grid-module .content .icon img {
  height: 100%;
  width: 100%;
  padding: 0.5rem;
}
.icon-block-grid-module .content h3 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.icon-block-grid-module .content h3 + p {
  margin-top: 1rem;
}
.icon-block-grid-module.with-link:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.icon-block-grid-module.white-section {
  background-color: #FFFFFF;
}
.icon-block-grid-module.white-section h1,
.icon-block-grid-module.white-section h2,
.icon-block-grid-module.white-section h3,
.icon-block-grid-module.white-section h4,
.icon-block-grid-module.white-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.white-section p,
.icon-block-grid-module.white-section ul,
.icon-block-grid-module.white-section li,
.icon-block-grid-module.white-section li a,
.icon-block-grid-module.white-section label {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.white-section p a {
  color: var(--primary-main-colour, #282F38);
}
.icon-block-grid-module.white-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.white-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.white-section .flickity-button:after {
  color: #FFFFFF;
}
.icon-block-grid-module.light-grey-section {
  background-color: #F5F5F6;
}
.icon-block-grid-module.light-grey-section h1,
.icon-block-grid-module.light-grey-section h2,
.icon-block-grid-module.light-grey-section h3,
.icon-block-grid-module.light-grey-section h4,
.icon-block-grid-module.light-grey-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.light-grey-section p,
.icon-block-grid-module.light-grey-section ul,
.icon-block-grid-module.light-grey-section li,
.icon-block-grid-module.light-grey-section li a,
.icon-block-grid-module.light-grey-section label {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.light-grey-section p a {
  color: var(--primary-main-colour, #282F38);
}
.icon-block-grid-module.light-grey-section .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.light-grey-section .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.icon-block-grid-module.light-grey-section .flickity-button:after {
  color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .icon-block-grid-break {
    flex-basis: 100%;
    height: 0;
  }
}
/*************************************************************************
 #Vertical Listing Module
**************************************************************************/
.vertical-listing-module {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 15rem;
}
.vertical-listing-module:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #F5F5F6;
}
.vertical-listing-module .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33.3%;
}
.vertical-listing-module .image .responsive-image-crop {
  padding: 0;
  height: 100%;
}
.vertical-listing-module .content {
  padding-left: calc(33.3% + 1rem*1.5);
}
.vertical-listing-module.no-image .content {
  padding: 1.5rem;
}
.meta-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.75rem;
}
.meta-bar ul.meta {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.meta-bar ul.meta li {
  list-style-type: none;
  margin-bottom: 0;
}
.meta-bar ul.meta li a {
  text-decoration: none;
}
.meta-bar ul.meta li ul,
.meta-bar ul.meta li ol {
  margin-top: 0.75rem;
}
.meta-bar ul.meta.roles li:not(:first-child) {
  font-size: 0.85rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-color: #F5F5F6;
  border-radius: 2.5rem;
}
.introduction .tick-list li {
  display: flex;
  padding-left: 0;
  text-align: left;
}
.introduction .tick-list li:before {
  position: relative;
  inset: unset;
  display: inline-flex;
  margin-right: 0.25rem;
}
.introduction .meta-bar {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.introduction .meta-bar ul.meta {
  width: 100%;
}
.news-meta-bar {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1.5rem;
}
.news-meta-bar .categories-list {
  margin-right: auto;
}
.news-meta-bar p {
  margin-bottom: 0;
}
/*************************************************************************
 #Team Member Module
**************************************************************************/
.team-member-module.with-link .image:after {
  position: absolute;
  right: 7.5%;
  bottom: 7.5%;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.team-member-module.with-link:hover .image:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.position {
  font-weight: bold;
  font-size: 1.1rem;
  color: #8A8A8A;
  margin-bottom: 0.5rem;
}
.hero-team-member-content .social-links-alt {
  margin-left: 0;
  display: inline-flex;
  gap: 3rem;
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid #F5F5F6;
  padding-top: 1rem;
}
.hero-team-member-content .social-links-alt li {
  list-style-type: none;
  margin-bottom: 0;
}
.hero-team-member-content .social-links-alt li a {
  text-decoration: none;
}
.hero-team-member-content .social-links-alt li ul,
.hero-team-member-content .social-links-alt li ol {
  margin-top: 0.75rem;
}
.hero-team-member-content .social-links-alt li {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--primary-main-colour, #282F38);
}
.hero-team-member-content .social-links-alt li a {
  color: var(--primary-main-colour, #282F38);
}
.hero-team-member-content .social-links-alt li.email:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f0e0';
}
.hero-team-member-content .social-links-alt li.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
/*************************************************************************
 #Download Module
**************************************************************************/
.download-module .cover-image {
  max-width: 45%;
  margin: 1.5rem 0 0 1.5rem;
}
.download-module .file-details {
  margin-left: 0;
}
.download-module .file-details li {
  list-style-type: none;
  margin-bottom: 0;
}
.download-module .file-details li a {
  text-decoration: none;
}
.download-module .file-details li ul,
.download-module .file-details li ol {
  margin-top: 0.75rem;
}
.download-module .file-details li {
  font-size: 0.85rem;
}
.download-module .file-details li strong {
  margin-right: 0.5rem;
}
/*************************************************************************
 #Sidebar
**************************************************************************/
.sidebar {
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  color: var(--grey-colour, #3C3C3B);
}
.sidebar p,
.sidebar ul,
.sidebar li,
.sidebar li a,
.sidebar label {
  color: var(--grey-colour, #3C3C3B);
}
.sidebar p a {
  color: var(--primary-main-colour, #282F38);
}
.sidebar .testimonial-module .content .testimonial-author p {
  color: var(--grey-colour, #3C3C3B);
}
.sidebar .social-links i:before {
  color: var(--grey-colour, #3C3C3B);
}
.sidebar .flickity-button:after {
  color: #FFFFFF;
}
.sidebar input[type="text"],
.sidebar input[type="password"],
.sidebar input[type="email"],
.sidebar input[type="number"],
.sidebar input[type="tel"],
.sidebar input[type="search"],
.sidebar input[type="checkbox"],
.sidebar input[type="radio"],
.sidebar select,
.sidebar textarea {
  background-color: #F5F5F6 !important;
  box-shadow: inset 0 0 0 3px #F5F5F6 !important;
}
.sidebar .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
.sidebar .faq {
  border-bottom: 1px solid #F5F5F6;
}
@media screen and (max-width: 46.8125em) {
  .sidebar {
    position: relative;
    z-index: 2;
    width: 93.996%;
    left: 3%;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .sidebar .vertical-outer {
    width: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .sidebar {
    transform: translateY(-100%);
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
  }
}
/*************************************************************************
 #Side by Side Content, Image and Stat
**************************************************************************/
.side-by-side-content-image-and-statistic .image {
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
.side-by-side-content-image-and-statistic .image .stat {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.side-by-side-content-image-and-statistic .image .stat p {
  color: #FFFFFF;
}
.side-by-side-content-image-and-statistic .image .stat p strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
}
.side-by-side-content-image-and-statistic .image .stat.white-section p {
  color: var(--grey-colour, #3C3C3B);
}
.side-by-side-content-image-and-statistic .image .stat.white-section p strong {
  color: var(--primary-main-colour, #282F38);
}
.side-by-side-content-image-and-statistic .content {
  padding: 0 3rem;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-image-and-statistic .content {
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-image-and-statistic .right-to-left .content {
    padding: 0 3rem 0 0;
  }
}
/*************************************************************************
 #Tabbed Content
**************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabbed-content {
  margin-top: 1.5rem;
}
.tabbed-content .tabs-navigation {
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #F5F5F6;
}
.tabbed-content .tabs-navigation button {
  padding: 0.5rem 1.25rem;
  background-color: #F5F5F6;
  color: #8A8A8A;
  font-weight: bold;
}
.tabbed-content .tabs-navigation button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 2rem;
}
.tabbed-content .tabs-navigation button.listings-icon:after {
  content: '\f03a';
}
.tabbed-content .tabs-navigation button.map-icon:after {
  content: '\f279';
}
.tabbed-content .tabs-navigation button:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.tabbed-content .tabs-navigation button:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.tabbed-content .tabs-navigation button:hover {
  color: var(--primary-main-colour, #282F38);
}
.tabbed-content .tabs-navigation button:hover:before {
  color: var(--primary-main-colour, #282F38);
}
.tabbed-content .tabs-navigation button.active {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
}
.tabbed-content .tabs-navigation button.active:before {
  color: #FFFFFF;
}
.tabbed-content .tab {
  display: none;
  visibility: hidden;
  opacity: 0;
  animation: fadeIn 750ms;
}
.tabbed-content .tab.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.tabbed-content .tab.listings-container > .white-section {
  padding-top: 0;
}
.tabbed-content .tab.map-container > .white-section {
  padding-top: 0;
}
/*************************************************************************
 #Promotional Module
**************************************************************************/
.promotional-module-container .promotional-module {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.75rem 1.5rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.promotional-module-container .promotional-module a {
  flex: none;
}
@media screen and (max-width: 46.8125em) {
  .promotional-module-container .promotional-module h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .promotional-module-container .promotional-module p {
    display: none;
  }
  .promotional-module-container .promotional-module a {
    text-indent: -9999rem;
  }
  .promotional-module-container .promotional-module a:after {
    position: absolute;
  }
}
@media screen and (min-width: 46.875em) {
  .promotional-module-container .promotional-module {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.promotional-module-container:before {
  content: '';
  position: absolute;
  top: -3rem;
  height: calc(50% + 1rem*1.5);
  width: calc(100vw + 10%);
  background-color: #FFFFFF;
}
.promotional-module-container.sticky-module {
  margin-bottom: 3rem;
}
.promotional-module-container.sticky-module .promotional-module {
  position: fixed;
  width: 94.746%;
  max-width: 1412px;
  margin: 0 auto;
  bottom: -0.75rem;
  z-index: 10;
}
@media screen and (min-width: 62.5em) {
  .promotional-module-container.sticky-module .promotional-module {
    width: calc(94.746% - 8%);
  }
}
@media screen and (min-width: 78.125em) {
  .promotional-module-container.sticky-module .promotional-module {
    width: calc(94.746% - 12%);
  }
}
@media screen and (min-width: 93.75em) {
  .promotional-module-container.sticky-module .promotional-module {
    width: calc(94.746% - 16%);
  }
}
@media screen and (min-width: 109.375em) {
  .promotional-module-container.sticky-module .promotional-module {
    width: calc(94.746% - 18%);
  }
}
@media screen and (min-width: 125em) {
  .promotional-module-container.sticky-module .promotional-module {
    width: calc(94.746% - 22%);
  }
}
.promotional-module-container.sticky-module .promotional-module:before {
  content: unset;
}
.footer-section:has(.sticky-module) {
  padding-bottom: 10rem;
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 5001;
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  position: absolute;
  height: 2rem;
  width: 2rem;
  margin: 0;
  top: 1rem;
  right: -1rem;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F5F5F6;
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f00d';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover:before {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: unset;
}
.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: #FFFFFF;
  text-align: left;
  word-wrap: break-word;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute!important;
  z-index: 9999;
  top: 50%!important;
  transform: translateY(-50%) !important;
  height: 2rem;
  width: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F5F5F6;
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.mfp-wrap .mfp-container .mfp-arrow:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 1.5rem;
}
.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: #FFFFFF;
  z-index: 5004;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Logos Container
**************************************************************************/
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.logo-grid .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
}
@media screen and (min-width: 31.25em) {
  .logo-grid .logo {
    width: 25%;
  }
}
@media screen and (min-width: 46.875em) {
  .logo-grid .logo {
    width: 20%;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-grid .logo {
    flex: 1;
    width: auto;
    max-width: 180px;
  }
}
.logo-grid .logo img {
  display: block;
  height: auto;
  min-height: 80px;
  max-height: 120px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Image Grid
**************************************************************************/
.image-grid .image-module {
  border-radius: 0.75rem;
  overflow: hidden;
}
.image-grid .image-module .image-container img {
  transition: all 750ms cubic-bezier(0.5, 0, 0.5, 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.5, 0, 0.5, 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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: normal;
  color: var(--primary-main-colour, #282F38);
  content: '\f00e';
  font-size: 1rem;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.image-grid .image-module:hover:after {
  opacity: 1;
}
@media screen and (max-width: 31.25em) {
  .image-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
/*************************************************************************
 #Blockquote Module
**************************************************************************/
.blockquote-module {
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 46.8125em) {
  .blockquote-module {
    margin-top: 1.5rem;
  }
  .blockquote-module .content {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
  }
}
.blockquote-module:before {
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('img/backgrounds/double-quote-mark.svg');
          mask-image: url('img/backgrounds/double-quote-mark.svg');
  background-color: var(--primary-main-colour, #282F38);
}
.blockquote-module.white-section {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.blockquote-module.primary-gradient-section:before {
  background-color: #FFFFFF;
}
.blockquote-module blockquote {
  padding-left: 0;
}
.blockquote-module blockquote p {
  font-weight: bold;
}
.blockquote-module.with-image blockquote,
.blockquote-module.with-image .testimonial-author {
  padding-right: 40%;
}
.blockquote-module.with-image .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
}
.blockquote-module.with-image .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
/*************************************************************************
 #Benefits
**************************************************************************/
.benefits .benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.benefits .benefit .image {
  position: relative;
  background: var(--data-bkg-colour, #F5F5F6);
  height: 4rem;
  width: 4rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.benefits .benefit .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  padding: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  position: relative;
  min-height: 2.25rem;
  margin-top: 1.5rem;
  padding: 3rem 1.5rem 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  overflow: visible;
}
.key-benefit h3,
.key-benefit p {
  color: var(--grey-colour, #3C3C3B) !important;
}
.key-benefit h3 {
  font-size: 1.25rem;
}
.key-benefit:before {
  content: '';
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\f00c';
  font-size: 1rem;
  color: var(--primary-main-colour, #282F38);
  background-color: #F5F5F6;
  border-radius: 0.375rem;
  overflow: hidden;
}
.key-benefit.white-section:before,
.key-benefit.light-grey-section:before {
  color: #FFFFFF;
  background-color: var(--primary-accent-colour, #2E4E9C);
}
/*************************************************************************
 #Side by Side Module
**************************************************************************/
.side-by-side-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.75rem;
  overflow: hidden;
}
.side-by-side-module .image {
  position: relative;
  min-height: 18rem;
  width: 100%;
  transform: scale(-1);
}
.side-by-side-module .image img {
  position: absolute;
  inset: -1%;
  height: 102%;
  width: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(-1);
}
.side-by-side-module .content {
  padding: 3rem;
}
@media screen and (min-width: 40.625em) {
  .side-by-side-module .image {
    position: absolute;
    top: -1%;
    bottom: -1%;
    left: -1px;
    height: 102%;
    width: 40%;
    mask-image: url('img/backgrounds/image-mask-alt.svg');
    -webkit-mask-image: url('img/backgrounds/image-mask-alt.svg');
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .side-by-side-module .content {
    padding-top: 3rem;
    padding-left: calc(40% + 1rem*3);
  }
}
@media screen and (min-width: 40.625em) {
  .side-by-side-module.image-right-content-left .image {
    right: -1px;
    left: auto;
    transform: scaleY(-1);
  }
  .side-by-side-module.image-right-content-left .image img {
    transform: scaleY(-1);
  }
  .side-by-side-module.image-right-content-left .content {
    padding-right: calc(40% + 1rem*3);
    padding-left: 3rem;
  }
}
.side-by-side-module.light-grey-section .content h2,
.side-by-side-module.white-section .content h2,
.side-by-side-module.light-grey-section .content p,
.side-by-side-module.white-section .content p {
  color: var(--grey-colour, #3C3C3B) !important;
}
/*************************************************************************
 #Statistic Modules
**************************************************************************/
.statistic-module {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.statistic-module .statistic-image {
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  margin-bottom: 3.5rem;
  padding: 0.5rem;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: 0.375rem;
  overflow: hidden;
}
.statistic-module .statistic-image img {
  height: 100%;
  width: 100%;
  padding: 0.5rem;
}
.statistic-module h3 {
  color: var(--primary-accent-colour, #2E4E9C) !important;
  font-weight: bold;
}
.statistic-module p {
  color: var(--grey-colour, #3C3C3B) !important;
}
/*************************************************************************
 #Testimonials Module
**************************************************************************/
.testimonial-module {
  padding: 1.5rem;
  position: relative;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
}
.testimonial-module:before {
  content: '';
  display: block;
  height: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('img/backgrounds/double-quote-mark.svg');
          mask-image: url('img/backgrounds/double-quote-mark.svg');
  background-color: var(--primary-main-colour, #282F38);
}
.testimonial-module .content {
  position: relative;
  z-index: 1;
}
.testimonial-module .content blockquote {
  padding: 0;
}
.testimonial-module .content .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.testimonial-module .content .testimonial-author p {
  font-size: 0.85rem;
}
.testimonial-grid .testimonial-module {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.testimonial-grid .testimonial-module .content p {
  color: var(--grey-colour, #3C3C3B);
  font-size: 1rem;
  font-weight: bold;
}
.testimonial-grid .testimonial-module .testimonial-author p {
  font-weight: normal;
  color: var(--grey-colour, #3C3C3B) !important;
}
/*************************************************************************
 #Timeline
**************************************************************************/
/* #Vertical ------------------------------------------------------------------------ */
@media screen and (max-width: 46.8125em) {
  .timeline .introduction-content {
    position: relative;
    z-index: 2;
    width: 93.996%;
  }
  .timeline .introduction-content .vertical-outer {
    width: 100%;
  }
}
.timeline.vertical {
  position: relative;
}
@media screen and (min-width: 46.875em) {
  .timeline.vertical .timeline-segments {
    padding-left: 6rem;
  }
}
.timeline.vertical .timeline-segments:before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 3rem;
  content: '';
  transform: translateX(-1px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--grey-colour, #3C3C3B) 0);
  background-repeat: repeat-y;
  background-size: 1px 8px;
}
@media screen and (min-width: 46.875em) {
  .timeline.vertical .timeline-segments:before {
    left: 9rem;
  }
}
.timeline.vertical .timeline-segments .timeline-segment {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  padding-bottom: 3rem;
}
.timeline.vertical .timeline-segments .timeline-segment:last-child {
  padding-bottom: 0;
}
.timeline.vertical .timeline-segments .timeline-segment:last-child:before,
.timeline.vertical .timeline-segments .timeline-segment:last-child:after {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical .timeline-segments .timeline-segment {
    flex-wrap: nowrap;
  }
  .timeline.vertical .timeline-segments .timeline-segment:last-child .image {
    height: 100%;
  }
}
.timeline.vertical .timeline-segments .timeline-segment:before,
.timeline.vertical .timeline-segments .timeline-segment:after {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: 3rem;
  transform: translate(-50%, -50%);
  content: '';
  background-color: var(--grey-colour, #3C3C3B);
  border-radius: 50%;
}
.timeline.vertical .timeline-segments .timeline-segment:before {
  top: calc(100% - 1rem*3);
  z-index: 1;
}
.timeline.vertical .timeline-segments .timeline-segment:after {
  top: 100%;
  z-index: 1;
}
.timeline.vertical .timeline-segments .timeline-segment .content {
  position: relative;
  padding-bottom: 14rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical .timeline-segments .timeline-segment .content {
    padding-bottom: 0;
    padding-right: calc(40% + 1rem*1.5);
  }
}
.timeline.vertical .timeline-segments .timeline-segment .content h3 {
  align-self: flex-end;
}
.timeline.vertical .timeline-segments .timeline-segment .content.white-section {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.timeline.vertical .timeline-segments .timeline-segment .content.white-section h3,
.timeline.vertical .timeline-segments .timeline-segment .content.light-grey-section h3,
.timeline.vertical .timeline-segments .timeline-segment .content.white-section p,
.timeline.vertical .timeline-segments .timeline-segment .content.light-grey-section p {
  color: var(--grey-colour, #3C3C3B);
}
.timeline.vertical .timeline-segments .timeline-segment .content .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  min-height: 14rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical .timeline-segments .timeline-segment .content .image {
    top: -1%;
    right: -1px;
    min-height: calc(102%);
    width: 40%;
    border-radius: 0 0.5rem 0.5rem 0;
    mask-image: url('img/backgrounds/image-mask-alt.svg');
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    mask-size: cover;
    -webkit-mask-image: url('img/backgrounds/image-mask-alt.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
    -webkit-mask-size: cover;
  }
}
/*************************************************************************
 #Trustpilot Module
**************************************************************************/
.trustpilot-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2rem;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.trustpilot-module h4 {
  font-size: 1.125rem;
  color: var(--grey-colour, #3C3C3B) !important;
  margin: 0;
}
@media screen and (max-width: 31.25em) {
  .trustpilot-module h4 {
    width: 100%;
  }
}
.trustpilot-module .embed-code a {
  color: var(--primary-accent-colour, #2E4E9C);
}
@media screen and (max-width: 31.25em) {
  .trustpilot-module .embed-code {
    width: 100%;
  }
}
/* 
Use: Carousels
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
/* This sets duration of the transition between slides in milliseconds */
/* This sets the colour of the various ui elements such as dot controls and arrows, change it to your project requirements */
.js-carousel .js-carousel-slides {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 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-slides .carousel-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 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 1.25rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.static-button,
.js-carousel .js-carousel-controls .direction-right.static-button {
  transition: none;
}
.js-carousel .js-carousel-controls .direction-left.primary-main-button,
.js-carousel .js-carousel-controls .direction-right.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.js-carousel .js-carousel-controls .direction-left.primary-main-button:before,
.js-carousel .js-carousel-controls .direction-right.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.primary-main-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.primary-accent-button,
.js-carousel .js-carousel-controls .direction-right.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.js-carousel .js-carousel-controls .direction-left.primary-accent-button:before,
.js-carousel .js-carousel-controls .direction-right.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.primary-accent-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.secondary-main-button,
.js-carousel .js-carousel-controls .direction-right.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.js-carousel .js-carousel-controls .direction-left.secondary-main-button:before,
.js-carousel .js-carousel-controls .direction-right.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.secondary-main-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.secondary-accent-button,
.js-carousel .js-carousel-controls .direction-right.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.js-carousel .js-carousel-controls .direction-left.secondary-accent-button:before,
.js-carousel .js-carousel-controls .direction-right.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.secondary-accent-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.tertiary-main-button,
.js-carousel .js-carousel-controls .direction-right.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.js-carousel .js-carousel-controls .direction-left.tertiary-main-button:before,
.js-carousel .js-carousel-controls .direction-right.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.tertiary-main-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.tertiary-accent-button,
.js-carousel .js-carousel-controls .direction-right.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.js-carousel .js-carousel-controls .direction-left.tertiary-accent-button:before,
.js-carousel .js-carousel-controls .direction-right.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.tertiary-accent-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.white-button:before,
.js-carousel .js-carousel-controls .direction-right.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.white-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.white-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.black-static-button,
.js-carousel .js-carousel-controls .direction-right.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .direction-left.transparent-button,
.js-carousel .js-carousel-controls .direction-right.transparent-button {
  background-color: transparent;
}
.js-carousel .js-carousel-controls .direction-left.transparent-button:after,
.js-carousel .js-carousel-controls .direction-right.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left.reset:after,
.js-carousel .js-carousel-controls .direction-right.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.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.search:after,
.js-carousel .js-carousel-controls .direction-right.search:after {
  content: '\f002';
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.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';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:hover:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:hover:after {
  left: 0.125rem;
}
.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.external-link:after,
.js-carousel .js-carousel-controls .direction-right.external-link:after {
  content: '\f08e';
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left:after:after,
.js-carousel .js-carousel-controls .direction-right:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute;
  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: #FFFFFF;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  display: flex;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
}
.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.hero-carousel .js-carousel-slides .carousel-slide {
  position: relative;
  min-height: 75vh;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 1.5rem;
}
.js-carousel.hero-carousel.with-curve .js-carousel-controls {
  bottom: 5rem;
}
/*************************************************************************
 #Testimonials Carousel
**************************************************************************/
.testimonials-carousel-content > h2:before {
  content: '';
  display: block;
  height: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('img/backgrounds/double-quote-mark.svg');
          mask-image: url('img/backgrounds/double-quote-mark.svg');
  background-color: var(--primary-main-colour, #282F38);
}
.testimonials-carousel .carousel-slides .flickity-viewport {
  overflow: hidden;
}
.testimonials-carousel .carousel-slides .flickity-viewport .carousel-slide .testimonial-module {
  background-color: transparent;
  padding: 0;
}
.testimonials-carousel .carousel-slides .flickity-viewport .carousel-slide .testimonial-module:before {
  display: none;
}
/*************************************************************************
 #Contained Carousel
**************************************************************************/
.contained-carousel .carousel-slides .flickity-viewport {
  border-radius: 0.75rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
/*************************************************************************
 #Timeline Carousel
**************************************************************************/
.timeline-module .timeline-carousel {
  overflow: hidden;
}
@media screen and (max-width: 62.5em) {
  .timeline-module .timeline-carousel {
    width: 93.996%;
  }
}
.timeline-module .timeline-carousel:before,
.timeline-module .timeline-carousel:after {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  height: 100%;
}
.timeline-module .timeline-carousel:before {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  left: 0;
}
.timeline-module .timeline-carousel:after {
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.timeline-module .timeline-carousel .flickity-viewport:before {
  content: '';
  position: absolute;
  top: calc(1rem*2.5 - 0.5px);
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #FFFFFF 0);
  background-repeat: repeat-x;
  background-size: 8px 1px;
}
.timeline-module .timeline-carousel.flickity-enabled .flickity-viewport:before {
  opacity: 1;
}
.timeline-module .timeline-carousel .timeline-carousel-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0 1.5rem;
  width: 100%;
}
.timeline-module .timeline-carousel .timeline-carousel-item:before {
  position: absolute;
  height: 5rem;
  width: 8rem;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .timeline-module .timeline-carousel .timeline-carousel-item {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .timeline-module .timeline-carousel .timeline-carousel-item {
    width: 33.3%;
  }
}
.timeline-module .timeline-carousel .timeline-carousel-item .image {
  position: relative;
  z-index: 10;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.timeline-module .timeline-carousel .timeline-carousel-item .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-module .timeline-carousel .timeline-carousel-item .image.logo-fallback img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.75rem;
  border-radius: 0;
}
.timeline-module .timeline-carousel .timeline-carousel-item .image:before,
.timeline-module .timeline-carousel .timeline-carousel-item .image:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(1rem*2.5 - 4px);
  height: 8px;
  width: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
}
.timeline-module .timeline-carousel .timeline-carousel-item .image:before {
  left: -4px;
}
.timeline-module .timeline-carousel .timeline-carousel-item .image:after {
  right: -4px;
}
.timeline-module .timeline-carousel .timeline-carousel-item .content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0.75rem 0.75rem 1.5rem;
}
.timeline-module .timeline-carousel .timeline-carousel-item .content h3 {
  color: var(--grey-colour, #3C3C3B);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
}
.timeline-module .timeline-carousel .timeline-carousel-item .content p {
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--grey-colour, #3C3C3B);
}
.timeline-module .timeline-carousel .flickity-prev-next-button {
  top: 2.5rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.timeline-module .timeline-carousel .flickity-prev-next-button:after {
  background-color: #FFFFFF;
  color: var(--primary-main-colour, #282F38);
}
.timeline-module .timeline-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.timeline-module .timeline-carousel .flickity-prev-next-button.next {
  right: 0;
}
.timeline-module .timeline-carousel .flickity-prev-next-button:hover {
  background-color: #F5F5F6;
}
.timeline-module .timeline-carousel .flickity-prev-next-button:disabled {
  opacity: 1;
}
.timeline-module .timeline-carousel .flickity-prev-next-button:disabled:after {
  background-color: #FFFFFF;
  color: var(--primary-accent-colour, #2E4E9C);
}
.timeline-module.white-section .timeline-carousel .flickity-viewport:before,
.timeline-module.white-section-with-secondary .timeline-carousel .flickity-viewport:before,
.timeline-module.white-section-with-tertiary .timeline-carousel .flickity-viewport:before {
  background-image: linear-gradient(270deg, rgba(236, 236, 236, 0) 0%, #ECECEC 100%);
}
.timeline-module.white-section .timeline-carousel .flickity-viewport:after,
.timeline-module.white-section-with-secondary .timeline-carousel .flickity-viewport:after,
.timeline-module.white-section-with-tertiary .timeline-carousel .flickity-viewport:after {
  background-image: linear-gradient(270deg, #ECECEC 0%, rgba(236, 236, 236, 0) 100%);
}
.timeline-module.white-section .timeline-carousel .flickity-viewport .timeline-carousel-item .image:before,
.timeline-module.white-section-with-secondary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:before,
.timeline-module.white-section-with-tertiary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:before,
.timeline-module.white-section .timeline-carousel .flickity-viewport .timeline-carousel-item .image:after,
.timeline-module.white-section-with-secondary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:after,
.timeline-module.white-section-with-tertiary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:after {
  background-color: #ECECEC;
}
.timeline-module.white-section-with-secondary .timeline-carousel .flickity-prev-next-button:disabled:after {
  color: var(--secondary-main-colour, #282F38);
}
.timeline-module.white-section-with-tertiary .timeline-carousel .flickity-prev-next-button:disabled:after {
  color: var(--tertiary-main-colour, #282F38);
}
.timeline-module.light-grey-section .timeline-carousel .flickity-viewport:before,
.timeline-module.light-grey-section-with-secondary .timeline-carousel .flickity-viewport:before,
.timeline-module.light-grey-section-with-tertiary .timeline-carousel .flickity-viewport:before {
  background-image: linear-gradient(270deg, rgba(138, 138, 138, 0) 0%, #8A8A8A 100%);
}
.timeline-module.light-grey-section .timeline-carousel .flickity-viewport:after,
.timeline-module.light-grey-section-with-secondary .timeline-carousel .flickity-viewport:after,
.timeline-module.light-grey-section-with-tertiary .timeline-carousel .flickity-viewport:after {
  background-image: linear-gradient(270deg, #8A8A8A 0%, rgba(138, 138, 138, 0) 100%);
}
.timeline-module.light-grey-section .timeline-carousel .flickity-viewport .timeline-carousel-item .image:before,
.timeline-module.light-grey-section-with-secondary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:before,
.timeline-module.light-grey-section-with-tertiary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:before,
.timeline-module.light-grey-section .timeline-carousel .flickity-viewport .timeline-carousel-item .image:after,
.timeline-module.light-grey-section-with-secondary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:after,
.timeline-module.light-grey-section-with-tertiary .timeline-carousel .flickity-viewport .timeline-carousel-item .image:after {
  background-color: #8A8A8A;
}
.timeline-module.light-grey-section-with-secondary .timeline-carousel .flickity-prev-next-button:disabled:after {
  color: var(--secondary-main-colour, #282F38);
}
.timeline-module.light-grey-section-with-tertiary .timeline-carousel .flickity-prev-next-button:disabled:after {
  color: var(--tertiary-main-colour, #282F38);
}
.timeline-module.primary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item:before {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.timeline-module.primary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item .content h3,
.timeline-module.primary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item .content p {
  color: #FFFFFF;
}
.timeline-module.secondary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item:before {
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.timeline-module.secondary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item .content h3,
.timeline-module.secondary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item .content p {
  color: #FFFFFF;
}
.timeline-module.secondary-gradient-section .timeline-carousel .flickity-button:after {
  color: var(--secondary-main-colour, #282F38);
}
.timeline-module.tertiary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item:before {
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.timeline-module.tertiary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item .content h3,
.timeline-module.tertiary-gradient-section .timeline-carousel .flickity-viewport .timeline-carousel-item .content p {
  color: #FFFFFF;
}
.timeline-module.tertiary-gradient-section .timeline-carousel .flickity-button:after {
  color: var(--tertiary-main-colour, #282F38);
}
/*************************************************************************
 #Flickity
**************************************************************************/
.flickity-carousel .flickity-button {
  position: absolute;
  top: 50%;
  background-color: transparent !important;
  transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
}
.flickity-carousel .flickity-button svg {
  display: none;
}
.flickity-carousel .flickity-button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.flickity-carousel .flickity-button:hover:after {
  background-color: #ECECEC;
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.flickity-carousel .flickity-button:active {
  opacity: 1;
}
.flickity-carousel .flickity-button:active:after {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.flickity-carousel .flickity-button.previous {
  left: 1.25rem;
}
@media screen and (min-width: 46.875em) {
  .flickity-carousel .flickity-button.previous {
    left: -3.5rem;
  }
}
.flickity-carousel .flickity-button.previous:after {
  content: '\f053';
}
.flickity-carousel .flickity-button.next {
  right: 1.25rem;
}
@media screen and (min-width: 46.875em) {
  .flickity-carousel .flickity-button.next {
    right: -3.5rem;
  }
}
.flickity-carousel .flickity-button.next:after {
  content: '\f054';
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Dragable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  color: var(--grey-colour, #3C3C3B);
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.5;
}
.flickity-button:disabled {
  opacity: 0.25;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* #Previous/Next ------------------------------------------------------------------------ */
.flickity-prev-next-button {
  width: 2rem;
  height: 2rem;
  top: calc(1rem*4 + 1px);
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1rem;
  position: relative;
}
.flickity-prev-next-button.previous {
  left: auto;
  right: auto;
  margin-right: 0.25rem !important;
}
.flickity-prev-next-button.previous:after {
  content: '\f060';
}
.flickity-prev-next-button.next {
  left: auto;
  right: auto;
  margin-left: 0.25rem !important;
}
.flickity-prev-next-button.next:after {
  content: '\f061';
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.375rem;
  background-color: var(--primary-main-colour, #282F38);
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.flickity-page-dots .dot:hover {
  opacity: 0.75;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* #Fade ------------------------------------------------------------------------ */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
/* 
Use: Animations
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover
**************************************************************************/
.image-hover .image-container img {
  transition: all 750ms cubic-bezier(0.5, 0, 0.5, 1);
  will-change: transform;
}
.image-hover:hover .image-container img {
  transform: scale(1.1);
}
/* 
Use: Forms
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
textarea {
  border-radius: 0.375rem;
  overflow: hidden;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  border-radius: 2.5rem;
  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: inset 0 0 0 3px #FFFFFF !important;
  color: var(--grey-colour, #3C3C3B);
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="checkbox"]::-moz-placeholder, input[type="radio"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--grey-colour, #3C3C3B);
}
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: var(--grey-colour, #3C3C3B);
}
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 3px var(--primary-main-colour, #282F38) !important;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: calc(100% - 1rem*0.5) center;
  background-repeat: no-repeat;
  background-size: auto 90% !important;
  padding-right: 2rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg') !important;
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  padding: 0.5rem 1rem;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
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;
}
@media screen and (max-width: 46.8125em) {
  nf-field .nf-field-container {
    width: 100%!important;
    margin-left: 0!important;
  }
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap {
  align-items: center;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
}
nf-field .listradio-container li input {
  margin-right: 0.75rem !important;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-description {
  margin-bottom: 0.5rem;
}
nf-field .ninja-forms-req-symbol {
  color: #B7202D;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-fileinput-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
  background-color: var(--primary-accent-colour, #2E4E9C);
  margin-bottom: 0.5rem;
}
nf-field .nf-fu-fileinput-button:last-child {
  margin-bottom: 0;
}
nf-field .nf-fu-fileinput-button:focus {
  outline: none;
}
nf-field .nf-fu-fileinput-button:hover {
  border-bottom: none;
}
nf-field .nf-fu-fileinput-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
nf-field .nf-fu-fileinput-button:before,
nf-field .nf-fu-fileinput-button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
nf-field .nf-fu-fileinput-button:before {
  z-index: -2;
}
nf-field .nf-fu-fileinput-button:after {
  z-index: -1;
}
nf-field .nf-fu-fileinput-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;
}
nf-field .nf-fu-fileinput-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .nf-fu-fileinput-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
nf-field .nf-fu-fileinput-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
nf-field .nf-fu-fileinput-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
nf-field .nf-fu-fileinput-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .nf-fu-fileinput-button.static-button {
  transition: none;
}
nf-field .nf-fu-fileinput-button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
nf-field .nf-fu-fileinput-button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
nf-field .nf-fu-fileinput-button.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
nf-field .nf-fu-fileinput-button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
nf-field .nf-fu-fileinput-button.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
nf-field .nf-fu-fileinput-button.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
nf-field .nf-fu-fileinput-button.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
nf-field .nf-fu-fileinput-button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.white-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-fileinput-button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
nf-field .nf-fu-fileinput-button.transparent-button {
  background-color: transparent;
}
nf-field .nf-fu-fileinput-button.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
nf-field .nf-fu-fileinput-button.with-icon {
  padding-right: 0!important;
}
nf-field .nf-fu-fileinput-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
nf-field .nf-fu-fileinput-button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .nf-fu-fileinput-button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
nf-field .nf-fu-fileinput-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
nf-field .nf-fu-fileinput-button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .nf-fu-fileinput-button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nf-field .nf-fu-fileinput-button.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.reset:hover:after {
  transform: rotate(-360deg);
}
nf-field .nf-fu-fileinput-button.search:after {
  content: '\f002';
}
nf-field .nf-fu-fileinput-button.download-button {
  padding-right: 0!important;
}
nf-field .nf-fu-fileinput-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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
nf-field .nf-fu-fileinput-button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .nf-fu-fileinput-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
nf-field .nf-fu-fileinput-button.arrow-left:after {
  content: '\f053';
}
nf-field .nf-fu-fileinput-button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button.arrow-right:hover:after {
  left: 0.125rem;
}
nf-field .nf-fu-fileinput-button.close:after {
  content: '\f00d';
}
nf-field .nf-fu-fileinput-button.external-link:after {
  content: '\f08e';
}
nf-field .nf-fu-fileinput-button:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
nf-field .nf-fu-fileinput-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .nf-fu-fileinput-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-fu-progress {
  display: none;
  height: 0.5rem;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: var(--primary-main-colour, #282F38);
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .submit-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  background-color: var(--primary-main-colour, #282F38);
}
nf-field .submit-wrap input:last-child {
  margin-bottom: 0;
}
nf-field .submit-wrap input:focus {
  outline: none;
}
nf-field .submit-wrap input:hover {
  border-bottom: none;
}
nf-field .submit-wrap input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
nf-field .submit-wrap input:before,
nf-field .submit-wrap input:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
nf-field .submit-wrap input:before {
  z-index: -2;
}
nf-field .submit-wrap input:after {
  z-index: -1;
}
nf-field .submit-wrap input.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 input.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .submit-wrap input.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
nf-field .submit-wrap input.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
nf-field .submit-wrap input.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
nf-field .submit-wrap input.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .submit-wrap input.static-button {
  transition: none;
}
nf-field .submit-wrap input.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
nf-field .submit-wrap input.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
nf-field .submit-wrap input.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
nf-field .submit-wrap input.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
nf-field .submit-wrap input.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
nf-field .submit-wrap input.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
nf-field .submit-wrap input.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
nf-field .submit-wrap input.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.white-button:hover:before {
  right: 0;
  width: 100%;
}
nf-field .submit-wrap input.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
nf-field .submit-wrap input.transparent-button {
  background-color: transparent;
}
nf-field .submit-wrap input.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
nf-field .submit-wrap input.with-icon {
  padding-right: 0!important;
}
nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
nf-field .submit-wrap input.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .submit-wrap input.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
nf-field .submit-wrap input.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .submit-wrap input.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nf-field .submit-wrap input.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.reset:hover:after {
  transform: rotate(-360deg);
}
nf-field .submit-wrap input.search:after {
  content: '\f002';
}
nf-field .submit-wrap input.download-button {
  padding-right: 0!important;
}
nf-field .submit-wrap input.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
nf-field .submit-wrap input.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .submit-wrap input.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
nf-field .submit-wrap input.arrow-left:after {
  content: '\f053';
}
nf-field .submit-wrap input.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input.arrow-right:hover:after {
  left: 0.125rem;
}
nf-field .submit-wrap input.close:after {
  content: '\f00d';
}
nf-field .submit-wrap input.external-link:after {
  content: '\f08e';
}
nf-field .submit-wrap input:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .submit-wrap input:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
nf-field .submit-wrap input:hover:before {
  right: 0;
  width: 100%;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #B7202D;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
  border-radius: 0.75rem;
  overflow: hidden;
}
.nf-error-msg {
  background-color: #B7202D;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.375rem 0.75rem 0.25rem;
  border-radius: 1.5rem;
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
.excerpt_part strong {
  font-weight: normal;
}
/*************************************************************************
 #Live Search
**************************************************************************/
.relevanssi-live-search-results {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: absolute;
  display: none;
  width: 100% !important;
  height: 0;
  min-height: 10rem;
  top: 100% !important;
  left: 0 !important;
  opacity: 0;
  z-index: 1003;
}
.relevanssi-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}
@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;
  }
}
/*************************************************************************
 #Site Search Dropdown Search
**************************************************************************/
.search-form {
  position: relative;
  z-index: 10;
}
.search-form input[type="search"] {
  width: 100%;
}
.search-form #ajax-live-site-search-results {
  position: absolute;
  top: calc(100% + 1rem*0.5);
  left: 0;
  width: 100%;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  min-height: auto!important;
  max-height: 10rem;
  background-color: #FFFFFF;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-no-results {
  padding: 1rem;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages {
  display: flex;
  justify-content: center;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--primary-main-colour, #282F38);
  border-bottom-color: #FFFFFF;
  border-radius: 50%;
  display: none;
  opacity: 0;
  animation: rotation 1s linear infinite;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner:before,
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner:after {
  display: none;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner.rlv-has-spinner {
  display: inline-block;
  opacity: 1;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result-status {
  background-color: var(--primary-main-colour, #282F38);
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result-status p {
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.25rem 1rem;
  border-bottom: none;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result {
  position: relative;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result:after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 0;
  height: 1px;
  width: calc(100% - 1rem*2);
  background-color: #F5F5F6;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result:last-child:after {
  display: none;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result p {
  padding: 0;
  font-size: 0.85rem;
}
.search-form #ajax-live-site-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 1rem;
  text-decoration: none;
  color: var(--grey-colour, #3C3C3B);
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result p a:hover {
  color: var(--primary-main-colour, #282F38);
  background-color: rgba(245, 245, 246, 0.5);
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container {
  position: relative;
  z-index: 1;
}
.filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: visible;
}
@media screen and (min-width: 46.875em) {
  .filter-module {
    flex-wrap: nowrap;
  }
}
.filter-module .facetwp-type-search {
  flex: 100%;
  margin-bottom: 0;
}
.filter-module .facetwp-type-search .facetwp-input-wrap,
.filter-module .facetwp-type-search input {
  width: 100%;
}
.filter-module .facetwp-type-proximity {
  flex: 100%;
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}
.filter-module .facetwp-type-proximity .facetwp-input-wrap {
  flex: 1;
}
.filter-module .facetwp-type-proximity .facetwp-input-wrap input {
  width: 100%;
}
.filter-module .facetwp-type-proximity .facetwp-radius-dropdown {
  min-width: 10rem;
}
.filter-module .facetwp-type-dropdown {
  flex: 100%;
  margin-bottom: 0;
}
.filter-module .facetwp-type-dropdown select {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-dropdown {
    max-width: 33.3%;
  }
}
.filter-module.map-filters .facetwp-type-proximity {
  display: flex;
  gap: 1rem;
  flex: 100%;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-proximity {
    flex-wrap: nowrap;
  }
}
.filter-module.map-filters .facetwp-type-proximity .facetwp-input-wrap {
  width: 100%;
}
.filter-module.map-filters .facetwp-type-proximity .facetwp-input-wrap input {
  width: 100%;
}
.filter-module.map-filters .facetwp-type-proximity select {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-proximity select {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-proximity {
    max-width: 66.6%;
    margin-bottom: 0;
  }
}
.facetwp-type-reset {
  margin-bottom: 0 !important;
}
.facetwp-type-reset .facetwp-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  background-color: var(--primary-main-colour, #282F38);
  padding-right: 0!important;
}
.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.5, 0, 0.5, 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 1.25rem;
}
.facetwp-type-reset .facetwp-reset.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset.static-button {
  transition: none;
}
.facetwp-type-reset .facetwp-reset.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.facetwp-type-reset .facetwp-reset.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.facetwp-type-reset .facetwp-reset.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.facetwp-type-reset .facetwp-reset.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.facetwp-type-reset .facetwp-reset.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.facetwp-type-reset .facetwp-reset.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.facetwp-type-reset .facetwp-reset.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.facetwp-type-reset .facetwp-reset.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.white-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.facetwp-type-reset .facetwp-reset.transparent-button {
  background-color: transparent;
}
.facetwp-type-reset .facetwp-reset.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-reset .facetwp-reset.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-type-reset .facetwp-reset.search:after {
  content: '\f002';
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.facetwp-type-reset .facetwp-reset.arrow-left:after {
  content: '\f053';
}
.facetwp-type-reset .facetwp-reset.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.arrow-right:hover:after {
  left: 0.125rem;
}
.facetwp-type-reset .facetwp-reset.close:after {
  content: '\f00d';
}
.facetwp-type-reset .facetwp-reset.external-link:after {
  content: '\f08e';
}
.facetwp-type-reset .facetwp-reset:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset:hover:before {
  right: 0;
  width: 100%;
}
.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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-facet {
  margin-bottom: 0 !important;
}
.facetwp-facet .facetwp-icon:before {
  animation-name: unset !important;
}
.facetwp-facet.facetwp-type-search input {
  padding-right: 2.5rem !important;
}
.facetwp-facet.facetwp-type-search .facetwp-icon {
  right: 1rem;
}
.facetwp-facet.facetwp-type-search .facetwp-icon:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.85rem;
  content: '\f002';
  line-height: 2.5rem;
  background: none;
  width: auto;
}
.facetwp-facet .facetwp-icon {
  opacity: 1;
}
.facetwp-facet .facetwp-icon.locate-me {
  right: auto;
  left: 0.75rem;
}
.facetwp-facet .facetwp-icon.locate-me:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: var(--primary-main-colour, #282F38);
  content: '\f3c5';
  line-height: 2.5rem;
  background: none;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location {
  padding-left: 2rem !important;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  overflow: hidden;
  margin-top: 0.5rem;
  background-color: #FFFFFF;
  border: none;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result {
  font-size: 0.85rem;
  padding: 0.5rem;
  border-bottom: 1px solid #F5F5F6;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result .result-main {
  font-size: 0.85rem;
  color: var(--grey-colour, #3C3C3B);
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result .result-secondary {
  font-size: 0.85rem;
  color: #8A8A8A;
  margin-left: 0.125rem;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result.active {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result.active .result-main {
  color: #FFFFFF;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result.active .result-secondary {
  color: #F5F5F6;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result:hover {
  background-color: #F5F5F6;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result:hover .result-main {
  color: var(--grey-colour, #3C3C3B);
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result:hover .result-secondary {
  color: #8A8A8A;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-attribution {
  display: none;
}
/*************************************************************************
 #Facet Pagination
**************************************************************************/
.facetwp-type-pager {
  clear: left;
  margin-bottom: 0 !important;
}
.facetwp-type-pager .facetwp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 0.85rem;
  text-decoration: none;
  background-color: var(--primary-accent-colour, #2E4E9C);
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: var(--primary-main-colour, #282F38);
  font-weight: bold;
  background-color: #FFFFFF;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev,
.facetwp-type-pager .facetwp-pager .facetwp-page.next {
  color: transparent;
  background: none;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:before,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:before {
  position: absolute;
  margin: 0;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--primary-accent-colour, #2E4E9C);
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover {
  background-color: #F5F5F6;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover:before,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover:before {
  color: var(--primary-main-colour, #282F38);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:before {
  content: '\f104';
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover:before {
  margin-right: 2px;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.next:before {
  content: '\f105';
}
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover:before {
  margin-left: 2px;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  background-color: var(--primary-main-colour, #282F38);
  font-size: 0.85rem;
  display: block;
  margin: 0 auto;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before,
.facetwp-type-pager .facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more:after {
  z-index: -1;
}
.facetwp-type-pager .facetwp-load-more.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.facetwp-type-pager .facetwp-load-more.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.facetwp-type-pager .facetwp-load-more.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.facetwp-type-pager .facetwp-load-more.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more.static-button {
  transition: none;
}
.facetwp-type-pager .facetwp-load-more.primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.facetwp-type-pager .facetwp-load-more.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.facetwp-type-pager .facetwp-load-more.primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.facetwp-type-pager .facetwp-load-more.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.facetwp-type-pager .facetwp-load-more.secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.facetwp-type-pager .facetwp-load-more.tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.facetwp-type-pager .facetwp-load-more.tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.facetwp-type-pager .facetwp-load-more.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.white-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.facetwp-type-pager .facetwp-load-more.transparent-button {
  background-color: transparent;
}
.facetwp-type-pager .facetwp-load-more.transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.facetwp-type-pager .facetwp-load-more.with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-pager .facetwp-load-more.reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-type-pager .facetwp-load-more.search:after {
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.download-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-pager .facetwp-load-more.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.arrow-right:hover:after {
  left: 0.125rem;
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more.external-link:after {
  content: '\f08e';
}
.facetwp-type-pager .facetwp-load-more:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
/*************************************************************************
 #WordPress Pagination
**************************************************************************/
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3rem;
}
.pagination .nav-links span,
.pagination .nav-links a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 0.85rem;
  text-decoration: none;
  background-color: var(--primary-accent-colour, #2E4E9C);
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.pagination .nav-links span:hover,
.pagination .nav-links a:hover {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
}
.pagination .nav-links span.current,
.pagination .nav-links a.current {
  color: var(--primary-main-colour, #282F38);
  font-weight: bold;
  background-color: #FFFFFF;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.pagination .nav-links span.prev,
.pagination .nav-links a.prev,
.pagination .nav-links span.next,
.pagination .nav-links a.next {
  color: transparent;
  background-color: transparent;
}
.pagination .nav-links span.prev:before,
.pagination .nav-links a.prev:before,
.pagination .nav-links span.next:before,
.pagination .nav-links a.next:before {
  position: absolute;
  margin: 0;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--primary-accent-colour, #2E4E9C);
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.pagination .nav-links span.prev:hover:before,
.pagination .nav-links a.prev:hover:before,
.pagination .nav-links span.next:hover:before,
.pagination .nav-links a.next:hover:before {
  color: var(--primary-main-colour, #282F38);
}
.pagination .nav-links span.prev:before,
.pagination .nav-links a.prev:before {
  content: '\f104';
}
.pagination .nav-links span.prev:hover,
.pagination .nav-links a.prev:hover {
  background-color: #F5F5F6;
}
.pagination .nav-links span.prev:hover:before,
.pagination .nav-links a.prev:hover:before {
  margin-right: 2px;
}
.pagination .nav-links span.next:before,
.pagination .nav-links a.next:before {
  content: '\f105';
}
.pagination .nav-links span.next:hover,
.pagination .nav-links a.next:hover {
  background-color: #F5F5F6;
}
.pagination .nav-links span.next:hover:before,
.pagination .nav-links a.next:hover:before {
  margin-left: 2px;
}
.facets-pagination .pagination {
  display: none;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Password Form
**************************************************************************/
.password-form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  background-color: var(--primary-main-colour, #282F38);
}
.password-form input[type="submit"]:last-child {
  margin-bottom: 0;
}
.password-form input[type="submit"]:focus {
  outline: none;
}
.password-form input[type="submit"]:hover {
  border-bottom: none;
}
.password-form input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.password-form input[type="submit"]:before,
.password-form input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.password-form input[type="submit"]:before {
  z-index: -2;
}
.password-form input[type="submit"]:after {
  z-index: -1;
}
.password-form input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.password-form input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.password-form input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.password-form input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.password-form input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.password-form input[type="submit"].static-button {
  transition: none;
}
.password-form input[type="submit"].primary-main-button {
  background-color: var(--primary-main-colour, #282F38);
}
.password-form input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
.password-form input[type="submit"].primary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].primary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #282F38);
}
.password-form input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].secondary-accent-button {
  color: #FFFFFF;
  background-color: var(--secondary-accent-colour, #2E4E9C);
}
.password-form input[type="submit"].secondary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].secondary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].tertiary-main-button {
  color: #FFFFFF;
  background-color: var(--tertiary-main-colour, #282F38);
}
.password-form input[type="submit"].tertiary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].tertiary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].tertiary-accent-button {
  color: #FFFFFF;
  background-color: var(--tertiary-accent-colour, #2E4E9C);
}
.password-form input[type="submit"].tertiary-accent-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary-main-colour, #282F38);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].tertiary-accent-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.password-form input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.password-form input[type="submit"].transparent-button {
  background-color: transparent;
}
.password-form input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #282F38);
}
.password-form input[type="submit"].with-icon {
  padding-right: 0!important;
}
.password-form input[type="submit"].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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.password-form input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.password-form input[type="submit"].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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.password-form input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.password-form input[type="submit"].reset:after {
  content: '\f0e2';
  transform: rotate(0deg);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.password-form input[type="submit"].search:after {
  content: '\f002';
}
.password-form input[type="submit"].download-button {
  padding-right: 0!important;
}
.password-form input[type="submit"].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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.password-form input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f33d';
  margin-right: 0.5rem;
}
.password-form input[type="submit"].arrow-left:after {
  content: '\f053';
}
.password-form input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.password-form input[type="submit"].close:after {
  content: '\f00d';
}
.password-form input[type="submit"].external-link:after {
  content: '\f08e';
}
.password-form input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.password-form input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
/*************************************************************************
 #GDPR Cookies Banner
**************************************************************************/
/* #Sticky Bar ------------------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  background-color: var(--primary-main-colour, #282F38) !important;
  min-height: auto!important;
  max-height: auto!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: #FFFFFF !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-cookie-notice button.change-settings-button:hover {
  color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1 !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: bold !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: var(--grey-colour, #3C3C3B) !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: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.5, 0, 0.5, 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 1.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.static-button {
  transition: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-main-button {
  background-color: var(--primary-main-colour, #282F38) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--primary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-accent-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--primary-main-colour, #282F38) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-accent-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-main-button {
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-accent-button {
  color: #FFFFFF !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-accent-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-accent-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.tertiary-main-button {
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.tertiary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.tertiary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.tertiary-accent-button {
  color: #FFFFFF !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.tertiary-accent-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.tertiary-accent-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button {
  color: var(--grey-colour, #3C3C3B) !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:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.black-static-button {
  transition: none !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.transparent-button {
  background-color: transparent !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.transparent-button:after {
  color: var(--primary-main-colour, #282F38) !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;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  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;
  height: inherit !important;
  line-height: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon:after: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.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;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  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;
  height: inherit !important;
  line-height: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after: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.icon-only:after {
  position: absolute !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.reset:after {
  content: '\f0e2' !important;
  transform: rotate(0deg) !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !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.search:after {
  content: '\f002' !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;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  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;
  height: inherit !important;
  line-height: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after: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.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  content: '\f33d' !important;
  margin-right: 0.5rem !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;
  position: relative !important;
  left: 0 !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-right:hover:after {
  left: 0.125rem !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.external-link:after {
  content: '\f08e' !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:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
/* #Popup Modal ------------------------------------------------------------------------ */
.moove_gdpr_cookie_modal_open {
  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.5, 0, 0.5, 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: #ECECEC !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;
  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 .moovegdpr-arrow-close {
  background-color: var(--primary-main-colour, #282F38) !important;
  border: 1px solid var(--primary-main-colour, #282F38) !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: var(--primary-accent-colour, #2E4E9C) !important;
  border: 1px solid var(--primary-accent-colour, #2E4E9C) !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: 3rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  height: auto!important;
  box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
  text-align: center !important;
  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-left-content .moove-gdpr-company-logo-holder img {
  max-height: 6rem !important;
  max-width: 12rem !important;
  margin: 1rem !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: #FFFFFF !important;
  border: 2px solid var(--primary-main-colour, #282F38) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase!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: var(--primary-main-colour, #282F38) !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: var(--primary-accent-colour, #2E4E9C) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span *,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg * {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #F5F5F6 !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 {
  line-height: 1.2 !important;
  color: var(--grey-colour, #3C3C3B) !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  padding: 0!important;
  background-color: transparent!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-size: 1rem !important;
  color: var(--grey-colour, #3C3C3B) important;
  line-height: 1.6 !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: #ECECEC !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: var(--grey-colour, #3C3C3B) !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: var(--primary-main-colour, #282F38) !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: var(--primary-main-colour, #282F38) !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: #F5F5F6 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content:before {
  height: 2px!important;
  background-color: #F5F5F6 !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 {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1 !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: bold !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 1.25rem !important;
  background-color: var(--primary-main-colour, #282F38) !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.5, 0, 0.5, 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 1.25rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.static-button {
  transition: 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.primary-main-button {
  background-color: var(--primary-main-colour, #282F38) !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.primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--primary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.primary-main-button:hover:before {
  right: 0 !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.primary-accent-button {
  background-color: var(--primary-accent-colour, #2E4E9C) !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.primary-accent-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--primary-main-colour, #282F38) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.primary-accent-button:hover:before {
  right: 0 !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.secondary-main-button {
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #282F38) !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.secondary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.secondary-main-button:hover:before {
  right: 0 !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.secondary-accent-button {
  color: #FFFFFF !important;
  background-color: var(--secondary-accent-colour, #2E4E9C) !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.secondary-accent-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--secondary-main-colour, #282F38) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.secondary-accent-button:hover:before {
  right: 0 !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.tertiary-main-button {
  color: #FFFFFF !important;
  background-color: var(--tertiary-main-colour, #282F38) !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.tertiary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.tertiary-main-button:hover:before {
  right: 0 !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.tertiary-accent-button {
  color: #FFFFFF !important;
  background-color: var(--tertiary-accent-colour, #2E4E9C) !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.tertiary-accent-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--tertiary-main-colour, #282F38) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.tertiary-accent-button:hover:before {
  right: 0 !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.white-button {
  color: var(--grey-colour, #3C3C3B) !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:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.white-button:hover:before {
  right: 0 !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.black-static-button {
  transition: none !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.transparent-button {
  background-color: transparent !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.transparent-button:after {
  color: var(--primary-main-colour, #282F38) !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;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  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;
  height: inherit !important;
  line-height: inherit !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: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.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;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  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;
  height: inherit !important;
  line-height: inherit !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: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.icon-only:after {
  position: absolute !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.reset:after {
  content: '\f0e2' !important;
  transform: rotate(0deg) !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.reset:hover:after {
  transform: rotate(-360deg) !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:after {
  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.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;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  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;
  height: inherit !important;
  line-height: inherit !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: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.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  content: '\f33d' !important;
  margin-right: 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.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;
  position: relative !important;
  left: 0 !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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.arrow-right:hover:after {
  left: 0.125rem !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.external-link:after {
  content: '\f08e' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  width: 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:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: var(--primary-accent-colour, #2E4E9C) !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 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:hover:before {
  right: 0 !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.button-visible {
  display: inline-block !important;
}
/* #Settings Modal ------------------------------------------------------------------------ */
#moove_gdpr_save_popup_settings_button {
  background-color: var(--primary-main-colour, #282F38) !important;
  border-radius: 0!important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-size: 0.75rem !important;
}
/* 
Use: Header
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/*************************************************************************
 #Off Canvas Search
**************************************************************************/
.search-wrap {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  z-index: 0;
  overflow: hidden;
}
.search-wrap .search-module {
  padding-right: 3.5rem;
}
@media screen and (min-width: 46.875em) {
  .search-wrap .search-module {
    padding-right: 0;
  }
}
.search-wrap .close-button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  display: block;
  float: right;
  margin-right: 3%;
  margin-left: 0;
  word-spacing: normal;
  cursor: pointer;
}
.search-wrap .close-button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f00d';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #282F38);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.search-wrap .close-button:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: none;
}
.outer-content-wrap {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.show-search .search-wrap {
  overflow: visible;
  transform: translateY(0);
}
.show-search .outer-content-wrap {
  transform: translateY(4.5rem);
}
/*************************************************************************
 #Global
**************************************************************************/
.with-navigation {
  margin-top: 7rem;
}
/*************************************************************************
 #Main Masthead
**************************************************************************/
header {
  position: relative;
  width: 100%;
  z-index: 12;
}
.masthead {
  background-color: var(--primary-main-colour, #282F38);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.masthead .navigation-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.masthead .navigation-module .navigation-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
}
.masthead .navigation-module .navigation-container ul li.button {
  margin: auto;
}
.masthead .navigation-module .navigation-container ul li.button a {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF !important;
  background-color: var(--primary-main-colour, #282F38);
  padding: 0 1rem;
  border-radius: 2.5rem;
  overflow: hidden;
  transform-style: preserve-3d;
}
.masthead .navigation-module .navigation-container ul li.button a:before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary-accent-colour, #2E4E9C);
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.masthead .navigation-module .navigation-container ul li.button a:hover:before {
  right: 0;
  width: 100%;
}
.masthead .navigation-module .navigation-container ul li.button.email a {
  padding-right: 2.5rem;
}
.masthead .navigation-module .navigation-container ul li.button.email a:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  position: absolute;
  right: 1rem;
  content: '\f2b6';
}
.masthead .navigation-module .navigation-container .button.masthead-button {
  display: none;
  font-size: 0.85rem;
  margin: 0 0 0 0.75rem;
}
@media screen and (min-width: 40.625em) {
  .masthead .navigation-module .navigation-container .button.masthead-button {
    display: block;
  }
}
.masthead .navigation-module .navigation-container .button.search {
  background-color: transparent;
  margin-left: 0.5rem;
}
.masthead .navigation-module .navigation-container .button.search:before {
  display: none;
}
.masthead .navigation-module .navigation-container .button.search:after {
  color: #FFFFFF;
}
.masthead .navigation-module .navigation-container .button.search:hover {
  background-color: #F5F5F6;
}
.masthead .navigation-module .navigation-container .button.search:hover:after {
  color: var(--primary-main-colour, #282F38);
}
.masthead .navigation-module .navigation-container .menu-button {
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 4rem;
  padding-left: 2.5rem;
  margin-right: 1.5rem;
  background-color: transparent;
}
@media screen and (min-width: 40.625em) {
  .masthead .navigation-module .navigation-container .menu-button {
    margin-right: 0;
  }
}
@media screen and (min-width: 68.75em) {
  .masthead .navigation-module .navigation-container .menu-button {
    display: none;
  }
}
.masthead .navigation-module .navigation-container .menu-button:before {
  position: absolute;
  width: 2rem;
  height: 100%;
  line-height: 4rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: inherit;
  content: '\f0c9';
  text-align: center;
  text-indent: 0;
}
.masthead .main-logo {
  position: absolute;
  z-index: 10;
  top: -1px;
  left: -1px;
  width: 50%;
  display: flex;
  align-items: center;
  max-width: 250px;
  max-height: 10rem;
  padding: 1.5rem 4rem 3rem 3%;
  background-image: url('img/logos/logo-base.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 78.125em) {
  .masthead .main-logo {
    max-width: 300px;
  }
}
.masthead .main-logo a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.masthead .main-logo a img {
  height: 100%;
  width: 100%;
  max-width: 160px;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 0.5rem;
  margin-bottom: 0;
  height: 100%;
  gap: 0.75rem;
}
ul.simple-horizontal-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li a {
  text-decoration: none;
}
ul.simple-horizontal-navigation li ul,
ul.simple-horizontal-navigation li ol {
  margin-top: 0.75rem;
}
@media screen and (min-width: 68.75em) {
  ul.simple-horizontal-navigation {
    display: flex;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 78.125em) {
  ul.simple-horizontal-navigation {
    gap: 1.5rem;
  }
}
ul.simple-horizontal-navigation li {
  position: relative;
  height: 100%;
  margin: auto;
  flex: 1 0 auto;
}
ul.simple-horizontal-navigation li a {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  mix-blend-mode: soft-light;
  content: '\f078';
  margin-left: 0.5rem;
}
ul.simple-horizontal-navigation li.menu-item-has-children ul li > a:after {
  transform: rotate(-90deg);
}
ul.simple-horizontal-navigation li:after {
  content: '';
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  mix-blend-mode: soft-light;
  border-radius: 0.25rem 0.25rem 0 0;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
ul.simple-horizontal-navigation li:hover:after {
  height: 5px;
  opacity: 0.25;
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation li {
  position: relative;
}
ul.simple-horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: absolute;
  width: auto;
  min-width: 10rem;
  top: calc(100% + 1rem*2);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  background-color: var(--primary-main-colour, #2E4E9C);
  padding: 0.5rem;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  text-decoration: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul,
ul.simple-horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0.75rem;
}
ul.simple-horizontal-navigation li ul.sub-menu:before,
ul.simple-horizontal-navigation li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
}
ul.simple-horizontal-navigation li ul.sub-menu:before {
  top: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid var(--primary-main-colour, #2E4E9C);
}
ul.simple-horizontal-navigation li ul.sub-menu:after {
  width: 100%;
  height: 1rem;
  top: -1rem;
  left: 0;
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li:after {
  content: '';
  background-color: #000000;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: soft-light;
  border-radius: 0.375rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  color: inherit;
  text-transform: none;
  line-height: inherit;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
ul.simple-horizontal-navigation li ul.sub-menu li:hover:after {
  opacity: 0.25;
}
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: var(--primary-main-colour, #282F38);
}
ul.simple-horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  background-color: var(--primary-main-colour, #2E4E9C);
}
ul.simple-horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li a:hover,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a:hover,
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li a:hover {
  background-color: var(--primary-main-colour, #282F38);
}
ul.simple-horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: -0.5rem;
  left: 100%;
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  left: -0.575rem;
  top: 1.75rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid var(--primary-main-colour, #2E4E9C);
}
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.5rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid var(--primary-main-colour, #2E4E9C);
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor a,
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item a {
  background-color: var(--primary-main-colour, #282F38);
}
ul.simple-horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.simple-horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
/*************************************************************************
 #Mega Menu
**************************************************************************/
.masthead.with-mega-menu .inner-container,
.masthead.with-mega-menu .masthead-items {
  position: unset;
}
ul.mega-menu {
  display: none;
}
@media screen and (min-width: 68.75em) {
  ul.mega-menu {
    margin-left: 0;
    display: flex;
    position: unset;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 0.5rem;
    margin-bottom: 0;
    height: 100%;
    gap: 0.75rem;
  }
  ul.mega-menu li {
    list-style-type: none;
    margin-bottom: 0;
  }
  ul.mega-menu li a {
    text-decoration: none;
  }
  ul.mega-menu li ul,
  ul.mega-menu li ol {
    margin-top: 0.75rem;
  }
  ul.mega-menu li {
    position: unset;
    height: 100%;
    margin: auto;
    flex: 1 0 auto;
  }
  ul.mega-menu li a {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
  }
  ul.mega-menu li a:before {
    content: '';
    background-color: #000000;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    mix-blend-mode: soft-light;
    border-radius: 0.25rem 0.25rem 0 0;
    opacity: 0;
    pointer-events: none;
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  }
  ul.mega-menu li.menu-item-has-children > a:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #FFFFFF;
    mix-blend-mode: soft-light;
    content: '\f078';
    margin-left: 0.5rem;
  }
  ul.mega-menu li.menu-item-has-children ul li > a:after {
    transform: rotate(-90deg);
  }
  ul.mega-menu li:hover a:before {
    height: 5px;
    opacity: 0.25;
  }
  ul.mega-menu li ul.sub-menu {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    background-color: inherit;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 300px;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transform: translateX(0);
    pointer-events: none;
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  }
  ul.mega-menu li ul.sub-menu li {
    list-style-type: none;
    margin-bottom: 0;
  }
  ul.mega-menu li ul.sub-menu li a {
    text-decoration: none;
  }
  ul.mega-menu li ul.sub-menu li ul,
  ul.mega-menu li ul.sub-menu li ol {
    margin-top: 0.75rem;
  }
  ul.mega-menu li ul.sub-menu:before {
    box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    content: '';
    transform: translateX(-50%);
    background-color: var(--primary-main-colour, #2E4E9C);
    z-index: -1;
    pointer-events: none;
  }
  ul.mega-menu li ul.sub-menu li {
    position: relative;
    margin: 0;
    width: calc(25% - 1rem*0.5);
    flex: unset;
  }
  ul.mega-menu li ul.sub-menu li a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0.75rem 1.5rem;
    text-align: left;
    word-break: break-word;
    white-space: normal;
    border-radius: 0.375rem;
    overflow: hidden;
  }
  ul.mega-menu li ul.sub-menu li a:before {
    display: none;
  }
  ul.mega-menu li ul.sub-menu li a:after {
    content: '';
    background-color: #000000;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: soft-light;
    border-radius: 0.375rem;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  }
  ul.mega-menu li ul.sub-menu li:hover a:after {
    opacity: 0.25;
  }
  ul.mega-menu li ul.sub-menu li:first-child {
    position: unset;
  }
  ul.mega-menu li ul.sub-menu li:first-child:before {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    content: '';
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.25);
    mix-blend-mode: soft-light;
    z-index: -1;
    pointer-events: none;
  }
  ul.mega-menu li ul.sub-menu li.menu-heading {
    display: block;
    height: auto;
    padding: 0 1.5rem;
    word-break: break-word;
    white-space: normal;
    border-radius: 0;
    flex-basis: 100%;
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
  }
  ul.mega-menu li ul.sub-menu li ul.sub-menu {
    position: relative;
    margin: 0;
    padding: 1rem 0 0 2rem;
  }
  ul.mega-menu li ul.sub-menu li ul.sub-menu:before,
  ul.mega-menu li ul.sub-menu li ul.sub-menu:after {
    display: none;
  }
  ul.mega-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    pointer-events: auto;
  }
  ul.mega-menu li.with-image ul.sub-menu {
    padding-right: 40%;
  }
  ul.mega-menu li.with-image ul.sub-menu:after {
    display: block;
    position: absolute;
    content: '';
    width: calc(40% - 1rem*1.5);
    height: 100%;
    top: 0;
    left: calc(60% + 1rem*1.5);
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  ul.mega-menu li.with-image ul.sub-menu li {
    width: calc(50% - 1rem*0.5);
  }
}
@media screen and (min-width: 68.75em) and screen and (min-width: 78.125em) {
  ul.mega-menu {
    gap: 1.5rem;
  }
}
ul.mega-menu > li.with-columns > .sub-menu {
  display: block;
  -moz-columns: 25ch;
       columns: 25ch;
  gap: unset !important;
}
ul.mega-menu > li.with-columns > .sub-menu .column {
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul.mega-menu > li.with-columns > .sub-menu .column:first-child:before {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  content: '';
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.25);
  mix-blend-mode: soft-light;
  z-index: -1;
  pointer-events: none;
}
ul.mega-menu > li.with-columns > .sub-menu .column li {
  flex: 0;
  width: 100%;
}
ul.mega-menu > li.with-columns > .sub-menu .column li.menu-heading {
  font-size: 0.95rem;
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
ul.mega-menu > li.with-columns > .sub-menu .column li.menu-heading:before {
  content: unset;
}
ul.mega-menu > li.with-columns > .sub-menu .column li:not( .menu-heading ) {
  width: auto;
}
ul.mega-menu > li.with-columns > .sub-menu .column li:not( .menu-heading ) a {
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
#mobile-off-canvas-navigation {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  background-color: var(--primary-main-colour, #282F38);
  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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation .masthead-button {
  margin: 1rem 0.75rem;
  width: calc(100% - 1rem*1.5);
}
@media screen and (min-width: 40.625em) {
  #mobile-off-canvas-navigation .masthead-button {
    display: none;
  }
}
#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;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  text-decoration: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ol {
  margin-top: 0.75rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  position: relative;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li .menu-heading {
  display: block;
  height: auto;
  padding: 0.75rem 1rem;
  word-break: break-word;
  white-space: normal;
  border-radius: 0;
  flex-basis: 100%;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  display: block;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item a {
  background-color: var(--primary-main-colour, #282F38);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  background-color: var(--primary-accent-colour, #2E4E9C);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column {
  position: relative;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column li {
  display: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column li.menu-heading {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column li.menu-heading: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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.5rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column.open:before {
  opacity: 1;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column.open li {
  display: block;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column.open li.menu-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu:has( .column .menu-heading ) .column.open li.menu-heading:after {
  content: '\f106';
}
#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: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > a {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 3rem;
}
#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 {
  background-color: var(--primary-accent-colour, #2E4E9C);
}
#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;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  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%);
}
/*************************************************************************
 #Sticky Link Button
**************************************************************************/
.sticky-link-button {
  position: fixed;
  z-index: 11;
  top: 25%;
  right: -2px;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  color: var(--primary-main-colour, #282F38);
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  transform: translate(0) rotate(-90deg);
  transform-origin: right bottom;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.sticky-link-button:after {
  content: '\f500';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: var(--primary-main-colour, #282F38);
  transform: scaleY(-1) rotate(90deg);
  margin-left: 1rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.sticky-link-button:hover {
  right: 0;
  color: var(--primary-main-colour, #282F38);
}
.sticky-link-button:active {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  right: -1px;
}
/* 
Use: Footer
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
footer .footer-logo {
  max-width: 10rem;
}
footer .footer-logo img {
  max-width: 100%;
}
footer .logos img {
  max-width: 160px;
}
footer .author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  footer .author {
    margin-left: auto;
  }
}
footer .author p {
  font-size: 0.85rem;
  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-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 46.8125em) {
  footer .copyright-and-credit .one-third-page {
    width: 93.996%;
    text-align: left;
  }
  footer .copyright-and-credit .social-links,
  footer .copyright-and-credit .author {
    justify-content: flex-start;
  }
}
/* 
Use: Setup
Scope: All devices
Theme: HCRG Workforce Solutions
Copyright 2023, © HCRG Workforce Solutions
Author: Supersonic Playground
*/
/* The setup.less stylesheet is one of the most important files in the system, but also one of the simplest to use. It contains a handful of key settings that are used universally across the site. The default settings may be okay for your project, in which case you may never need to update this file. */
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/* The Base Pixel Equivalent is one of the most important settings as it is used to set the size of text and elements across the project. We avoid using fixed pixel measurements, as by their nature, they are fixed and do not give us the level of adjustment we need for responsive layouts. Instead we use the Base Pixel Equivalent, which is the pixel size equivalent of the body copy used in the designs. This number is then converted into the variable @base-size which is used as the basis for all dimensions throughout the site.

We then use a series of media queries to adjust @base-size responsively, so that all elements within the project universally adjust to become smaller or larger depending on the size of the screen.

So for example, if the Base Pixel Equivalent is set to 20, and you needed to create an element that would normally be width: 100px, you would instead set this to width: @base-size*5.

The main advantage of all of this is that it means that all text and elements share a common scale. If we want to adjust this scale, we just have to update one setting - the Base Pixel Equivalent - and the dimensions across the project will update universally, instead of having to manually update countless arbitrary measurements throughout the project. */
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/* This part sets the width of the @fluid-margin and @column-width variables. The grid system is based on 12 columns in total, with Fluid Margins in between each column, and also on the far left and right of the layout. This means that there are 12 columns and 13 margins in total. Therefore, when the @fluid-margin and @column-width variables are multiplied by these amounts, they should equal 100% or slightly under (13 x 3% = 39%, 12 x 5.083% = 60.996%, 39% + 60.996% = 99.996%).

If the design that you're working to requires larger margins and thinner columns (a more spacious design) or thinner margins and larger columns (a tighter design) then adjust these percentages as you need to. */
/* Horizontal margin equal to 30px @ 1000px */
/* Column width - equal to 50.83px @ 1000px */
/*************************************************************************
 #Animation Easing
**************************************************************************/
/* This creates the bezier curve variable that is used within many of the animations throughout the project. It gives the animation the illusion of physics/friction. For more info check out http://cubic-bezier.com/ */
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-y: hidden;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */