/* 
Use: Custom Login Styles
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/* 
Use: Reset
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
*,
*: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: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-close {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.05);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-even {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-drop {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners,
.rounded-corners-close,
.rounded-corners-tight,
.rounded-corners-full {
  overflow: hidden;
}
.rounded-corners {
  border-radius: 1rem;
}
.rounded-corners-close {
  border-radius: 0.5rem;
}
.rounded-corners-tight {
  border-radius: 0.25rem;
}
.rounded-corners-full {
  border-radius: 100rem;
}
/*************************************************************************
 #Image Cover / Fit
**************************************************************************/
.image-cover {
  position: relative;
}
.image-cover img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-fit {
  position: relative;
}
.image-fit img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* 
Use: Measurements
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 999px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1300px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 85%;
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 100%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys ------------------------------------------------------------------------ */
/* #Brand Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
.light-section {
  color: #333333;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section p,
.light-section a {
  color: #333333;
}
.light-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.light-section .pre-heading:before,
.light-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.light-section .icon-list li a:before,
.light-section .social-links li a:before {
  color: #333333;
}
.dark-section {
  color: #FFFFFF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a {
  color: #FFFFFF;
}
.dark-section .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.dark-section .pre-heading:before,
.dark-section .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.dark-section .icon-list li a:before,
.dark-section .social-links li a:before {
  color: #FFFFFF;
}
.dark-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-section .nf-error-msg {
  color: #333333 !important;
}
.dark-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.white-section {
  background-color: #FFFFFF;
  color: #333333;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section p,
.white-section a {
  color: #333333;
}
.white-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.white-section .pre-heading:before,
.white-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.white-section .icon-list li a:before,
.white-section .social-links li a:before {
  color: #333333;
}
.dark-grey-section {
  background-color: #333333;
  color: #FFFFFF;
}
.dark-grey-section h1,
.dark-grey-section h2,
.dark-grey-section h3,
.dark-grey-section h4,
.dark-grey-section h5,
.dark-grey-section h6,
.dark-grey-section p,
.dark-grey-section a {
  color: #FFFFFF;
}
.dark-grey-section .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.dark-grey-section .pre-heading:before,
.dark-grey-section .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.dark-grey-section .icon-list li a:before,
.dark-grey-section .social-links li a:before {
  color: #FFFFFF;
}
.dark-grey-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-grey-section .nf-error-msg {
  color: #333333 !important;
}
.dark-grey-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.dark-grey-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-grey-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-grey-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
.mid-grey-section {
  background-color: #888888;
  color: #FFFFFF;
}
.mid-grey-section h1,
.mid-grey-section h2,
.mid-grey-section h3,
.mid-grey-section h4,
.mid-grey-section h5,
.mid-grey-section h6,
.mid-grey-section p,
.mid-grey-section a {
  color: #FFFFFF;
}
.mid-grey-section .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.mid-grey-section .pre-heading:before,
.mid-grey-section .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.mid-grey-section .icon-list li a:before,
.mid-grey-section .social-links li a:before {
  color: #FFFFFF;
}
.mid-grey-section nf-field .html-container a {
  color: #FFFFFF;
}
.mid-grey-section .nf-error-msg {
  color: #333333 !important;
}
.mid-grey-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.mid-grey-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.mid-grey-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.mid-grey-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
.light-grey-section {
  background-color: #E9E9E9;
  color: #333333;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5,
.light-grey-section h6,
.light-grey-section p,
.light-grey-section a {
  color: #333333;
}
.light-grey-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.light-grey-section .pre-heading:before,
.light-grey-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.light-grey-section .icon-list li a:before,
.light-grey-section .social-links li a:before {
  color: #333333;
}
.blue-section {
  background-color: #64D6FB;
  color: #333333;
}
.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5,
.blue-section h6,
.blue-section p,
.blue-section a {
  color: #333333;
}
.blue-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.blue-section .pre-heading:before,
.blue-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.blue-section .icon-list li a:before,
.blue-section .social-links li a:before {
  color: #333333;
}
.blue-gradient-section {
  color: #FFFFFF;
  overflow: hidden;
  background-color: #64D6FB;
  background-image: url('img/backgrounds/blue-gradient.webp');
  background-size: cover;
}
.blue-gradient-section h1,
.blue-gradient-section h2,
.blue-gradient-section h3,
.blue-gradient-section h4,
.blue-gradient-section h5,
.blue-gradient-section h6,
.blue-gradient-section p,
.blue-gradient-section a {
  color: #FFFFFF;
}
.blue-gradient-section .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.blue-gradient-section .pre-heading:before,
.blue-gradient-section .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.blue-gradient-section .icon-list li a:before,
.blue-gradient-section .social-links li a:before {
  color: #FFFFFF;
}
.blue-gradient-section nf-field .html-container a {
  color: #FFFFFF;
}
.blue-gradient-section .nf-error-msg {
  color: #333333 !important;
}
.blue-gradient-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.blue-gradient-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.blue-gradient-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.blue-gradient-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
.blue-gradient-section:before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0) 50%, rgba(51, 51, 51, 0) 99.5%);
}
.blue-gradient-section .button.themed-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
.blue-gradient-section .button.themed-button:after {
  background-color: #FFFFFF !important;
}
.blue-gradient-section:has( + .dark-grey-section ) {
  color: #333333;
}
.blue-gradient-section:has( + .dark-grey-section ) h1,
.blue-gradient-section:has( + .dark-grey-section ) h2,
.blue-gradient-section:has( + .dark-grey-section ) h3,
.blue-gradient-section:has( + .dark-grey-section ) h4,
.blue-gradient-section:has( + .dark-grey-section ) h5,
.blue-gradient-section:has( + .dark-grey-section ) h6,
.blue-gradient-section:has( + .dark-grey-section ) p,
.blue-gradient-section:has( + .dark-grey-section ) a {
  color: #333333;
}
.blue-gradient-section:has( + .dark-grey-section ) .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.blue-gradient-section:has( + .dark-grey-section ) .pre-heading:before,
.blue-gradient-section:has( + .dark-grey-section ) .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.blue-gradient-section:has( + .dark-grey-section ) .icon-list li a:before,
.blue-gradient-section:has( + .dark-grey-section ) .social-links li a:before {
  color: #333333;
}
.blue-gradient-section:has( + .dark-grey-section ) .button.themed-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
.blue-gradient-section:has( + .dark-grey-section ) .button.themed-button:after {
  background-color: #64D6FB;
}
.blue-gradient-section:has( + .dark-grey-section ):before {
  transform: scaleY(-100%);
}
.blue-gradient-section:has( .copy-image-module ):before {
  height: calc(250% + 2px);
}
.turquoise-section {
  background-color: #5DFAE5;
  color: #333333;
}
.turquoise-section h1,
.turquoise-section h2,
.turquoise-section h3,
.turquoise-section h4,
.turquoise-section h5,
.turquoise-section h6,
.turquoise-section p,
.turquoise-section a {
  color: #333333;
}
.turquoise-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.turquoise-section .pre-heading:before,
.turquoise-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.turquoise-section .icon-list li a:before,
.turquoise-section .social-links li a:before {
  color: #333333;
}
.purple-section {
  background-color: #7D7FFF;
  color: #FFFFFF;
}
.purple-section h1,
.purple-section h2,
.purple-section h3,
.purple-section h4,
.purple-section h5,
.purple-section h6,
.purple-section p,
.purple-section a {
  color: #FFFFFF;
}
.purple-section .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.purple-section .pre-heading:before,
.purple-section .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.purple-section .icon-list li a:before,
.purple-section .social-links li a:before {
  color: #FFFFFF;
}
.purple-section nf-field .html-container a {
  color: #FFFFFF;
}
.purple-section .nf-error-msg {
  color: #333333 !important;
}
.purple-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.purple-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.purple-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.purple-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
.fuchsia-section {
  background-color: #D992F0;
  color: #333333;
}
.fuchsia-section h1,
.fuchsia-section h2,
.fuchsia-section h3,
.fuchsia-section h4,
.fuchsia-section h5,
.fuchsia-section h6,
.fuchsia-section p,
.fuchsia-section a {
  color: #333333;
}
.fuchsia-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.fuchsia-section .pre-heading:before,
.fuchsia-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.fuchsia-section .icon-list li a:before,
.fuchsia-section .social-links li a:before {
  color: #333333;
}
.orange-section {
  background-color: #FF8B28;
  color: #333333;
}
.orange-section h1,
.orange-section h2,
.orange-section h3,
.orange-section h4,
.orange-section h5,
.orange-section h6,
.orange-section p,
.orange-section a {
  color: #333333;
}
.orange-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.orange-section .pre-heading:before,
.orange-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.orange-section .icon-list li a:before,
.orange-section .social-links li a:before {
  color: #333333;
}
.orange-gradient-section {
  color: #333333;
  background-color: #FF8B28;
  background-image: url('img/backgrounds/orange-gradient.webp');
  background-size: cover;
}
.orange-gradient-section h1,
.orange-gradient-section h2,
.orange-gradient-section h3,
.orange-gradient-section h4,
.orange-gradient-section h5,
.orange-gradient-section h6,
.orange-gradient-section p,
.orange-gradient-section a {
  color: #333333;
}
.orange-gradient-section .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.orange-gradient-section .pre-heading:before,
.orange-gradient-section .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.orange-gradient-section .icon-list li a:before,
.orange-gradient-section .social-links li a:before {
  color: #333333;
}
.orange-gradient-section .button.themed-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
.orange-gradient-section .button.themed-button:after {
  background-color: #FFFFFF !important;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.outer-container.white-section:not( .background-image ):not( .side-by-side ) + .outer-container.white-section:not( .background-image ):not( .side-by-side ),
.outer-container.dark-grey-section:not( .background-image ):not( .side-by-side ) + .outer-container.dark-grey-section:not( .background-image ):not( .side-by-side ),
.outer-container.light-grey-section:not( .background-image ):not( .side-by-side ) + .outer-container.light-grey-section:not( .background-image ):not( .side-by-side ),
.outer-container.blue-section:not( .background-image ):not( .side-by-side ) + .outer-container.blue-section:not( .background-image ):not( .side-by-side ),
.outer-container.turquoise-section:not( .background-image ):not( .side-by-side ) + .outer-container.turquoise-section:not( .background-image ):not( .side-by-side ),
.outer-container.purple-section:not( .background-image ):not( .side-by-side ) + .outer-container.purple-section:not( .background-image ):not( .side-by-side ),
.outer-container.fuchsia-section:not( .background-image ):not( .side-by-side ) + .outer-container.fuchsia-section:not( .background-image ):not( .side-by-side ) {
  padding-top: 0;
}
.outer-container.video-module + .outer-container.video-module.vertical-double-padding {
  padding-top: 6rem;
}
.outer-container.vertical-double-padding-top + .outer-container.vertical-double-padding {
  padding-top: 6rem;
}
/* 
Use: Typography
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Archivo Light';
  src: url('fonts/archivo-light.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archivo Regular';
  src: url('fonts/archivo-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archivo Medium';
  src: url('fonts/archivo-medium.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archivo Semibold';
  src: url('fonts/archivo-semibold.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.archivo-light {
  font-family: 'Archivo Light', 'Arial', sans-serif;
}
.archivo-regular {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
}
.archivo-medium {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
}
.archivo-semibold {
  font-family: 'Archivo Semibold', 'Arial', sans-serif;
}
.archivo-bold {
  font-family: 'Archivo Bold', 'Arial', sans-serif;
}
.archivo-extrabold {
  font-family: 'Archivo Extrabold', 'Arial', sans-serif;
}
.fab,
.far {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: #64D6FB;
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: #64D6FB;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #64D6FB;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1.1rem;
  font-family: 'Archivo Light', 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}
h1 {
  font-size: 3rem;
  line-height: 1.1;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.25rem;
}
small,
.small,
.small p {
  font-size: 0.85rem;
}
.medium,
.medium p {
  font-size: 0.95rem;
}
h1 {
  font-family: 'Archivo Light', 'Arial', sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo Light', 'Arial', sans-serif;
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
h6.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
h6.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline,
p.underline,
.content-wrapper.underline {
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E9E9E9;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
.with-divider {
  position: relative;
  padding-bottom: calc(1rem*3 + 8px);
  margin-bottom: 3rem;
}
.with-divider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 200px;
  background: linear-gradient(90deg, #64D6FB 0%, rgba(30, 30, 30, 0) 100%);
}
.block-builder .with-divider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 200px;
  background: linear-gradient(90deg, var(--theme-colour, #64D6FB) 0%, rgba(30, 30, 30, 0) 100%);
}
.block-builder .orange-gradient-section .with-divider:after {
  background: linear-gradient(90deg, #333333 0%, rgba(30, 30, 30, 0) 100%);
}
.block-builder .blue-gradient-section .with-divider:after {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.block-builder .blue-gradient-section:has( + .dark-grey-section ) .with-divider:after {
  background: linear-gradient(90deg, #333333 0%, rgba(30, 30, 30, 0) 100%);
}
.latest-posts .with-divider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 200px;
  background: linear-gradient(90deg, var(--theme-colour, #64D6FB) 0%, rgba(30, 30, 30, 0) 100%);
}
h1.with-divider {
  padding-bottom: calc(1rem*3 + 8px);
  margin-bottom: 3rem;
}
h3.with-divider {
  padding-bottom: calc(1rem*1.5 + 7px);
  margin-bottom: 1.5rem;
}
h3.with-divider:after {
  height: 7px;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #333333;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
}
em {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.2rem;
}
.big-text {
  font-family: 'Archivo Semibold', 'Arial', sans-serif;
  line-height: 1.1;
  font-size: 2.5rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
}
blockquote strong {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
}
cite {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
}
.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: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 auto;
  padding: 0 3%;
}
.inner-container > * {
  margin-left: 1.75%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    padding: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 1.75%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 0.875%;
  margin-right: 0.875%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 1.75%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.stretch-container {
  align-items: stretch;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .right-to-left > * {
    margin-right: 1.75%;
    margin-left: 0;
  }
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 96.998%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 47.624%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 64.082%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 31.166%;
  }
}
.one-quarter-page {
  width: 47.624%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 31.166%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 22.937%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 64.082%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 72.311%;
  }
}
.one-sixth-page {
  width: 31.166%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 22.937%;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 14.708%;
  }
}
.five-sixths-page {
  width: 64.082%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 72.311%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 80.54%;
  }
}
/*************************************************************************
 #Full Width Modules
**************************************************************************/
.full-width-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.full-width-container .full-width {
  position: relative;
  width: 100%;
}
.full-width-container .half-width {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .full-width-container .half-width {
    width: 50%;
  }
}
.full-width-container .half-width.image {
  min-height: 45vh;
}
.full-width-container .half-width.image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-container .half-width.content {
  display: flex;
  align-items: center;
  padding: 3rem;
  margin-right: auto;
}
@media screen and (min-width: 62.5em) {
  .full-width-container .half-width.content {
    padding: 3rem 0 3rem 4rem;
    width: calc((94.746% - 4%) / 2);
  }
}
@media screen and (min-width: 78.125em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 8%) / 2);
  }
}
@media screen and (min-width: 93.75em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 12%) / 2);
  }
}
@media screen and (min-width: 109.375em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 16%) / 2);
  }
}
@media screen and (min-width: 125em) {
  .full-width-container .half-width.content {
    width: calc((94.746% - 20%) / 2);
  }
}
.full-width-container.right-to-left .content {
  padding-right: 3%;
  margin-left: auto;
}
.full-width-container.right-to-left .image {
  margin-right: 0;
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-double-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.vertical-double-margin-top {
  margin-top: 6rem;
}
.vertical-double-margin-bottom {
  margin-bottom: 6rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-double-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.vertical-double-padding-top {
  padding-top: 6rem;
}
.vertical-double-padding-bottom {
  padding-bottom: 6rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Scroll Padding
**************************************************************************/
.scroll-padding {
  scroll-padding-top: 0;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.75%*2);
  gap: 1.75%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Dynamic Stacking
**************************************************************************/
.horizontal-image-and-details .image {
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
}
.horizontal-image-and-details .image .responsive-image-crop {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
}
.horizontal-image-and-details .details {
  width: 65%;
  float: right;
}
.vertical-image-and-details .image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}
.vertical-image-and-details .image .responsive-image-crop {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.vertical-image-and-details .details {
  width: 100%;
  float: none;
}
.dynamic-stacking {
  overflow: hidden;
}
.dynamic-stacking .image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}
.dynamic-stacking .image .responsive-image-crop {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.dynamic-stacking .details {
  width: 100%;
  float: none;
}
@media screen and (min-width: 31.25em) {
  .dynamic-stacking.with-image.two-thirds-page .image,
  .dynamic-stacking.with-image.full-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.two-thirds-page .image .responsive-image-crop,
  .dynamic-stacking.with-image.full-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.two-thirds-page .details,
  .dynamic-stacking.with-image.full-page .details {
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 31.25em) {
  .dynamic-stacking.with-image.half-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 46.875em) {
  .dynamic-stacking.with-image.half-page .image {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 78.125em) {
  .dynamic-stacking.with-image.half-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 65%;
    float: right;
  }
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
@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!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  position: absolute!important;
  padding: 0.5rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  color: #FFFFFF !important;
  font-size: 0.95rem;
  text-align: center;
  transform-style: preserve-3d;
}
.wp-caption-text:before {
  left: 0.5rem;
}
.wp-caption-text:after {
  content: '';
  position: absolute;
  transform: translateZ(-1px);
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #64D6FB;
  opacity: 0.8;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-background-image {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  -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:12 Ratio ------------------------------------------------------------------------ */
.one-by-one-two {
  padding-bottom: 120%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 140%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before {
  z-index: -2;
}
.button.small {
  height: 1.5rem;
  padding: 0 0.75rem;
}
.button.medium {
  height: 2rem;
  padding: 0 1rem;
}
.button.large {
  height: 2.5rem;
  padding: 0 1.25rem;
}
.button.blue-button {
  color: #333333 !important;
  background-color: #64D6FB;
}
.button.grey-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
.button.grey-button:after {
  background-color: #64D6FB;
}
.button.themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
}
.button.themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
.button.category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB);
}
.button.category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
.button.submit-button {
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.button.with-arrows:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.with-arrows:hover:after {
  width: calc(8px * 3);
}
.button.with-icon:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.icon-only {
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.download-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f56d';
}
.button.search-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f002';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.plus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.text-link.with-arrow:after {
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
  margin-left: 0.75rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow:hover:after {
  margin-left: 1rem;
}
.inline-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-bottom: 0;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #64D6FB;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:hover:before {
  height: 4px;
  opacity: 1;
}
/*************************************************************************
 #Hover Styles
**************************************************************************/
.button-hover {
  position: relative;
}
.button-hover:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button-hover:hover:after {
  width: 100%;
}
/*************************************************************************
 #Facet WP Module
**************************************************************************/
.facetwp-type-pager {
  float: left;
  width: 100%;
  margin-bottom: 3rem !important;
}
.facetwp-type-pager .facetwp-pager {
  position: relative;
  z-index: 1;
  width: 96.998%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .facetwp-type-pager .facetwp-pager {
    width: 64.082%;
  }
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  color: #333333;
  font-family: 'Archivo Semibold', 'Arial', sans-serif;
  background-color: #E9E9E9;
  transform-style: preserve-3d;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev,
.facetwp-type-pager .facetwp-pager .facetwp-page.next {
  color: transparent;
  width: 2.5rem;
  background-color: #64D6FB;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:after,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 8px;
  background-color: #333333;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev.active,
.facetwp-type-pager .facetwp-pager .facetwp-page.next.active {
  opacity: 0.5;
  color: transparent;
  pointer-events: none;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover {
  color: transparent;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover:after,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover:after {
  width: calc(8px * 3);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:after {
  transform: scaleX(-1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: #333333;
  border: 2px solid #64D6FB;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  z-index: 1;
  height: 2.5rem;
  padding: 0 1.25rem;
  color: #333333 !important;
  background-color: #64D6FB;
  display: block;
  margin: -3rem auto 6rem !important;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more.small {
  height: 1.5rem;
  padding: 0 0.75rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  height: 2rem;
  padding: 0 1rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  height: 2.5rem;
  padding: 0 1.25rem;
}
.facetwp-type-pager .facetwp-load-more.blue-button {
  color: #333333 !important;
  background-color: #64D6FB;
}
.facetwp-type-pager .facetwp-load-more.grey-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
.facetwp-type-pager .facetwp-load-more.grey-button:after {
  background-color: #64D6FB;
}
.facetwp-type-pager .facetwp-load-more.themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
}
.facetwp-type-pager .facetwp-load-more.themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
.facetwp-type-pager .facetwp-load-more.category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB);
}
.facetwp-type-pager .facetwp-load-more.category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
.facetwp-type-pager .facetwp-load-more.submit-button {
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.facetwp-type-pager .facetwp-load-more.with-arrows:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.with-arrows:hover:after {
  width: calc(8px * 3);
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f56d';
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  content: '\2b';
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  content: '\2d';
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
.facetwp-template {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-template:before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  pointer-events: none;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-template.loading:before {
  opacity: 1;
}
/* 
Use: Forms
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Categories
**************************************************************************/
ul.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  margin-left: 0;
}
ul.categories li {
  list-style-type: none;
}
ul.categories li ul,
ul.categories li ol {
  margin-top: 0;
}
ul.categories li {
  margin: 0;
  padding: 0.25rem 0.5rem;
  background-color: var(--category-colour, #64D6FB);
  color: var(--category-text-colour, #333333);
  text-decoration: none;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.85rem;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li.tax {
  background-color: #FFFFFF;
  color: #333333;
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
  margin-bottom: 0;
}
.icon-list li {
  list-style-type: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #64D6FB;
  font-size: 1rem;
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0;
}
.tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
.tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #64D6FB;
  font-size: 1rem;
}
.tick-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.tick-list li:before {
  position: absolute;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f058';
  font-size: 2rem;
}
.tick-list.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Tick List
**************************************************************************/
.simple-tick-list {
  margin-left: 0;
  margin-bottom: 0;
  margin-bottom: 1.5rem;
}
.simple-tick-list li {
  list-style-type: none;
}
.simple-tick-list li ul,
.simple-tick-list li ol {
  margin-top: 0;
}
.simple-tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.simple-tick-list li:last-child {
  margin-bottom: 0;
}
.simple-tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #64D6FB;
  font-size: 1rem;
}
.simple-tick-list li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.simple-tick-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f058';
  font-size: 1.75rem;
}
/*************************************************************************
 #Arrow List
**************************************************************************/
.arrow-list {
  margin-left: 0;
  margin-bottom: 0;
  margin-bottom: 1.5rem;
}
.arrow-list li {
  list-style-type: none;
}
.arrow-list li ul,
.arrow-list li ol {
  margin-top: 0;
}
.arrow-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.arrow-list li:last-child {
  margin-bottom: 0;
}
.arrow-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #64D6FB;
  font-size: 1rem;
}
.arrow-list li {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
}
.arrow-list li:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.arrow-list li:has( a ) a {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.arrow-list li:has( a ) a:hover {
  text-decoration: none;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.arrow-list li:has( a:hover ):before {
  left: 0.25rem;
}
/*************************************************************************
 #Link List
**************************************************************************/
.link-list {
  margin-left: 0;
}
.link-list li {
  list-style-type: none;
}
.link-list li ul,
.link-list li ol {
  margin-top: 0;
}
.link-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  text-decoration: none;
}
.link-list li a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  font-size: 0.95rem;
  color: #64D6FB;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-list li a:hover {
  color: #64D6FB;
}
.link-list li a:hover:before {
  margin-left: 0.25rem;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
.post-details {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.post-details li {
  list-style-type: none;
}
.post-details li ul,
.post-details li ol {
  margin-top: 0;
}
.post-details li {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #333333;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
ul.icon-list {
  margin-left: 0;
}
ul.icon-list li {
  list-style-type: none;
}
ul.icon-list li ul,
ul.icon-list li ol {
  margin-top: 0;
}
ul.icon-list li {
  display: inline-block;
}
ul.icon-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
ul.icon-list li a:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #64D6FB;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-right: 0.5rem;
}
ul.icon-list li.email a:before {
  content: '\f0e0';
}
ul.icon-list li.telephone a:before {
  content: '\f095';
}
ul.icon-list li.login a:before {
  content: '\f007';
}
/*************************************************************************
 #Social Links
**************************************************************************/
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
ul.social-links li:before {
  display: none;
}
ul.social-links li a {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  border-bottom: none;
}
ul.social-links li a:before,
ul.social-links li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.social-links li a:before {
  z-index: 2;
  width: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  color: #64D6FB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
ul.social-links li a:after {
  z-index: 1;
  width: 0;
  background-color: #333333;
}
ul.social-links li a:hover:before {
  color: #64D6FB;
}
ul.social-links li a:hover:after {
  width: 100%;
}
ul.social-links li.facebook a:before {
  content: '\f09a';
}
ul.social-links li.facebook-alt a:before {
  content: '\f39e';
}
ul.social-links li.twitter a:before {
  content: '\e61b';
}
ul.social-links li.linkedin a:before {
  content: '\f08c';
}
ul.social-links li.instagram a:before {
  content: '\f16d';
}
ul.social-links li.pinterest a:before {
  content: '\f231';
}
ul.social-links li.youtube a:before {
  content: '\f167';
}
ul.social-links li.mastodon a:before {
  content: '\f4f6';
}
ul.social-links li.threads a:before {
  content: '\e618';
}
ul.social-links li.bluesky a:before {
  content: '\e671';
}
ul.social-links li.email a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0e0';
}
/* 
Use: Modular
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero Layouts
**************************************************************************/
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
@media screen and (min-width: 62.5em) {
  .hero {
    padding-top: 13.5rem;
  }
}
.hero .hero-content {
  position: relative;
  z-index: 2;
}
.hero .hero-content h1,
.hero .hero-content h2,
.hero .hero-content h3,
.hero .hero-content p {
  color: #FFFFFF;
}
.hero .hero-content p {
  font-size: 1.25rem;
}
@media screen and (min-width: 46.875em) {
  .hero.half-width .hero-content {
    padding-right: 3rem;
  }
}
.hero:has( .image-container ):not( .half-width ) .image-container:before,
.hero:has( .video-container ):not( .half-width ) .image-container:before,
.hero:has( .image-container ):not( .half-width ) .video-container:before,
.hero:has( .video-container ):not( .half-width ) .video-container:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #1E1E1E;
  opacity: 0.3;
}
.hero.with-background-graphic:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 3%;
  bottom: calc(1rem*3 - 1px);
  height: 1px;
  width: calc(94% - 1rem*1.25 * 3);
  background-color: #FFFFFF;
}
@media screen and (min-width: 62.5em) {
  .hero.with-background-graphic:before {
    left: unset;
    width: calc(90% - 1rem*1.25 * 3);
    transform: translateX(calc(-1rem*1.25 * 3 / 2));
    justify-self: anchor-center;
  }
}
@media screen and (min-width: 93.75em) {
  .hero.with-background-graphic:before {
    width: calc(1380px - (1rem*1.25 * 3));
    transform: translateX(calc(-1rem*1.65 * 3 / 2));
  }
}
.hero.with-background-graphic:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: calc(1rem*3 - (1rem*1.75 / 2));
  width: 94%;
  height: 1.75rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzJweCIgaGVpZ2h0PSIzNHB4IiB2aWV3Qm94PSIwIDAgNzIgMzQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SGVybyBGb290ZXIgSWNvbnM8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikhlcm8tRm9vdGVyLUljb25zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAwLjU3NzMpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgZmlsbD0iI0U5RTlFOSIgb3BhY2l0eT0iMC4yNDgzMjU4OTMiIHBvaW50cz0iMjQgMTYuMzIyNzcgMCAwIDAgMzIuODQyMDciPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIGZpbGw9IiNFOUU5RTkiIG9wYWNpdHk9IjAuMjQ4MzI1ODkzIiBwb2ludHM9IjQ4IDE2LjMyMjc3IDI0IDAgMjQgMzIuODQyMDciPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIGZpbGw9IiM2NEQ2RkIiIHBvaW50cz0iNzIgMTYuMzIyNzcgNDggMCA0OCAzMi44NDIwNyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+ );
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  justify-self: anchor-center;
}
@media screen and (min-width: 62.5em) {
  .hero.with-background-graphic:after {
    width: calc(100% - 10%);
  }
}
@media screen and (min-width: 93.75em) {
  .hero.with-background-graphic:after {
    width: calc(1420px - 1rem*1.25 * 3);
  }
}
.hero-simple {
  min-height: calc(100vh - 1rem*3);
}
.hero-half {
  min-height: 70vh;
}
.hero-image {
  background-color: #1E1E1E;
}
@media screen and (max-width: 62.5em) {
  .hero-video .video-container {
    transform: scale(2.5) translateY(-50%);
  }
}
@media screen and (max-width: 40.625em) {
  .hero-video .video-container {
    transform: scale(3.5) translateY(-50%);
  }
}
.hero-featured h1.with-divider:after {
  background: linear-gradient(90deg, var(--category-colour, #64D6FB) 0%, rgba(30, 30, 30, 0) 100%);
}
.hero-featured .meta-bar {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
}
.hero-featured .meta-bar:has( .reading-time ) .reading-time {
  margin-left: auto;
}
.hero-featured .meta-bar:has( .author ):has( .reading-time ) .author {
  margin-left: auto;
}
.hero-featured .meta-bar:has( .author ):has( .reading-time ) .reading-time {
  margin-left: unset;
}
.hero-featured .meta-bar .reading-time:before {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs {
  padding: 0.75rem 0;
}
.breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333333;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.breadcrumbs .separator-icon {
  display: inline-block;
  height: 1rem;
  width: 0.5rem;
  background-color: #333333;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin: 0 0.75rem;
}
/*************************************************************************
 #Global Elements
**************************************************************************/
.author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
}
.author .profile-photo {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.author .profile-photo img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author .profile-photo img {
  transform: none !important;
}
.date {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
}
.date.with-icon {
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.date.with-icon:before {
  content: '';
  width: 1.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #333333;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjMzMzMgMy4xNjY2OUg0LjY2NjY3QzMuMTkzOTEgMy4xNjY2OSAyIDQuMzYwNTkgMiA1LjgzMzM1VjEyQzIgMTMuNDcyOCAzLjE5MzkxIDE0LjY2NjcgNC42NjY2NyAxNC42NjY3SDExLjMzMzNDMTIuODA2MSAxNC42NjY3IDE0IDEzLjQ3MjggMTQgMTJWNS44MzMzNUMxNCA0LjM2MDU5IDEyLjgwNjEgMy4xNjY2OSAxMS4zMzMzIDMuMTY2NjlaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4zMzMwMSAyLjE2NjY5VjQuMTY2NjkiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4zMzMgMi4xNjY2OVY0LjE2NjY5IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMiA2LjVIMTQiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjMzMzAxIDkuMzI2NjZWOS4zMzMzMyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCA5LjMyNjY2VjkuMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjY2NyA5LjMyNjY2VjkuMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjY2NyAxMS45OTMzVjEyIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04IDExLjk5MzNWMTIiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMzMzMDEgMTEuOTkzM1YxMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjMzMzMgMy4xNjY2OUg0LjY2NjY3QzMuMTkzOTEgMy4xNjY2OSAyIDQuMzYwNTkgMiA1LjgzMzM1VjEyQzIgMTMuNDcyOCAzLjE5MzkxIDE0LjY2NjcgNC42NjY2NyAxNC42NjY3SDExLjMzMzNDMTIuODA2MSAxNC42NjY3IDE0IDEzLjQ3MjggMTQgMTJWNS44MzMzNUMxNCA0LjM2MDU5IDEyLjgwNjEgMy4xNjY2OSAxMS4zMzMzIDMuMTY2NjlaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4zMzMwMSAyLjE2NjY5VjQuMTY2NjkiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4zMzMgMi4xNjY2OVY0LjE2NjY5IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMiA2LjVIMTQiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjMzMzAxIDkuMzI2NjZWOS4zMzMzMyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCA5LjMyNjY2VjkuMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjY2NyA5LjMyNjY2VjkuMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjY2NyAxMS45OTMzVjEyIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04IDExLjk5MzNWMTIiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMzMzMDEgMTEuOTkzM1YxMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K );
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.reading-time {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.reading-time:before {
  content: '';
  width: 1.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #333333;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRDMTEuMzEzNyAxNCAxNCAxMS4zMTM3IDE0IDhDMTQgNC42ODYyOSAxMS4zMTM3IDIgOCAyQzQuNjg2MjkgMiAyIDQuNjg2MjkgMiA4QzIgMTEuMzEzNyA0LjY4NjI5IDE0IDggMTRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA2Ljk5OTk2TDcuNjY2NjcgOC42NjY2M0wxMC42NjY3IDUuNjY2NjMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRDMTEuMzEzNyAxNCAxNCAxMS4zMTM3IDE0IDhDMTQgNC42ODYyOSAxMS4zMTM3IDIgOCAyQzQuNjg2MjkgMiAyIDQuNjg2MjkgMiA4QzIgMTEuMzEzNyA0LjY4NjI5IDE0IDggMTRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA2Ljk5OTk2TDcuNjY2NjcgOC42NjY2M0wxMC42NjY3IDUuNjY2NjMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo= );
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
/*************************************************************************
 #Meta Bar
**************************************************************************/
.meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.meta-bar .author-and-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.meta-bar .author-and-date span:not( :last-child ) {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
}
.meta-bar .author-and-date span:not( :last-child ):after {
  content: '';
  position: absolute;
  right: 0;
  height: 10px;
  width: 1px;
  background-color: #888888;
}
.meta-bar .author-and-date .authors {
  display: flex;
}
.meta-bar .author-and-date .authors .author {
  margin-right: -1.5rem;
}
.meta-bar .author-and-date .authors .author .profile-photo {
  border: 1px solid #64D6FB;
}
.meta-bar .author-and-date .authors .author + .names {
  margin-left: 1.5rem;
}
.meta-bar .author-and-date .authors .names {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
}
.meta-bar .author-and-date .authors .names:after {
  content: '';
  position: absolute;
  right: 0;
  height: 10px;
  width: 1px;
  background-color: #888888;
}
.meta-bar .author-and-date .authors .names .name {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
}
.meta-bar .author-and-date .authors .names .name:before {
  content: ',';
  display: inline-flex;
  margin-right: 0.25rem;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
}
.meta-bar .author-and-date .authors .names .name:first-child:before {
  content: unset;
}
.meta-bar .author-and-date .authors .names .name:last-child:before {
  content: '&';
  margin-left: 0.25rem;
}
.meta-bar .author-and-date .authors span:after {
  content: unset;
}
/*************************************************************************
 #Share Module
**************************************************************************/
.share-module {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
}
.share-module p {
  margin-bottom: 0;
}
.share-module ul {
  display: flex;
  align-items: center;
}
.share-module ul li a {
  background-color: #64D6FB;
}
.share-module ul li a:hover {
  color: #333333;
}
/*************************************************************************
 #Author Meta
**************************************************************************/
.author-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #E9E9E9;
  color: #333333;
  padding: 1.5rem;
}
.author-meta h1,
.author-meta h2,
.author-meta h3,
.author-meta h4,
.author-meta h5,
.author-meta h6,
.author-meta p,
.author-meta a {
  color: #333333;
}
.author-meta .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.author-meta .pre-heading:before,
.author-meta .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.author-meta .icon-list li a:before,
.author-meta .social-links li a:before {
  color: #333333;
}
.author-meta .listing-module {
  background-color: #FFFFFF;
}
.author-meta .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.author-meta .card-module {
  background-color: #FFFFFF;
  color: #333333;
}
.author-meta .card-module h1,
.author-meta .card-module h2,
.author-meta .card-module h3,
.author-meta .card-module h4,
.author-meta .card-module h5,
.author-meta .card-module h6,
.author-meta .card-module p,
.author-meta .card-module a {
  color: #333333;
}
.author-meta .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.author-meta .card-module .pre-heading:before,
.author-meta .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.author-meta .card-module .icon-list li a:before,
.author-meta .card-module .social-links li a:before {
  color: #333333;
}
.author-meta .card-module .card-module {
  background-color: #E9E9E9;
  color: #333333;
}
.author-meta .card-module .card-module h1,
.author-meta .card-module .card-module h2,
.author-meta .card-module .card-module h3,
.author-meta .card-module .card-module h4,
.author-meta .card-module .card-module h5,
.author-meta .card-module .card-module h6,
.author-meta .card-module .card-module p,
.author-meta .card-module .card-module a {
  color: #333333;
}
.author-meta .card-module .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.author-meta .card-module .card-module .pre-heading:before,
.author-meta .card-module .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.author-meta .card-module .card-module .icon-list li a:before,
.author-meta .card-module .card-module .social-links li a:before {
  color: #333333;
}
.author-meta .card-module .card-module .listing-module {
  background-color: #FFFFFF;
}
.author-meta .card-module .card-module .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.author-meta .card-module .card-module .team-member-module .content {
  background-color: #FFFFFF;
}
.author-meta .card-module .card-module .testimonial-module {
  background-color: #FFFFFF;
}
.author-meta .card-module .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.author-meta .card-module .card-module #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
.author-meta .card-module .flickity-carousel-controls .flickity-button.previous {
  background-color: #E9E9E9;
}
.author-meta .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.author-meta .team-member-module .content {
  background-color: #FFFFFF;
}
.author-meta .testimonial-module {
  background-color: #FFFFFF;
}
.author-meta .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.author-meta #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .author-meta {
    padding: 3rem;
  }
}
.author-meta + .author-meta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  background-color: #888888;
  height: 1px;
  width: calc(100% - 1rem*3);
}
@media screen and (min-width: 46.875em) {
  .author-meta + .author-meta:before {
    left: 3rem;
    width: calc(100% - 1rem*6);
  }
}
.author-meta + .author-meta:after {
  content: unset;
}
.author-meta:last-child:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 60px;
  height: 42px;
  background-color: var(--category-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.author-meta .photo {
  aspect-ratio: 1 / 1;
  width: 50%;
  position: relative;
}
.author-meta .photo img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .author-meta .photo {
    width: 20%;
  }
}
.author-meta .details {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .author-meta .details {
    width: calc(80% - 1rem*3);
  }
}
.author-meta .details h4,
.author-meta .details p {
  margin-bottom: 1rem;
}
.author-meta .details p.job-title {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
}
.author-meta .details a.email {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.author-meta .details a.email:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.author-meta .details a.email:before {
  content: '';
  width: 1.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #333333;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk1IDNINC4wNUMyLjY0MTY3IDMgMS41IDQuMTQxNjcgMS41IDUuNTVWMTIuNDVDMS41IDEzLjg1ODMgMi42NDE2NyAxNSA0LjA1IDE1SDEzLjk1QzE1LjM1ODMgMTUgMTYuNSAxMy44NTgzIDE2LjUgMTIuNDVWNS41NUMxNi41IDQuMTQxNjcgMTUuMzU4MyAzIDEzLjk1IDNaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNC41IDYuNzVMOC4xMyA5LjEyNzVDOC4zODQwNCA5LjMwODM4IDguNjg4MTQgOS40MDU1OCA5IDkuNDA1NThDOS4zMTE4NiA5LjQwNTU4IDkuNjE1OTYgOS4zMDgzOCA5Ljg3IDkuMTI3NUwxMy41IDYuNzUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjEyNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk1IDNINC4wNUMyLjY0MTY3IDMgMS41IDQuMTQxNjcgMS41IDUuNTVWMTIuNDVDMS41IDEzLjg1ODMgMi42NDE2NyAxNSA0LjA1IDE1SDEzLjk1QzE1LjM1ODMgMTUgMTYuNSAxMy44NTgzIDE2LjUgMTIuNDVWNS41NUMxNi41IDQuMTQxNjcgMTUuMzU4MyAzIDEzLjk1IDNaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNC41IDYuNzVMOC4xMyA5LjEyNzVDOC4zODQwNCA5LjMwODM4IDguNjg4MTQgOS40MDU1OCA5IDkuNDA1NThDOS4zMTE4NiA5LjQwNTU4IDkuNjE1OTYgOS4zMDgzOCA5Ljg3IDkuMTI3NUwxMy41IDYuNzUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjEyNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo= );
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
/*************************************************************************
 #Listing Modules
**************************************************************************/
.listing-module {
  background-color: #E9E9E9;
}
.listing-module img {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.listing-module:hover img {
  transform: scale(1.1);
}
.listing-module:not( .featured-listing ) .image {
  position: relative;
  overflow: hidden;
}
.listing-module:not( .featured-listing ) .image:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 42px;
  background-color: var(--category-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.listing-module .date {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
}
.listing-module .reading-time {
  font-size: 0.95rem;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.listing-module .reading-time:before {
  content: '';
  width: 1.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #333333;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRDMTEuMzEzNyAxNCAxNCAxMS4zMTM3IDE0IDhDMTQgNC42ODYyOSAxMS4zMTM3IDIgOCAyQzQuNjg2MjkgMiAyIDQuNjg2MjkgMiA4QzIgMTEuMzEzNyA0LjY4NjI5IDE0IDggMTRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA2Ljk5OTk2TDcuNjY2NjcgOC42NjY2M0wxMC42NjY3IDUuNjY2NjMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRDMTEuMzEzNyAxNCAxNCAxMS4zMTM3IDE0IDhDMTQgNC42ODYyOSAxMS4zMTM3IDIgOCAyQzQuNjg2MjkgMiAyIDQuNjg2MjkgMiA4QzIgMTEuMzEzNyA0LjY4NjI5IDE0IDggMTRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA2Ljk5OTk2TDcuNjY2NjcgOC42NjY2M0wxMC42NjY3IDUuNjY2NjMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo= );
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.listing-module .categories-and-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.listing-module .categories-and-time .reading-time {
  margin-left: auto;
}
.listing-module .author-and-date {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.listing-module .author-and-date:has( .author ) .date {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
}
.listing-module .author-and-date:has( .author ) .date:before {
  content: '';
  position: absolute;
  left: 0;
  height: 10px;
  width: 1px;
  background-color: #888888;
}
.listing-module.featured:first-child:not( .filtering-active, .carousel-item ) {
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .listing-module.featured:first-child:not( .filtering-active, .carousel-item ) {
    position: relative;
    z-index: 1;
    width: 96.998%;
  }
}
.listing-module.featured:first-child:not( .filtering-active, .carousel-item ).with-image {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 40.625em) {
  .listing-module.featured:first-child:not( .filtering-active, .carousel-item ).with-image {
    flex-wrap: nowrap;
  }
}
.listing-module.featured:first-child:not( .filtering-active, .carousel-item ).with-image .image {
  position: relative;
  aspect-ratio: 16 / 10;
  width: 100%;
  overflow: hidden;
}
.listing-module.featured:first-child:not( .filtering-active, .carousel-item ).with-image .image .responsive-image-crop {
  height: 100%;
}
@media screen and (min-width: 40.625em) {
  .listing-module.featured:first-child:not( .filtering-active, .carousel-item ).with-image .image {
    aspect-ratio: unset;
    width: unset;
    min-height: 100%;
    min-width: 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 46.875em) {
  .listing-module.featured:first-child:not( .filtering-active, .carousel-item ) .content {
    padding: 3rem;
  }
}
.listing-module.featured:first-child:not( .filtering-active, .carousel-item ) .content h3 {
  font-size: 2rem;
}
.listing-module.featured:first-child:not( .filtering-active, .carousel-item ) .content p {
  font-size: 1.25rem;
}
.listing-module.featured-listing {
  overflow: hidden;
}
.listing-module.featured-listing.with-image {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 40.625em) {
  .listing-module.featured-listing.with-image {
    flex-wrap: nowrap;
  }
}
.listing-module.featured-listing.with-image .image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.listing-module.featured-listing.with-image .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 40.625em) {
  .listing-module.featured-listing.with-image .image {
    aspect-ratio: unset;
    width: unset;
    min-height: 100%;
    min-width: 40%;
    max-width: 40%;
  }
}
.listing-module.featured-listing .content h3 {
  font-size: 2rem;
}
.listing-module.featured-listing .content p {
  font-size: 1.25rem;
}
.listing-module.news-listing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
}
.listing-module.news-listing .title {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  background-color: #333333;
}
.listing-module.news-listing .title h3 {
  color: #FFFFFF;
}
.listing-module.news-listing .title:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 60px;
  height: 42px;
  background-color: var(--category-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.listing-module.news-listing .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 auto;
}
.listing-module.news-listing .content .meta {
  align-self: flex-end;
  width: 100%;
}
.listing-module.news-listing .content .meta .date {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered {
  width: 96.998%;
  overflow: clip;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .title {
  position: unset;
  padding: 4.5rem 3rem 0;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .title h3 {
  font-size: 2.75rem;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .content {
  background-color: #333333;
  padding: 1.5rem 3rem 4.5rem;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .content p {
  color: #FFFFFF;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .content .meta span {
  color: #FFFFFF;
}
.listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .content .meta span:before {
  background-color: #FFFFFF;
}
@media screen and (min-width: 40.625em) {
  .listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .content .meta .categories-and-time {
    justify-content: flex-start;
  }
  .listing-module.news-listing:first-child:not( .carousel-item ).unfiltered .content .meta .categories-and-time .reading-time {
    margin-left: unset;
  }
}
.light-grey-section .listing-module {
  background-color: #FFFFFF;
}
.light-grey-section .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.dark-grey-section .listing-module.featured-listing {
  color: #333333;
}
.dark-grey-section .listing-module.featured-listing h1,
.dark-grey-section .listing-module.featured-listing h2,
.dark-grey-section .listing-module.featured-listing h3,
.dark-grey-section .listing-module.featured-listing h4,
.dark-grey-section .listing-module.featured-listing h5,
.dark-grey-section .listing-module.featured-listing h6,
.dark-grey-section .listing-module.featured-listing p,
.dark-grey-section .listing-module.featured-listing a {
  color: #333333;
}
.dark-grey-section .listing-module.featured-listing .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .listing-module.featured-listing .pre-heading:before,
.dark-grey-section .listing-module.featured-listing .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .listing-module.featured-listing .icon-list li a:before,
.dark-grey-section .listing-module.featured-listing .social-links li a:before {
  color: #333333;
}
.dark-grey-section .listing-module.news-listing {
  color: #333333;
}
.dark-grey-section .listing-module.news-listing h1,
.dark-grey-section .listing-module.news-listing h2,
.dark-grey-section .listing-module.news-listing h3,
.dark-grey-section .listing-module.news-listing h4,
.dark-grey-section .listing-module.news-listing h5,
.dark-grey-section .listing-module.news-listing h6,
.dark-grey-section .listing-module.news-listing p,
.dark-grey-section .listing-module.news-listing a {
  color: #333333;
}
.dark-grey-section .listing-module.news-listing .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .listing-module.news-listing .pre-heading:before,
.dark-grey-section .listing-module.news-listing .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .listing-module.news-listing .icon-list li a:before,
.dark-grey-section .listing-module.news-listing .social-links li a:before {
  color: #333333;
}
.dark-grey-section .listing-module.news-listing .title {
  background-color: transparent;
  padding-bottom: 0;
}
.dark-grey-section .listing-module.news-listing .title:after {
  content: unset;
}
.dark-grey-section .listing-module .content {
  color: #333333;
}
.dark-grey-section .listing-module .content h1,
.dark-grey-section .listing-module .content h2,
.dark-grey-section .listing-module .content h3,
.dark-grey-section .listing-module .content h4,
.dark-grey-section .listing-module .content h5,
.dark-grey-section .listing-module .content h6,
.dark-grey-section .listing-module .content p,
.dark-grey-section .listing-module .content a {
  color: #333333;
}
.dark-grey-section .listing-module .content .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .listing-module .content .pre-heading:before,
.dark-grey-section .listing-module .content .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .listing-module .content .icon-list li a:before,
.dark-grey-section .listing-module .content .social-links li a:before {
  color: #333333;
}
.blue-gradient-section .listing-module.featured-listing,
.orange-gradient-section .listing-module.featured-listing {
  color: #333333;
  background: linear-gradient(59.71deg, rgba(255, 255, 255, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.blue-gradient-section .listing-module.featured-listing h1,
.orange-gradient-section .listing-module.featured-listing h1,
.blue-gradient-section .listing-module.featured-listing h2,
.orange-gradient-section .listing-module.featured-listing h2,
.blue-gradient-section .listing-module.featured-listing h3,
.orange-gradient-section .listing-module.featured-listing h3,
.blue-gradient-section .listing-module.featured-listing h4,
.orange-gradient-section .listing-module.featured-listing h4,
.blue-gradient-section .listing-module.featured-listing h5,
.orange-gradient-section .listing-module.featured-listing h5,
.blue-gradient-section .listing-module.featured-listing h6,
.orange-gradient-section .listing-module.featured-listing h6,
.blue-gradient-section .listing-module.featured-listing p,
.orange-gradient-section .listing-module.featured-listing p,
.blue-gradient-section .listing-module.featured-listing a,
.orange-gradient-section .listing-module.featured-listing a {
  color: #333333;
}
.blue-gradient-section .listing-module.featured-listing .pre-heading,
.orange-gradient-section .listing-module.featured-listing .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.blue-gradient-section .listing-module.featured-listing .pre-heading:before,
.orange-gradient-section .listing-module.featured-listing .pre-heading:before,
.blue-gradient-section .listing-module.featured-listing .pre-heading:after,
.orange-gradient-section .listing-module.featured-listing .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.blue-gradient-section .listing-module.featured-listing .icon-list li a:before,
.orange-gradient-section .listing-module.featured-listing .icon-list li a:before,
.blue-gradient-section .listing-module.featured-listing .social-links li a:before,
.orange-gradient-section .listing-module.featured-listing .social-links li a:before {
  color: #333333;
}
/*************************************************************************
 #Content Module
**************************************************************************/
.block-builder .content ul:not( .categories ) {
  margin-left: 0;
  margin-bottom: 0;
  margin-bottom: 1.5rem;
}
.block-builder .content ul:not( .categories ) li {
  list-style-type: none;
}
.block-builder .content ul:not( .categories ) li ul,
.block-builder .content ul:not( .categories ) li ol {
  margin-top: 0;
}
.block-builder .content ul:not( .categories ) li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.block-builder .content ul:not( .categories ) li:last-child {
  margin-bottom: 0;
}
.block-builder .content ul:not( .categories ) li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #64D6FB;
  font-size: 1rem;
}
.block-builder .content ul:not( .categories ) li {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
}
.block-builder .content ul:not( .categories ) li:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-builder .content ul:not( .categories ) li:has( a ) a {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.block-builder .content ul:not( .categories ) li:has( a ) a:hover {
  text-decoration: none;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.block-builder .content ul:not( .categories ) li:has( a:hover ):before {
  left: 0.25rem;
}
.block-builder .content ul:not( .categories ):last-child {
  margin-bottom: 0;
}
.block-builder .content a {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-builder .content a:hover {
  text-decoration: none;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.block-builder .content blockquote {
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}
.block-builder .content blockquote p {
  color: #333333;
}
.block-builder .content blockquote:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 42px;
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.block-builder .copy-block .content h2.with-divider {
  font-size: 2rem;
}
.block-builder .white-section blockquote,
.block-builder.white-section blockquote {
  background-color: #E9E9E9;
}
/*************************************************************************
 #Card Module
**************************************************************************/
.card-module {
  padding: 3rem;
  overflow: hidden;
}
.card-module .icon {
  position: relative;
  max-height: 2.25rem;
}
.card-module .icon img {
  display: none;
}
.card-module .icon:not( .themed ):before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: var(--data-icon);
}
.card-module .icon.themed:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: var(--theme-colour, #64D6FB);
}
.card-module .content p:last-of-type {
  margin-bottom: 0;
}
.card-module .content a {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.card-module .content a:hover {
  text-decoration: none;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
.card-module.with-link {
  padding-bottom: 6rem;
}
.card-module.with-link:has( .link-text ) a.module-link span.link-text {
  position: absolute;
  bottom: 2rem;
  right: calc(1rem*2.75 + 48px / 3);
  height: 48px;
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: calc(100% - 48px - 1rem*5.5);
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  text-align: right;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.card-module.with-link:has( .link-text ):hover a.module-link span.link-text {
  right: calc(1rem*2.5 + 48px);
}
.card-module.with-link:before {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  content: '';
  height: 48px;
  width: calc(48px / 3);
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 48px;
          mask-size: 48px;
  margin-left: 0.5rem;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.card-module.with-link:hover:before {
  width: 48px;
}
.card-module.no-icon:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 60px;
  height: 42px;
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 46.875em) {
  .cards-wide .card-module:nth-last-child( -n+2 ) {
    width: 47.624%;
  }
}
.dark-grey-section .card-module {
  background-color: #E9E9E9;
  color: #333333;
}
.dark-grey-section .card-module h1,
.dark-grey-section .card-module h2,
.dark-grey-section .card-module h3,
.dark-grey-section .card-module h4,
.dark-grey-section .card-module h5,
.dark-grey-section .card-module h6,
.dark-grey-section .card-module p,
.dark-grey-section .card-module a {
  color: #333333;
}
.dark-grey-section .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .card-module .pre-heading:before,
.dark-grey-section .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .card-module .icon-list li a:before,
.dark-grey-section .card-module .social-links li a:before {
  color: #333333;
}
.dark-grey-section .card-module .listing-module {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.dark-grey-section .card-module .card-module {
  background-color: #FFFFFF;
  color: #333333;
}
.dark-grey-section .card-module .card-module h1,
.dark-grey-section .card-module .card-module h2,
.dark-grey-section .card-module .card-module h3,
.dark-grey-section .card-module .card-module h4,
.dark-grey-section .card-module .card-module h5,
.dark-grey-section .card-module .card-module h6,
.dark-grey-section .card-module .card-module p,
.dark-grey-section .card-module .card-module a {
  color: #333333;
}
.dark-grey-section .card-module .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .card-module .card-module .pre-heading:before,
.dark-grey-section .card-module .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .card-module .card-module .icon-list li a:before,
.dark-grey-section .card-module .card-module .social-links li a:before {
  color: #333333;
}
.dark-grey-section .card-module .card-module .card-module {
  background-color: #E9E9E9;
  color: #333333;
}
.dark-grey-section .card-module .card-module .card-module h1,
.dark-grey-section .card-module .card-module .card-module h2,
.dark-grey-section .card-module .card-module .card-module h3,
.dark-grey-section .card-module .card-module .card-module h4,
.dark-grey-section .card-module .card-module .card-module h5,
.dark-grey-section .card-module .card-module .card-module h6,
.dark-grey-section .card-module .card-module .card-module p,
.dark-grey-section .card-module .card-module .card-module a {
  color: #333333;
}
.dark-grey-section .card-module .card-module .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .card-module .card-module .card-module .pre-heading:before,
.dark-grey-section .card-module .card-module .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .card-module .card-module .card-module .icon-list li a:before,
.dark-grey-section .card-module .card-module .card-module .social-links li a:before {
  color: #333333;
}
.dark-grey-section .card-module .card-module .card-module .listing-module {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .card-module .card-module .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.dark-grey-section .card-module .card-module .card-module .team-member-module .content {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .card-module .card-module .testimonial-module {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .card-module .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.dark-grey-section .card-module .card-module .card-module #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .card-module .flickity-carousel-controls .flickity-button.previous {
  background-color: #E9E9E9;
}
.dark-grey-section .card-module .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.dark-grey-section .card-module .team-member-module .content {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .testimonial-module {
  background-color: #FFFFFF;
}
.dark-grey-section .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.dark-grey-section .card-module #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module {
  background-color: #888888;
  color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module h1,
.dark-grey-section:not( .block-carousel ) .card-module h2,
.dark-grey-section:not( .block-carousel ) .card-module h3,
.dark-grey-section:not( .block-carousel ) .card-module h4,
.dark-grey-section:not( .block-carousel ) .card-module h5,
.dark-grey-section:not( .block-carousel ) .card-module h6,
.dark-grey-section:not( .block-carousel ) .card-module p,
.dark-grey-section:not( .block-carousel ) .card-module a {
  color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.dark-grey-section:not( .block-carousel ) .card-module .pre-heading:before,
.dark-grey-section:not( .block-carousel ) .card-module .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.dark-grey-section:not( .block-carousel ) .card-module .icon-list li a:before,
.dark-grey-section:not( .block-carousel ) .card-module .social-links li a:before {
  color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module nf-field .html-container a {
  color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module .nf-error-msg {
  color: #333333 !important;
}
.dark-grey-section:not( .block-carousel ) .card-module input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.dark-grey-section:not( .block-carousel ) .card-module nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-grey-section:not( .block-carousel ) .card-module nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
.light-grey-section .card-module {
  background-color: #FFFFFF;
  color: #333333;
}
.light-grey-section .card-module h1,
.light-grey-section .card-module h2,
.light-grey-section .card-module h3,
.light-grey-section .card-module h4,
.light-grey-section .card-module h5,
.light-grey-section .card-module h6,
.light-grey-section .card-module p,
.light-grey-section .card-module a {
  color: #333333;
}
.light-grey-section .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.light-grey-section .card-module .pre-heading:before,
.light-grey-section .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.light-grey-section .card-module .icon-list li a:before,
.light-grey-section .card-module .social-links li a:before {
  color: #333333;
}
.light-grey-section .card-module .card-module {
  background-color: #E9E9E9;
  color: #333333;
}
.light-grey-section .card-module .card-module h1,
.light-grey-section .card-module .card-module h2,
.light-grey-section .card-module .card-module h3,
.light-grey-section .card-module .card-module h4,
.light-grey-section .card-module .card-module h5,
.light-grey-section .card-module .card-module h6,
.light-grey-section .card-module .card-module p,
.light-grey-section .card-module .card-module a {
  color: #333333;
}
.light-grey-section .card-module .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.light-grey-section .card-module .card-module .pre-heading:before,
.light-grey-section .card-module .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.light-grey-section .card-module .card-module .icon-list li a:before,
.light-grey-section .card-module .card-module .social-links li a:before {
  color: #333333;
}
.light-grey-section .card-module .card-module .listing-module {
  background-color: #FFFFFF;
}
.light-grey-section .card-module .card-module .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.light-grey-section .card-module .card-module .team-member-module .content {
  background-color: #FFFFFF;
}
.light-grey-section .card-module .card-module .testimonial-module {
  background-color: #FFFFFF;
}
.light-grey-section .card-module .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.light-grey-section .card-module .card-module #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
.light-grey-section .card-module .flickity-carousel-controls .flickity-button.previous {
  background-color: #E9E9E9;
}
.light-grey-section .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.white-section .card-module {
  background-color: #E9E9E9;
  color: #333333;
}
.white-section .card-module h1,
.white-section .card-module h2,
.white-section .card-module h3,
.white-section .card-module h4,
.white-section .card-module h5,
.white-section .card-module h6,
.white-section .card-module p,
.white-section .card-module a {
  color: #333333;
}
.white-section .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.white-section .card-module .pre-heading:before,
.white-section .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.white-section .card-module .icon-list li a:before,
.white-section .card-module .social-links li a:before {
  color: #333333;
}
.white-section .card-module .listing-module {
  background-color: #FFFFFF;
}
.white-section .card-module .listing-module ul.categories li.tax {
  background-color: #E9E9E9;
}
.white-section .card-module .card-module {
  background-color: #FFFFFF;
  color: #333333;
}
.white-section .card-module .card-module h1,
.white-section .card-module .card-module h2,
.white-section .card-module .card-module h3,
.white-section .card-module .card-module h4,
.white-section .card-module .card-module h5,
.white-section .card-module .card-module h6,
.white-section .card-module .card-module p,
.white-section .card-module .card-module a {
  color: #333333;
}
.white-section .card-module .card-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.white-section .card-module .card-module .pre-heading:before,
.white-section .card-module .card-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.white-section .card-module .card-module .icon-list li a:before,
.white-section .card-module .card-module .social-links li a:before {
  color: #333333;
}
.white-section .card-module .card-module .flickity-carousel-controls .flickity-button.previous {
  background-color: #E9E9E9;
}
.white-section .card-module .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.white-section .card-module .team-member-module .content {
  background-color: #FFFFFF;
}
.white-section .card-module .testimonial-module {
  background-color: #FFFFFF;
}
.white-section .card-module .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.white-section .card-module #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Copy and Image Module
**************************************************************************/
.copy-image-module.full-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 3rem;
}
.copy-image-module.full-page .image,
.copy-image-module.full-page .content {
  width: 100%;
}
.copy-image-module.full-page .image {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .copy-image-module.full-page .image {
    width: calc(55% - 1rem*3 / 2);
    margin-bottom: 0;
  }
  .copy-image-module.full-page .content {
    width: calc(45% - 1rem*3 / 2);
  }
}
.copy-image-module.full-page.flipped-layout {
  flex-direction: row-reverse;
}
/*************************************************************************
 #Copy Grid Block
**************************************************************************/
.copy-grid-block .grid-item {
  padding: 1.5rem 1.5rem 0;
  border-top: 1px solid #333333;
}
/*************************************************************************
 #CTA Block
**************************************************************************/
.cta-block.background-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 1.5%;
  min-height: 90vh;
}
@media screen and (min-width: 46.875em) {
  .cta-block.background-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: 45vh;
  }
}
.cta-block.headline:not( .dark-grey-section ) h2 {
  color: #333333;
}
.cta-block.headline.blue-gradient-section:before,
.cta-block.headline.orange-gradient-section:before {
  content: unset;
}
@media screen and (min-width: 46.875em) {
  .cta-block.headline .three-quarters-page {
    width: 80.54%;
  }
}
.cta-block.side-by-side {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.cta-block.side-by-side .full-width {
  position: relative;
  width: 100%;
}
.cta-block.side-by-side .half-width {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .cta-block.side-by-side .half-width {
    width: 50%;
  }
}
.cta-block.side-by-side .half-width.image {
  min-height: 45vh;
}
.cta-block.side-by-side .half-width.image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-block.side-by-side .half-width.content {
  display: flex;
  align-items: center;
  padding: 3rem;
  margin-right: auto;
}
@media screen and (min-width: 62.5em) {
  .cta-block.side-by-side .half-width.content {
    padding: 3rem 0 3rem 4rem;
    width: calc((94.746% - 4%) / 2);
  }
}
@media screen and (min-width: 78.125em) {
  .cta-block.side-by-side .half-width.content {
    width: calc((94.746% - 8%) / 2);
  }
}
@media screen and (min-width: 93.75em) {
  .cta-block.side-by-side .half-width.content {
    width: calc((94.746% - 12%) / 2);
  }
}
@media screen and (min-width: 109.375em) {
  .cta-block.side-by-side .half-width.content {
    width: calc((94.746% - 16%) / 2);
  }
}
@media screen and (min-width: 125em) {
  .cta-block.side-by-side .half-width.content {
    width: calc((94.746% - 20%) / 2);
  }
}
.cta-block.side-by-side.right-to-left .content {
  padding-right: 3%;
  margin-left: auto;
}
.cta-block.side-by-side.right-to-left .image {
  margin-right: 0;
}
/*************************************************************************
 #Overlay Listing
**************************************************************************/
.overlay-listing {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3.5;
  background-color: #333333;
}
.overlay-listing .content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
}
.overlay-listing .content:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  height: calc(100% + 1rem*6);
  width: 100%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.95) 100%);
}
.overlay-listing .content ul.categories {
  margin-bottom: 1rem;
}
.overlay-listing .content h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
}
.overlay-listing.with-link .content {
  padding-right: 6rem;
}
.overlay-listing.with-link:after {
  position: absolute;
  z-index: 3;
  right: 2rem;
  bottom: 1.75rem;
  content: '';
  height: 22px;
  width: calc(48px / 3);
  background-color: var(--category-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 48px;
          mask-size: 48px;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.overlay-listing.with-link:hover:after {
  width: 48px;
}
.overlay-listing.industry-listing {
  aspect-ratio: unset;
}
.overlay-listing.industry-listing .content {
  position: relative;
  padding-top: 12rem;
}
.overlay-listing.industry-listing .content:before {
  height: calc(100% - 1rem*6);
}
/*************************************************************************
 #Featured Case Studies
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .featured-case-studies.posts-2 .overlay-listing,
  .featured-case-studies.posts-4 .overlay-listing {
    width: 47.624%;
  }
}
@media screen and (min-width: 46.875em) {
  .featured-case-studies.posts-5 .overlay-listing:first-child {
    width: 64.082%;
    aspect-ratio: unset;
  }
}
/*************************************************************************
 #Team Member Module
**************************************************************************/
.team-member-module .details h4,
.team-member-module .details .job-title {
  color: #FFFFFF;
}
.team-member-module .details h4 {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 46.8125em) {
  .team-member-module .details h4,
  .team-member-module .details .job-title {
    color: #333333;
  }
}
.team-member-module.with-image {
  aspect-ratio: 2.125 / 3;
  overflow: clip;
}
.team-member-module.with-image.no-content {
  pointer-events: none;
}
.team-member-module.with-image .image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100%;
}
.team-member-module.with-image .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-module.with-image .image .details {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  width: 100%;
  padding: 1.5rem;
  will-change: transform;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.team-member-module.with-image .content {
  z-index: 2;
  width: 100%;
  max-height: 0;
  background-color: #E9E9E9;
  padding: 1.5rem;
  transform: translateY(100%);
  will-change: transform;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.team-member-module.with-image .content:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  height: 10rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.95) 100%);
}
.team-member-module.with-image .content:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -1px;
  top: 0;
  transform: translateY(-100%);
  width: 60px;
  height: 42px;
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.team-member-module.with-image:hover .content {
  max-height: 100%;
  transform: translateY(1px);
}
@media screen and (max-width: 46.8125em) {
  .team-member-module.with-image {
    aspect-ratio: unset;
  }
  .team-member-module.with-image .image {
    order: 1;
    height: auto;
  }
  .team-member-module.with-image .image img {
    position: relative;
    aspect-ratio: 4 / 3;
    -o-object-position: top;
       object-position: top;
  }
  .team-member-module.with-image .content {
    order: 2;
    transform: none;
    max-height: unset;
  }
  .team-member-module.with-image .content:before {
    content: unset;
  }
  .team-member-module.with-image .content .details {
    position: relative;
    transform: none;
    padding: 0 0 0.75rem;
  }
  .team-member-module.with-image .content .details h4,
  .team-member-module.with-image .content .details .job-title {
    color: #333333;
  }
}
.team-member-module.no-content:not( .with-image ) .content {
  min-height: 100%;
}
.team-member-module.no-content:not( .with-image ) .content h4,
.team-member-module.no-content:not( .with-image ) .content .job-title {
  color: #333333;
}
.light-grey-section .team-member-module .content {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Testimonial Module
**************************************************************************/
.testimonial-module {
  overflow: hidden;
  position: relative;
  background-color: #E9E9E9;
}
.testimonial-module .quote {
  padding: 3rem;
}
.testimonial-module .quote h4 {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.testimonial-module .quote:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 42px;
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA2MSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA0Mkw2MSA1LjAwNjc5ZS0wNlY0MkwwLjUgNDJaIiBmaWxsPSIjNURGQUU1Ii8+Cjwvc3ZnPgo= );
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.testimonial-module.with-image .image {
  position: relative;
  aspect-ratio: 16 / 10;
}
@media screen and (min-width: 46.875em) {
  .testimonial-module.with-image .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.3%;
  }
}
.testimonial-module.with-image .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .testimonial-module.with-image .quote {
    padding-left: calc(33.3% + 1rem*3);
  }
}
.testimonial-module.with-image.fit-image .image img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3rem;
}
@media screen and (min-width: 46.875em) {
  .testimonial-module.with-image.carousel-item .image {
    width: 40%;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-module.with-image.carousel-item .quote {
    padding-left: calc(40% + 1rem*3);
  }
}
.light-grey-section .testimonial-module {
  background-color: #FFFFFF;
}
.dark-grey-section .testimonial-module {
  color: #333333;
}
.dark-grey-section .testimonial-module h1,
.dark-grey-section .testimonial-module h2,
.dark-grey-section .testimonial-module h3,
.dark-grey-section .testimonial-module h4,
.dark-grey-section .testimonial-module h5,
.dark-grey-section .testimonial-module h6,
.dark-grey-section .testimonial-module p,
.dark-grey-section .testimonial-module a {
  color: #333333;
}
.dark-grey-section .testimonial-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.dark-grey-section .testimonial-module .pre-heading:before,
.dark-grey-section .testimonial-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.dark-grey-section .testimonial-module .icon-list li a:before,
.dark-grey-section .testimonial-module .social-links li a:before {
  color: #333333;
}
.blue-gradient-section .testimonial-module,
.orange-gradient-section .testimonial-module {
  color: #333333;
  background: linear-gradient(73.34deg, rgba(233, 233, 233, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.blue-gradient-section .testimonial-module h1,
.orange-gradient-section .testimonial-module h1,
.blue-gradient-section .testimonial-module h2,
.orange-gradient-section .testimonial-module h2,
.blue-gradient-section .testimonial-module h3,
.orange-gradient-section .testimonial-module h3,
.blue-gradient-section .testimonial-module h4,
.orange-gradient-section .testimonial-module h4,
.blue-gradient-section .testimonial-module h5,
.orange-gradient-section .testimonial-module h5,
.blue-gradient-section .testimonial-module h6,
.orange-gradient-section .testimonial-module h6,
.blue-gradient-section .testimonial-module p,
.orange-gradient-section .testimonial-module p,
.blue-gradient-section .testimonial-module a,
.orange-gradient-section .testimonial-module a {
  color: #333333;
}
.blue-gradient-section .testimonial-module .pre-heading,
.orange-gradient-section .testimonial-module .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.blue-gradient-section .testimonial-module .pre-heading:before,
.orange-gradient-section .testimonial-module .pre-heading:before,
.blue-gradient-section .testimonial-module .pre-heading:after,
.orange-gradient-section .testimonial-module .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.blue-gradient-section .testimonial-module .icon-list li a:before,
.orange-gradient-section .testimonial-module .icon-list li a:before,
.blue-gradient-section .testimonial-module .social-links li a:before,
.orange-gradient-section .testimonial-module .social-links li a:before {
  color: #333333;
}
.blue-gradient-section .testimonial-module .quote:after,
.orange-gradient-section .testimonial-module .quote:after {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Featured Block
**************************************************************************/
/*************************************************************************
 #Stat Block
**************************************************************************/
.stat-block .stat {
  position: relative;
  padding: calc(1rem + 8px) 1rem 1rem;
}
.stat-block .stat:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  height: 8px;
  width: calc(80% - 1rem*2);
  background: linear-gradient(90deg, var(--theme-colour, #64D6FB) 0%, rgba(30, 30, 30, 0) 100%);
}
.stat-block .stat h3 {
  font-size: 2.25rem;
}
/*************************************************************************
 #Video Block
**************************************************************************/
.video-block .video-container {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-block .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-block .placeholder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-block .placeholder img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block .placeholder:before,
.video-block .placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 3rem;
  width: 3rem;
}
.video-block .placeholder:before {
  z-index: 3;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMCAwIDEyIDggMS43NzYzNTY4NGUtMTUgMTYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+ );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMCAwIDEyIDggMS43NzYzNTY4NGUtMTUgMTYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+ );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 12px;
          mask-size: 12px;
  background-color: var(--theme-text-colour, #333333);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.video-block .placeholder:after {
  z-index: 2;
  background-color: var(--theme-colour, #64D6FB);
}
.video-block .placeholder:hover {
  cursor: pointer;
}
.video-block .placeholder:hover:before {
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
/*************************************************************************
 #FAQs
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .faqs-block .content {
    padding-right: 6.479%;
  }
}
@media screen and (min-width: 62.5em) {
  .faqs-block .content {
    width: 39.395%;
  }
  .faqs-block .faqs {
    width: 55.853%;
  }
}
.faq {
  border-bottom: 1px solid #333333;
}
.faq .question {
  text-align: left;
}
.faq .question p {
  position: relative;
  font-size: 1.25rem;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  cursor: pointer;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .question p:before {
  content: '';
  position: absolute;
  height: 2rem;
  width: 2rem;
  right: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDUuNUwxMSAwLjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDUuNUwxMSAwLjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #333333;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .question.open p {
  background-color: #E9E9E9;
}
.faq .question.open p:before {
  transform: rotate(180deg);
}
.faq .answer {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .answer .content-wrapper {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.faq .answer.open {
  margin: 1.5rem 0;
  height: auto;
  opacity: 1;
}
/*************************************************************************
 #Image Grid
**************************************************************************/
.image-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-gap: 1rem;
}
.image-grid .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-grid.standard-grid {
  grid-template-columns: repeat(3, 1fr);
}
.image-grid.standard-grid .image {
  aspect-ratio: 4 / 3;
}
.image-grid.leading-landscape {
  grid-template-columns: 1fr 1fr 1fr;
}
.image-grid.leading-landscape .image {
  aspect-ratio: 4 / 3;
}
.image-grid.leading-landscape .image:nth-child( 5n+1 ) {
  grid-column: 1 / 3;
  aspect-ratio: 8 / 3;
}
.image-grid.leading-landscape .image:nth-child( 5n+2 ) {
  grid-column: 3 / 4;
}
.image-grid.leading-landscape .image:nth-child( 5n+3 ) {
  grid-column: 1 / 2;
}
.image-grid.leading-landscape .image:nth-child( 5n+4 ) {
  grid-column: 2 / 3;
}
.image-grid.leading-landscape .image:nth-child( 5n+5 ) {
  grid-column: 3 / 4;
}
.image-grid.following-landscape {
  grid-template-columns: 1fr 1fr 1fr;
}
.image-grid.following-landscape .image {
  aspect-ratio: 1;
  aspect-ratio: 4 / 3;
}
.image-grid.following-landscape .image:nth-child( 5n+1 ) {
  grid-column: 1 / 2;
}
.image-grid.following-landscape .image:nth-child( 5n+2 ) {
  grid-column: 2 / 3;
}
.image-grid.following-landscape .image:nth-child( 5n+3 ) {
  grid-column: 3 / 4;
}
.image-grid.following-landscape .image:nth-child( 5n+4 ) {
  grid-column: 1 / 2;
}
.image-grid.following-landscape .image:nth-child( 5n+5 ) {
  grid-column: 2 / 4;
  aspect-ratio: 8 / 3;
}
.image-grid.middle-portrait {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.image-grid.middle-portrait .image {
  aspect-ratio: 4 / 3;
}
.image-grid.middle-portrait .image:nth-child( 5n+1 ) {
  grid-column: 1 / 2;
}
.image-grid.middle-portrait .image:nth-child( 5n+2 ) {
  grid-row: span 2 / span 2;
  aspect-ratio: 4 / 6;
}
.image-grid.middle-portrait .image:nth-child( 5n+3 ) {
  grid-column: 3 / 4;
}
.image-grid.middle-portrait .image:nth-child( 5n+4 ) {
  grid-column: 1 / 2;
}
.image-grid.middle-portrait .image:nth-child( 5n+5 ) {
  grid-column: 3 / 4;
}
/*************************************************************************
 #Tabs Block
**************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs-block .tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 40.625em) {
  .tabs-block .tabs-navigation {
    flex-wrap: nowrap;
  }
}
.tabs-block .tabs-navigation button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  color: #888888;
  font-size: 1.125rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 40.625em) {
  .tabs-block .tabs-navigation button {
    width: auto;
  }
}
.tabs-block .tabs-navigation button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #888888;
  z-index: -1;
}
.tabs-block .tabs-navigation button:hover {
  color: #333333;
}
.tabs-block .tabs-navigation button.active {
  color: #333333;
}
.tabs-block .tabs-navigation button.active:after {
  height: 2px;
  background-color: #333333;
}
.tabs-block .tabs .tab {
  display: none;
  animation: fadeIn 750ms;
}
.tabs-block .tabs .tab .content h3 {
  font-size: 2rem;
}
.tabs-block .tabs .tab.active {
  display: flex;
}
/*************************************************************************
 #Location Block
**************************************************************************/
.location-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.location-block .full-width {
  position: relative;
  width: 100%;
}
.location-block .half-width {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .location-block .half-width {
    width: 50%;
  }
}
.location-block .half-width.image {
  min-height: 45vh;
}
.location-block .half-width.image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-block .half-width.content {
  display: flex;
  align-items: center;
  padding: 3rem;
  margin-right: auto;
}
@media screen and (min-width: 62.5em) {
  .location-block .half-width.content {
    padding: 3rem 0 3rem 4rem;
    width: calc((94.746% - 4%) / 2);
  }
}
@media screen and (min-width: 78.125em) {
  .location-block .half-width.content {
    width: calc((94.746% - 8%) / 2);
  }
}
@media screen and (min-width: 93.75em) {
  .location-block .half-width.content {
    width: calc((94.746% - 12%) / 2);
  }
}
@media screen and (min-width: 109.375em) {
  .location-block .half-width.content {
    width: calc((94.746% - 16%) / 2);
  }
}
@media screen and (min-width: 125em) {
  .location-block .half-width.content {
    width: calc((94.746% - 20%) / 2);
  }
}
.location-block.right-to-left .content {
  padding-right: 3%;
  margin-left: auto;
}
.location-block.right-to-left .image {
  margin-right: 0;
}
.location-block .map-block {
  position: relative;
}
/*************************************************************************
 #PopUp Module
**************************************************************************/
.popup-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  inset: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.675);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
}
.popup-container .inner-container {
  margin: 0;
}
.popup-container .popup-content {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  max-height: 100vh;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
  transform: scale(1.3);
}
.popup-container .close-button {
  position: absolute;
  z-index: 999;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.popup-container .close-button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '\f00d';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 0.95rem;
}
.popup-container .close-button:hover {
  background-color: #64D6FB;
}
.show-popup {
  overflow: hidden;
}
.show-popup .popup-container {
  opacity: 1;
  visibility: visible;
}
.show-popup .popup-container .popup-content {
  transform: scale(1);
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit!important;
}
.map .gm-style > div:first-child button {
  display: none!important;
}
.map .gm-style img[src="/wp-content/themes/roc/img/ui/map-marker-hidden.svg"] {
  mask-image: url('/wp-content/themes/roc/img/ui/map-marker.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url('/wp-content/themes/roc/img/ui/map-marker.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF !important;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: var(--theme-colour, #64D6FB);
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control:after {
  content: '\f065';
}
.map .gm-style-iw {
  color: #333333;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map .gm-style-iw h1,
.map .gm-style-iw h2,
.map .gm-style-iw h3,
.map .gm-style-iw h4,
.map .gm-style-iw h5,
.map .gm-style-iw h6,
.map .gm-style-iw p,
.map .gm-style-iw a {
  color: #333333;
}
.map .gm-style-iw .pre-heading {
  color: #333333;
  opacity: 0.5;
}
.map .gm-style-iw .pre-heading:before,
.map .gm-style-iw .pre-heading:after {
  background-color: #333333;
  opacity: 0.5;
}
.map .gm-style-iw .icon-list li a:before,
.map .gm-style-iw .social-links li a:before {
  color: #333333;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden!important;
  max-width: auto!important;
  max-height: auto!important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0!important;
  right: 0!important;
  background-colour: transparent!important;
  box-shadow: none!important;
  opacity: 1!important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.map .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/* 
Use: Carousels
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
.hero-carousel .carousel-slides {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.hero-carousel .carousel-slides .carousel-slide {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.hero-carousel .carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.hero-carousel .carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.hero-carousel.full-width {
  color: #FFFFFF;
  background-color: #333333;
}
.hero-carousel.full-width h1,
.hero-carousel.full-width h2,
.hero-carousel.full-width h3,
.hero-carousel.full-width h4,
.hero-carousel.full-width h5,
.hero-carousel.full-width h6,
.hero-carousel.full-width p,
.hero-carousel.full-width a {
  color: #FFFFFF;
}
.hero-carousel.full-width .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.hero-carousel.full-width .pre-heading:before,
.hero-carousel.full-width .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.hero-carousel.full-width .icon-list li a:before,
.hero-carousel.full-width .social-links li a:before {
  color: #FFFFFF;
}
.hero-carousel.full-width nf-field .html-container a {
  color: #FFFFFF;
}
.hero-carousel.full-width .nf-error-msg {
  color: #333333 !important;
}
.hero-carousel.full-width input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.hero-carousel.full-width nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.hero-carousel.full-width nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.hero-carousel.full-width nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
.hero-carousel.full-width.background-carousel .content-container {
  z-index: 3;
}
.hero-carousel.full-width.background-carousel .carousel-slides,
.hero-carousel.full-width.background-carousel .carousel-slide {
  position: absolute !important;
  inset: 0;
  margin-left: 0;
  height: 100% !important;
  width: 100% !important;
}
.hero-carousel .carousel-controls {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 62.5em) {
  .hero-carousel .carousel-controls {
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
  }
}
.hero-carousel .carousel-controls .carousel-navigation {
  width: 96.998%;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0;
  gap: 0;
}
.hero-carousel .carousel-controls .carousel-navigation:before {
  content: '';
  position: relative;
  left: -1px;
  height: 1px;
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
}
.hero-carousel .carousel-controls .carousel-navigation .flickity-page-dots {
  flex: 1;
}
.hero-video.full-width,
.hero-image.full-width {
  color: #FFFFFF;
  background-color: #333333;
}
.hero-video.full-width h1,
.hero-image.full-width h1,
.hero-video.full-width h2,
.hero-image.full-width h2,
.hero-video.full-width h3,
.hero-image.full-width h3,
.hero-video.full-width h4,
.hero-image.full-width h4,
.hero-video.full-width h5,
.hero-image.full-width h5,
.hero-video.full-width h6,
.hero-image.full-width h6,
.hero-video.full-width p,
.hero-image.full-width p,
.hero-video.full-width a,
.hero-image.full-width a {
  color: #FFFFFF;
}
.hero-video.full-width .pre-heading,
.hero-image.full-width .pre-heading {
  color: #FFFFFF;
  opacity: 0.5;
}
.hero-video.full-width .pre-heading:before,
.hero-image.full-width .pre-heading:before,
.hero-video.full-width .pre-heading:after,
.hero-image.full-width .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.hero-video.full-width .icon-list li a:before,
.hero-image.full-width .icon-list li a:before,
.hero-video.full-width .social-links li a:before,
.hero-image.full-width .social-links li a:before {
  color: #FFFFFF;
}
.hero-video.full-width nf-field .html-container a,
.hero-image.full-width nf-field .html-container a {
  color: #FFFFFF;
}
.hero-video.full-width .nf-error-msg,
.hero-image.full-width .nf-error-msg {
  color: #333333 !important;
}
.hero-video.full-width input[type="submit"],
.hero-image.full-width input[type="submit"] {
  color: #FFFFFF;
  background-color: #64D6FB;
}
.hero-video.full-width nf-field .ninja-forms-req-symbol,
.hero-image.full-width nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.hero-video.full-width nf-field .nf-fu-progress .nf-fu-progress-bar,
.hero-image.full-width nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.hero-video.full-width nf-field .nf-error .ninja-forms-field,
.hero-image.full-width nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
/*************************************************************************
 #Flickity Carousels
**************************************************************************/
/* #Shared ------------------------------------------------------------------------ */
.flickity-carousel .carousel-slides {
  position: relative;
}
.flickity-carousel .carousel-slides .flickity-viewport {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--theme-colour, #64D6FB);
  transform-style: preserve-3d;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button svg {
  display: none;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:disabled,
.flickity-button.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none!important;
}
.flickity-button:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button.previous {
  background-color: #FFFFFF;
}
.flickity-button.previous:after {
  transform: scaleX(-1);
}
.flickity-button:hover:after {
  width: calc(8px * 3);
}
.flickity-button-unused-approach {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #E9E9E9;
  transform-style: preserve-3d;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button-unused-approach svg {
  display: none;
}
.flickity-button-unused-approach:focus {
  outline: none;
}
.flickity-button-unused-approach:disabled,
.flickity-button-unused-approach.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none!important;
}
.flickity-button-unused-approach.previous,
.flickity-button-unused-approach.next {
  color: transparent;
}
.flickity-button-unused-approach.previous:before,
.flickity-button-unused-approach.next:before,
.flickity-button-unused-approach.previous:after,
.flickity-button-unused-approach.next:after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button-unused-approach.previous.active,
.flickity-button-unused-approach.next.active {
  opacity: 0.5;
  color: transparent;
  pointer-events: none;
}
.flickity-button-unused-approach.previous:hover,
.flickity-button-unused-approach.next:hover {
  color: transparent;
}
.flickity-button-unused-approach.previous {
  background-color: #FFFFFF;
}
.flickity-button-unused-approach.previous:before {
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMCAwIDEyIDggMS43NzYzNTY4NGUtMTUgMTYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+ );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMCAwIDEyIDggMS43NzYzNTY4NGUtMTUgMTYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+ );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px;
          mask-size: 8px;
  background-color: #333333;
  transform: scaleX(-1);
}
.flickity-button-unused-approach.previous:after {
  left: 24px;
  width: 0;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjQgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsMCBMMTIsOCBMMCwxNiBMMCwwIFogTTEyLDAgTDI0LDggTDEyLDE2IEwxMiwwIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjQgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsMCBMMTIsOCBMMCwxNiBMMCwwIFogTTEyLDAgTDI0LDggTDEyLDE2IEwxMiwwIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: #333333;
  opacity: 0;
  transition-delay: 125ms;
  transform: scaleX(-1);
}
.flickity-button-unused-approach.next {
  background-color: var(--theme-colour, #64D6FB);
}
.flickity-button-unused-approach.next:before {
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMCAwIDEyIDggMS43NzYzNTY4NGUtMTUgMTYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+ );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMCAwIDEyIDggMS43NzYzNTY4NGUtMTUgMTYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+ );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px;
          mask-size: 8px;
  background-color: #333333;
}
.flickity-button-unused-approach.next:after {
  left: 2px;
  width: 0;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjQgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsMCBMMTIsOCBMMCwxNiBMMCwwIFogTTEyLDAgTDI0LDggTDEyLDE2IEwxMiwwIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjQgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsMCBMMTIsOCBMMCwxNiBMMCwwIFogTTEyLDAgTDI0LDggTDEyLDE2IEwxMiwwIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: #333333;
  opacity: 0;
  transition-delay: 125ms;
}
.flickity-button-unused-approach:hover.previous:before {
  left: 6px;
}
.flickity-button-unused-approach:hover.previous:after {
  left: 6px;
  width: 16px;
  opacity: 1;
}
.flickity-button-unused-approach:hover.next:before {
  left: -8px;
}
.flickity-button-unused-approach:hover.next:after {
  left: 16px;
  width: 16px;
  opacity: 1;
}
.flickity-button-unused-approach .disabled {
  opacity: 0.25;
  cursor: default!important;
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Draggable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots li {
  list-style-type: none;
}
.flickity-page-dots li ul,
.flickity-page-dots li ol {
  margin-top: 0;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 1.25rem;
  height: 1.75rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #E9E9E9;
  opacity: 0.25;
  cursor: pointer;
  margin: 0 0 0 -1px;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-page-dots .dot:hover {
  background-color: #64D6FB;
  opacity: 0.5;
}
.flickity-page-dots .dot.is-selected {
  background-color: #64D6FB;
  opacity: 1;
}
/* #Controls ------------------------------------------------------------------------ */
.flickity-carousel-controls {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.flickity-carousel-controls .button {
  margin-left: auto;
}
/*************************************************************************
 #Colour Variations
**************************************************************************/
.orange-gradient-section .flickity-carousel-controls .flickity-button.next {
  background-color: #1E1E1E;
}
.orange-gradient-section .flickity-carousel-controls .flickity-button.next:before,
.orange-gradient-section .flickity-carousel-controls .flickity-button.next:after {
  background-color: #FFFFFF;
}
.light-grey-section .flickity-carousel-controls .flickity-button.previous:after,
.dark-grey-section .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
.white-section .flickity-carousel-controls .flickity-button.previous {
  background-color: #E9E9E9;
}
.white-section .flickity-carousel-controls .flickity-button.previous:after {
  background-color: #333333;
}
/*************************************************************************
 #Block Carousel - Variations
**************************************************************************/
.block-carousel .flickity-carousel-slides .carousel-item {
  min-height: 100%;
}
.block-carousel:not( .testimonials ) .flickity-carousel-slides .carousel-item,
.block-carousel:not( .logos ) .flickity-carousel-slides .carousel-item {
  width: calc(100% / 1.125);
  margin: 0 1.75%;
}
@media screen and (min-width: 40.625em) {
  .block-carousel:not( .testimonials ) .flickity-carousel-slides .carousel-item,
  .block-carousel:not( .logos ) .flickity-carousel-slides .carousel-item {
    width: calc(100% / 1.75);
  }
}
@media screen and (min-width: 62.5em) {
  .block-carousel:not( .testimonials ) .flickity-carousel-slides .carousel-item,
  .block-carousel:not( .logos ) .flickity-carousel-slides .carousel-item {
    width: calc(100% / 2.5);
    margin: 0 1.3125%;
  }
}
@media screen and (min-width: 78.125em) {
  .block-carousel:not( .testimonials ) .flickity-carousel-slides .carousel-item,
  .block-carousel:not( .logos ) .flickity-carousel-slides .carousel-item {
    width: calc(100% / 2.75);
  }
}
@media screen and (min-width: 93.75em) {
  .block-carousel:not( .testimonials ) .flickity-carousel-slides .carousel-item,
  .block-carousel:not( .logos ) .flickity-carousel-slides .carousel-item {
    width: calc(100% / 3.25);
  }
}
.block-carousel.testimonials .flickity-carousel-slides .carousel-item {
  width: 100%;
  margin: 0 1.75%;
}
@media screen and (min-width: 46.875em) {
  .block-carousel.testimonials .flickity-carousel-slides .carousel-item {
    width: 60%;
  }
}
.block-carousel.logos .flickity-carousel-slides .carousel-item {
  width: 66.6%;
  margin: 0 3.5%;
}
@media screen and (min-width: 25em) {
  .block-carousel.logos .flickity-carousel-slides .carousel-item {
    width: 33.3%;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel.logos .flickity-carousel-slides .carousel-item {
    width: 25%;
  }
}
@media screen and (min-width: 62.5em) {
  .block-carousel.logos .flickity-carousel-slides .carousel-item {
    width: 17.5%;
  }
}
/* 
Use: Animations
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover
**************************************************************************/
.image-hover img {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.image-hover:hover img {
  transform: scale(1.1);
}
/*************************************************************************
 #Reveal Animations
**************************************************************************/
@media (prefers-reduced-motion: no-preference) {
  .reveal-unused {
    transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .reveal-unused.fade-in {
    opacity: 0;
  }
  .reveal-unused.scale-in {
    transform: scale(0.95) translateY(1rem);
    opacity: 0;
  }
  .reveal-unused.fade-up {
    transform: translateY(1rem);
    opacity: 0;
  }
  .reveal-unused.fade-left {
    transform: translateX(-1rem);
    opacity: 0;
  }
  .reveal-unused.fade-right {
    transform: translateX(1rem);
    opacity: 0;
  }
  .reveal-unused.slide-left {
    transform: translateX(calc(-98%));
    opacity: 0;
  }
  .reveal-unused.slide-right {
    transform: translateX(calc(98%));
    opacity: 0;
  }
  .reveal-unused.slide-up {
    transform: translateY(calc(98%));
    opacity: 0;
  }
  .revealed.fade-in {
    opacity: 1;
  }
  .revealed.scale-in {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  .revealed.fade-up {
    transform: translateY(0);
    opacity: 1;
  }
  .revealed.fade-left,
  .revealed.fade-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-left,
  .revealed.slide-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-up {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 
Use: Forms
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  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;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 3.125rem;
  height: 3.125rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 3.125rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px #333333;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  color: #333333;
}
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: #888888;
  font-family: 'Archivo Light', 'Arial', sans-serif;
}
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: #888888;
  font-family: 'Archivo Light', 'Arial', sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px #64D6FB;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: right center!important;
  background-repeat: no-repeat !important;
  background-size: auto 75%!important;
  padding-right: 2.25rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 3.125rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  padding: 0.5rem 1rem;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
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: 75%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  justify-content: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  z-index: 1;
  height: 2.5rem;
  padding: 0 1.25rem;
  color: #333333 !important;
  background-color: #64D6FB;
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  height: 1.5rem;
  padding: 0 0.75rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  height: 2rem;
  padding: 0 1rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  height: 2.5rem;
  padding: 0 1.25rem;
}
input[type="submit"].blue-button,
input[type="button"].blue-button,
input[type="reset"].blue-button {
  color: #333333 !important;
  background-color: #64D6FB;
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
input[type="reset"].grey-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
input[type="submit"].grey-button:after,
input[type="button"].grey-button:after,
input[type="reset"].grey-button:after {
  background-color: #64D6FB;
}
input[type="submit"].themed-button,
input[type="button"].themed-button,
input[type="reset"].themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
}
input[type="submit"].themed-button:after,
input[type="button"].themed-button:after,
input[type="reset"].themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
input[type="submit"].category-button,
input[type="button"].category-button,
input[type="reset"].category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB);
}
input[type="submit"].category-button:after,
input[type="button"].category-button:after,
input[type="reset"].category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
input[type="submit"].submit-button,
input[type="button"].submit-button,
input[type="reset"].submit-button {
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
input[type="submit"].with-arrows:after,
input[type="button"].with-arrows:after,
input[type="reset"].with-arrows:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].with-arrows:hover:after,
input[type="button"].with-arrows:hover:after,
input[type="reset"].with-arrows:hover:after {
  width: calc(8px * 3);
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f56d';
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f002';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap {
  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;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field .html-container p {
  font-size: 0.95rem;
}
nf-field .submit-container .nf-field-label {
  display: none !important;
}
nf-field .submit-container .submit-wrap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  z-index: 1;
  height: 2.5rem;
  padding: 0 1.25rem;
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
  margin: 0 !important;
}
nf-field .submit-container .submit-wrap:last-child {
  margin-bottom: 0;
}
nf-field .submit-container .submit-wrap:focus {
  outline: none;
}
nf-field .submit-container .submit-wrap:hover {
  border-bottom: none;
}
nf-field .submit-container .submit-wrap:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
nf-field .submit-container .submit-wrap:before {
  z-index: -2;
}
nf-field .submit-container .submit-wrap.small {
  height: 1.5rem;
  padding: 0 0.75rem;
}
nf-field .submit-container .submit-wrap.medium {
  height: 2rem;
  padding: 0 1rem;
}
nf-field .submit-container .submit-wrap.large {
  height: 2.5rem;
  padding: 0 1.25rem;
}
nf-field .submit-container .submit-wrap.blue-button {
  color: #333333 !important;
  background-color: #64D6FB;
}
nf-field .submit-container .submit-wrap.grey-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
nf-field .submit-container .submit-wrap.grey-button:after {
  background-color: #64D6FB;
}
nf-field .submit-container .submit-wrap.themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
}
nf-field .submit-container .submit-wrap.themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
nf-field .submit-container .submit-wrap.category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB);
}
nf-field .submit-container .submit-wrap.category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
nf-field .submit-container .submit-wrap.submit-button {
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
nf-field .submit-container .submit-wrap.with-arrows:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.with-arrows:hover:after {
  width: calc(8px * 3);
}
nf-field .submit-container .submit-wrap.with-icon:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.icon-only {
  padding: 0!important;
  text-indent: -9999px;
}
nf-field .submit-container .submit-wrap.icon-only:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nf-field .submit-container .submit-wrap.download-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f56d';
}
nf-field .submit-container .submit-wrap.search-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f002';
}
nf-field .submit-container .submit-wrap.arrow-right:after {
  content: '\f054';
}
nf-field .submit-container .submit-wrap.arrow-left:after {
  content: '\f053';
}
nf-field .submit-container .submit-wrap.plus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.plus-button:after {
  content: '\2b';
}
nf-field .submit-container .submit-wrap.minus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap.minus-button:after {
  content: '\2d';
}
nf-field .submit-container .submit-wrap.close:after {
  content: '\f00d';
}
nf-field .submit-container .submit-wrap:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
nf-field .submit-container .submit-wrap:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .submit-wrap:hover:after {
  width: calc(8px * 3);
}
nf-field .submit-container .submit-wrap:before {
  content: 'Submit';
  color: #333333;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  letter-spacing: 0.5px;
  font-size: 1rem !important;
}
nf-field .submit-container .submit-wrap .nf-field-element {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
nf-field .submit-container .submit-wrap:has( [ disabled=true ] ) {
  opacity: 0.5;
  pointer-events: none;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label {
  width: 100%;
  margin-bottom: 0.5rem !important;
}
nf-field .nf-field-label label {
  font-weight: normal;
}
nf-field .nf-field-label:has( .ninja-forms-req-symbol ) label {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
nf-field .ninja-forms-req-symbol {
  color: transparent;
}
nf-field .ninja-forms-req-symbol:after {
  content: 'Required';
  color: #888888;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #64D6FB;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #FFFFFF;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px #64D6FB;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: left;
}
.nf-error-msg {
  background-color: #64D6FB;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  color: #333333 !important;
  font-size: 0.85rem;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #64D6FB;
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container .filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.filter-container .filter-module .facetwp-facet {
  flex: 100%;
  margin: 0;
}
@media screen and (min-width: 40.625em) {
  .filter-container .filter-module .facetwp-facet {
    flex: unset;
  }
}
.filter-container .filter-module .facetwp-facet select {
  width: 100%;
  font-size: 0.95rem;
}
.filter-container .filter-module .facetwp-facet.facetwp-type-dropdown:not( :has( option:nth-child( 2 ))) {
  display: none;
}
@media screen and (min-width: 40.625em) {
  .filter-container .filter-module .facetwp-facet.facetwp-type-sort {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: calc(1rem + 1px);
  }
  .filter-container .filter-module .facetwp-facet.facetwp-type-sort:before {
    content: '';
    position: absolute;
    left: -1rem;
    height: 2rem;
    width: 1px;
    background-color: #333333;
  }
}
.filter-container .reset-button {
  position: relative;
  height: 3rem;
  width: 3rem;
  background-color: #64D6FB;
}
.filter-container .reset-button:after {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0e2';
  color: #333333;
  font-size: 0.95rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button:hover:after {
  transform: rotate(-360deg);
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Bongani Launch Fixes
**************************************************************************/
/* @media screen and (min-width: 46.875em) {
	.page-id-411 .testimonial-module.with-image .image {
		width: 30%;
	}
	.page-id-411 .testimonial-module.with-image .quote {
		padding-left: calc( 30% + @base-size*3 );
	}
}

.page-id-411 .testimonial-module.with-image .image img {
	margin-left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.page-id-421 .testimonial-module.with-image .image img {
	margin-left: @base-size;
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (min-width: 46.875em) {
	.page-id-421 .block-carousel.testimonials .flickity-carousel-slides .carousel-item {
		width: 75%;
	}
	.page-id-411 .block-carousel.testimonials .flickity-carousel-slides .carousel-item {
		width: 85%;
	}
} */
/*************************************************************************
 #Bamboo HR
**************************************************************************/
#BambooHR .BambooHR-ATS-board h2 {
  color: #333333;
  font-family: 'Archivo Light', 'Arial', sans-serif;
  font-size: 1.75rem;
  position: relative;
  padding: 0 !important;
  margin-bottom: 1.5rem !important;
  border: none !important;
}
#BambooHR .BambooHR-ATS-board ul {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  font-size: 1rem !important;
}
#BambooHR .BambooHR-ATS-board ul li:before {
  content: unset;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
  padding-left: 0;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  padding: 1.5rem;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  background-color: #E9E9E9;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1.5rem !important;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:last-child {
  margin-bottom: 0.75rem !important;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:has( a ) {
  padding-right: 6rem;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:has( a ):after {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  content: '';
  height: 48px;
  width: calc(48px / 3);
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 48px;
          mask-size: 48px;
  margin-left: 0.5rem;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:has( a ):hover:after {
  width: 48px;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a {
  color: #333333;
  font-family: 'Archivo Light', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: normal !important;
  line-height: normal !important;
  text-decoration: none;
  width: 100%;
  position: unset;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  color: #333333;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem !important;
  background-color: var(--theme-colour, #64D6FB);
  padding: 0.25rem 0.5rem !important;
}
.light-grey-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background-color: #FFFFFF;
}
.dark-grey-section #BambooHR .BambooHR-ATS-board h2 {
  color: #FFFFFF;
}
.blue-gradient-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background: linear-gradient(73.34deg, rgba(233, 233, 233, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.blue-gradient-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:has( a ):after {
  background-color: #64D6FB;
}
.blue-gradient-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  background-color: #64D6FB;
}
.orange-gradient-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  background: linear-gradient(73.34deg, rgba(233, 233, 233, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.orange-gradient-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item:has( a ):after {
  background-color: #FFFFFF;
}
.orange-gradient-section #BambooHR .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Turtl
**************************************************************************/
.turtl-embed .__turtl-teaser-text {
  display: none;
}
/* 
Use: Header
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Navigation Variables
**************************************************************************/
.with-navigation {
  padding-top: 12rem;
}
/*************************************************************************
 #Masthead
**************************************************************************/
.logo-and-navigation {
  position: relative;
  display: flex;
  height: 6rem;
  margin: 0;
  z-index: 1001;
}
.logo-and-navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}
.logo-and-navigation .menu-button {
  position: absolute;
  right: -3%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  height: 1.75rem;
  width: 2.25rem;
  margin-left: auto;
  line-height: normal;
}
@media screen and (min-width: 46.875em) {
  .logo-and-navigation .menu-button {
    position: relative;
    right: unset;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-and-navigation .menu-button {
    display: none;
  }
}
.logo-and-navigation .menu-button:before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: #FFFFFF;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.logo-and-navigation .menu-button .menu-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logo-and-navigation .menu-button .menu-icon:before,
.logo-and-navigation .menu-button .menu-icon:after {
  content: '';
  display: block;
  height: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.logo-and-navigation .menu-button .menu-icon:before {
  position: absolute;
  width: 66.6%;
}
.logo-and-navigation .menu-button .menu-icon:after {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.logo-and-navigation .menu-button:hover span.menu-icon:before {
  width: 100%;
}
/*************************************************************************
 #Logo
**************************************************************************/
header .logo-and-navigation {
  position: unset;
}
header:has( .logo ):after {
  content: '';
  position: absolute;
  top: 0;
  left: -2rem;
  background-color: #1E1E1E;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIyIiBoZWlnaHQ9IjI3MCIgdmlld0JveD0iMCAwIDMyMiAyNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMjIgMEwwIDI3MFYwSDMyMloiIGZpbGw9IiMyMTI1MjkiLz4KPC9zdmc+Cg== );
          mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIyIiBoZWlnaHQ9IjI3MCIgdmlld0JveD0iMCAwIDMyMiAyNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMjIgMEwwIDI3MFYwSDMyMloiIGZpbGw9IiMyMTI1MjkiLz4KPC9zdmc+Cg== );
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 14rem;
  width: 16rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 62.5em) {
  header:has( .logo ):after {
    left: 0;
    height: 16rem;
    width: 20rem;
  }
}
header:has( .logo ).expanded:after,
header:has( .logo ):has( .navigation:hover ):after {
  transform: translate(-100%);
}
header .logo-and-navigation .logo {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 0 2rem 1.5rem;
  max-width: 7.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
header .logo-and-navigation .logo a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
header .logo-and-navigation .logo a img {
  opacity: 0;
  height: 100%;
  width: 100%;
}
header .logo-and-navigation .logo a:before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-logo);
          mask-image: var(--data-logo);
  background-color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 62.5em) {
  header .logo-and-navigation .logo {
    margin-right: 6rem;
    padding: 1.75rem 0 1.75rem 4.5rem;
    max-width: 12rem;
  }
}
/*************************************************************************
 #Sticky Navigation for Small Screens
**************************************************************************/
.sticky-navigation {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  top: 0;
  height: 6rem;
  z-index: 1003;
}
@media screen and (max-width: 46.875em) {
  .sticky-navigation {
    width: 100%;
    padding: 0 2%;
  }
}
.sticky-navigation:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.sticky-navigation.expanded,
.sticky-navigation:has( .navigation:hover ) {
  transform: none;
  height: 6rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.05);
}
.sticky-navigation.expanded:before,
.sticky-navigation:has( .navigation:hover ):before {
  opacity: 1;
}
.sticky-navigation.expanded .logo-and-navigation .logo a:before,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .logo a:before {
  background-color: #333333;
}
.sticky-navigation.expanded .logo-and-navigation .menu-button:before,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .menu-button:before {
  background-color: #333333;
}
.sticky-navigation.expanded .logo-and-navigation .menu-button .menu-icon:before,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .menu-button .menu-icon:before,
.sticky-navigation.expanded .logo-and-navigation .menu-button .menu-icon:after,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .menu-button .menu-icon:after {
  background-color: #333333;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .main-navigation {
  border-color: #E9E9E9;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li > a,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .main-navigation ul li > a,
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li span.no-link,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .main-navigation ul li span.no-link {
  color: #333333;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li > a:after,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .main-navigation ul li > a:after,
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li span.no-link:after,
.sticky-navigation:has( .navigation:hover ) .logo-and-navigation .main-navigation ul li span.no-link:after {
  color: #333333;
}
@media screen and (min-width: 31.25em) {
  .sticky-navigation.hidden {
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
  }
}
.sticky-navigation.visible {
  opacity: 1;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0;
}
ul.horizontal-navigation li {
  list-style-type: none;
}
ul.horizontal-navigation li ul,
ul.horizontal-navigation li ol {
  margin-top: 0;
}
@media screen and (min-width: 62.5em) {
  ul.horizontal-navigation {
    display: flex;
  }
}
@media screen and (min-width: 78.125em) {
  ul.horizontal-navigation {
    display: flex;
    gap: 2.5rem;
  }
}
ul.horizontal-navigation > li {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
ul.horizontal-navigation > li a,
ul.horizontal-navigation > li span.no-link {
  display: flex;
  height: 6rem;
  line-height: 6rem;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li span.no-link {
  position: relative;
  pointer-events: none;
}
ul.horizontal-navigation > li:hover a:before {
  background-color: #64D6FB;
  width: 50%;
}
ul.horizontal-navigation > li.menu-item-has-children > a,
ul.horizontal-navigation > li.menu-item-has-children > span.no-link {
  display: flex;
  align-items: center;
}
ul.horizontal-navigation > li.menu-item-has-children > a:before,
ul.horizontal-navigation > li.menu-item-has-children > span.no-link:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: calc(1rem*1.25 - 1px);
  left: 0;
  width: 100%;
  height: 0;
  background-color: #333333;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li.menu-item-has-children > a:after,
ul.horizontal-navigation > li.menu-item-has-children > span.no-link:after {
  position: relative;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f078';
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  transform: rotate(0deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li.menu-item-has-children:hover > a:before,
ul.horizontal-navigation > li.menu-item-has-children:hover > span.no-link:before {
  height: 2px;
}
ul.horizontal-navigation > li.menu-item-has-children:hover > a:after,
ul.horizontal-navigation > li.menu-item-has-children:hover > span.no-link:after {
  transform: rotate(180deg);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.horizontal-navigation li {
  position: relative;
}
ul.horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.05);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  min-width: 20rem;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  overflow: visible;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
}
ul.horizontal-navigation li ul.sub-menu li ul,
ul.horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.horizontal-navigation li ul.sub-menu li:before {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
}
ul.horizontal-navigation li ul.sub-menu li a {
  display: inline-flex;
  align-items: center;
  float: none;
  width: 100%;
  height: auto;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  color: #333333;
  text-transform: none;
  line-height: inherit;
  padding: 0.5rem 0;
  margin: 0;
}
ul.horizontal-navigation li ul.sub-menu li a:after {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li a:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 0;
  height: 0.65rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #333333;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li a:hover {
  color: #333333;
}
ul.horizontal-navigation li ul.sub-menu li a:hover:before {
  width: 0.65rem;
  margin-right: 0.25rem;
}
ul.horizontal-navigation li ul.sub-menu li.current-menu-item > a:before {
  width: 0.65rem;
  margin-right: 0.25rem;
}
ul.horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
ul.horizontal-navigation > li:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
}
ul.horizontal-navigation:has( li:hover ) > li:not( :hover ) a:not( .button ),
ul.horizontal-navigation:has( li:hover ) > li:not( :hover ) span {
  color: #888888 !important;
}
/* #Icon Menu Items ------------------------------------------------------------------------ */
ul.roc-menu {
  position: unset;
}
ul.roc-menu li {
  position: unset;
}
ul.roc-menu li.menu-item-level-0.menu-item-has-children {
  --parent-title: attr(data-parent-title);
}
ul.roc-menu li.menu-item-level-0.menu-item-has-children > ul.sub-menu:before {
  content: var(--parent-title);
  position: absolute;
  display: block;
  height: 6rem;
  width: 100%;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 1.25rem;
  padding: 1.5rem;
}
ul.roc-menu li.menu-item-level-0.menu-item-has-children > ul.sub-menu:after {
  content: '';
  position: absolute;
  top: calc(1rem*4.5 + 5px);
  bottom: 0;
  left: 1.5rem;
  height: 5px;
  width: 200px;
  background: linear-gradient(90deg, #64D6FB 0%, rgba(30, 30, 30, 0) 100%);
  transform: none;
}
ul.roc-menu li.menu-item-level-0.menu-item-has-children > ul.sub-menu li.menu-item-level-1:not( :has( .sub-menu )) {
  padding: 6rem 0 1.5rem 1.5rem;
}
ul.roc-menu li.menu-item-level-0.menu-item-has-children ul.sub-menu li.menu-item-has-children {
  padding-top: 6rem;
}
ul.roc-menu li ul.sub-menu {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
ul.roc-menu li ul.sub-menu li a {
  position: relative;
  transform-style: preserve-3d;
}
ul.roc-menu li ul.sub-menu li.menu-item-has-children.menu-item-level-1 .heading {
  font-family: 'Archivo Semibold', 'Arial', sans-serif;
  color: #333333;
  width: 100%;
  pointer-events: none;
  padding: 0.5rem 0;
}
ul.roc-menu li ul.sub-menu li.menu-item-has-children {
  flex: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: calc(20% - 1rem*0.75);
}
ul.roc-menu li ul.sub-menu li.menu-item-has-children:after {
  content: unset;
}
ul.roc-menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  flex-wrap: wrap;
  position: relative;
  inset: unset;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
ul.roc-menu li ul.sub-menu li.menu-item-has-children ul.sub-menu li:before {
  content: unset;
}
ul.roc-menu li ul.sub-menu li.featured-posts {
  padding: 1.5rem;
  align-self: stretch;
  margin-left: auto;
  max-width: 25rem;
  background-color: #E9E9E9;
}
ul.roc-menu li ul.sub-menu li.featured-posts .heading {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 1.25rem;
  padding-bottom: calc(1rem + 5px);
  margin-bottom: 1rem;
}
ul.roc-menu li ul.sub-menu li.featured-posts .heading:after {
  content: '';
  position: absolute;
  top: calc(1rem*3 + 5px);
  left: 0;
  height: 5px;
  width: 200px;
  background: linear-gradient(90deg, #64D6FB 0%, rgba(30, 30, 30, 0) 100%);
  transform: none;
}
ul.roc-menu li ul.sub-menu li.featured-posts .featured-items .post {
  position: relative;
  padding: 1.5rem 3rem 3rem 0;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 1.125rem;
}
ul.roc-menu li ul.sub-menu li.featured-posts .featured-items .post:not( :last-child ) {
  border-bottom: 1px solid #333333;
}
ul.roc-menu li ul.sub-menu li.featured-posts .featured-items .post:before {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  content: '';
  height: 36px;
  width: calc(36px / 3);
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 36px;
          mask-size: 36px;
  margin-left: 0.5rem;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.roc-menu li ul.sub-menu li.featured-posts .featured-items .post:hover:before {
  width: 36px;
}
/*************************************************************************
 #Roc Menu V2 - Desktop
**************************************************************************/
ul.roc-menu-v2 {
  position: unset;
}
ul.roc-menu-v2 li {
  position: unset;
}
ul.roc-menu-v2 li.menu-item-level-0.menu-item-has-children {
  --parent-title: attr(data-parent-title);
}
ul.roc-menu-v2 li.menu-item-level-0.menu-item-has-children > ul.sub-menu:before {
  content: var(--parent-title);
  position: absolute;
  display: block;
  height: 6rem;
  width: 100%;
  font-family: 'Archivo Light', 'Arial', sans-serif;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 1.5rem;
}
ul.roc-menu-v2 li.menu-item-level-0.menu-item-has-children > ul.sub-menu:after {
  content: '';
  position: absolute;
  top: calc(1rem*4.5 + 5px);
  bottom: 0;
  left: 1.5rem;
  height: 5px;
  width: 100px;
  background: linear-gradient(90deg, #64D6FB 0%, rgba(30, 30, 30, 0) 100%);
  transform: none;
}
ul.roc-menu-v2 li.menu-item-level-0.menu-item-has-children > ul.sub-menu li.menu-item-level-1:not( :has( .sub-menu )) {
  padding: 6rem 0 1.5rem 1.5rem;
}
ul.roc-menu-v2 li.menu-item-level-0.menu-item-has-children ul.sub-menu li.menu-item-has-children {
  padding-top: 6rem;
}
ul.roc-menu-v2 li.menu-item-has-children ul.sub-menu li a:before {
  content: unset;
}
ul.roc-menu-v2 li.menu-item-has-children ul.sub-menu li a:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 0;
  height: 0.65rem;
  width: 0.65rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.roc-menu-v2 li.menu-item-has-children ul.sub-menu li a:hover {
  color: #64D6FB;
}
ul.roc-menu-v2 li.menu-item-has-children ul.sub-menu li a:hover:after {
  opacity: 1;
  margin-left: 0.5rem;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu {
  min-height: 40vh;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li {
  position: unset;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li a,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li a,
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li span,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li span {
  color: #FFFFFF !important;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  background-color: #E9E9E9;
  display: none;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post:has( .image ) img,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post:has( .image ) img {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post:has( .image ):hover img,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post:has( .image ):hover img {
  transform: scale(1.1);
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post:has( .image ) .image,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post:has( .image ) .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  overflow: clip;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post:has( .image ) .image img,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post:has( .image ) .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post:has( .image ) .content,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post:has( .image ) .content {
  padding: 1.5rem 1.5rem 1.5rem calc(40% + 1rem*1.5);
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post .content,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 1.5rem;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post .content .title,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post .content .title {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  margin-bottom: 0.75rem;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post .content .excerpt,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post .content .excerpt {
  font-size: 0.95rem;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post a.post-link,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post a.post-link {
  height: 48px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: auto;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #333333 !important;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post a.post-link:before,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post a.post-link:before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: unset;
  -webkit-mask: unset;
          mask: unset;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post a.post-link:after,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post a.post-link:after {
  display: inline-flex;
  content: '';
  height: 32px;
  width: calc(32px / 3);
  background-color: #64D6FB;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 32px;
          mask-size: 32px;
  margin-left: 0.5rem;
  opacity: 1;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post .associated-post a.post-link:hover:after,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post .associated-post a.post-link:hover:after {
  width: 32px;
}
ul.roc-menu-v2 li.menu-item-level-0.default > ul.sub-menu li.has-associated-post.hovered > .associated-post,
ul.roc-menu-v2 li.menu-item-level-0.insights > ul.sub-menu li.has-associated-post.hovered > .associated-post {
  display: block;
}
ul.roc-menu-v2 li.menu-item-level-0.default:hover > ul.sub-menu li.has-associated-post,
ul.roc-menu-v2 li.menu-item-level-0.insights:hover > ul.sub-menu li.has-associated-post {
  pointer-events: auto;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .sub-menu li {
  padding: 0 1.5rem 0 0 !important;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .sub-menu li:not( .menu-item-has-children ) a:after {
  content: unset;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .sub-menu li.menu-item-has-children {
  position: unset;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .sub-menu li.menu-item-has-children a:after {
  opacity: 1;
  margin-left: auto;
  right: 0.25rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.roc-menu-v2 li.menu-item-level-0.nested .sub-menu li.menu-item-has-children:hover > a:after {
  right: 0;
}
ul.roc-menu-v2 li.menu-item-level-0.nested > ul.sub-menu {
  flex-direction: column;
  padding: 0.75rem 0 1.5rem;
  width: 100%;
  overflow: clip;
}
ul.roc-menu-v2 li.menu-item-level-0.nested > ul.sub-menu:before {
  left: 0;
  height: 100%;
  width: 20%;
  padding-top: 0.75rem;
}
ul.roc-menu-v2 li.menu-item-level-0.nested > ul.sub-menu li {
  margin-left: 20%;
}
ul.roc-menu-v2 li.menu-item-level-0.nested > ul.sub-menu li a {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
}
ul.roc-menu-v2 li.menu-item-level-0.nested > ul.sub-menu li a:after {
  background-color: rgba(136, 136, 136, 0.5);
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1 {
  width: 25%;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1 a {
  color: #888888;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  right: 30%;
  top: 0;
  width: 25%;
  padding: 0.75rem 0 1.5rem;
  height: 100%;
  background-color: #E9E9E9;
  z-index: 2;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1.menu-item-has-children > .sub-menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: #E9E9E9;
  pointer-events: none;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1.menu-item-has-children > .sub-menu li {
  margin: 0;
  padding: 0 1.5rem !important;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1.menu-item-has-children:hover > .sub-menu {
  display: block;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1.menu-item-has-children:hover > a {
  color: #FFFFFF;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-1.menu-item-has-children:hover > a:after {
  background-color: #FFFFFF;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2 {
  width: 100%;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2 a {
  color: #333333;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2 a:after {
  background-color: #64D6FB;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2:hover > a {
  color: #64D6FB;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 25%;
  padding: 0.75rem 0 1.5rem;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 3;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2.menu-item-has-children > .sub-menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: #FFFFFF;
  pointer-events: none;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2.menu-item-has-children > .sub-menu li {
  margin: 0;
  padding: 0 1.5rem !important;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-2.menu-item-has-children:hover > .sub-menu {
  display: block;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-3 {
  width: 100%;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-3 a {
  color: #888888;
  font-size: 0.95rem;
  border: none;
  padding: 0.5rem 0;
}
ul.roc-menu-v2 li.menu-item-level-0.nested .menu-item.menu-item-level-3:hover > a {
  color: #333333;
}
ul.roc-menu-v2 li ul.sub-menu {
  display: flex;
  align-items: flex-start;
  width: 100%;
  background-color: #333333;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children.menu-item-level-1 .heading {
  font-family: 'Archivo Semibold', 'Arial', sans-serif;
  color: #FFFFFF;
  width: 100%;
  pointer-events: none;
  padding: 0.5rem 0;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children {
  flex: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: calc(25% - 1rem*0.75);
  overflow: clip;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children:after {
  content: unset;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  flex-wrap: wrap;
  flex-direction: column;
  position: unset;
  inset: unset;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children ul.sub-menu li {
  width: auto;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children ul.sub-menu li:before {
  content: unset;
}
ul.roc-menu-v2 li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  color: #FFFFFF;
}
/*************************************************************************
 #Off-Canvas Navigation
**************************************************************************/
.off-canvas-section {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  transition: opacity 325ms 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: all 0ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .off-canvas-section:before {
    max-width: 30rem;
  }
}
.off-canvas-section::-webkit-scrollbar {
  display: none;
}
.off-canvas-section .off-canvas-container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  color: #E9E9E9;
  background-color: #FFFFFF;
  padding: 6rem 1.5rem 1.5rem;
}
#off-canvas-navigation {
  left: 0;
}
#off-canvas-navigation .button {
  width: 100%;
  margin-top: 1.5rem;
}
#off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(-100%);
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  #off-canvas-navigation .off-canvas-container {
    max-width: 30rem;
  }
}
#off-canvas-navigation ul.off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  list-style-type: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul,
#off-canvas-navigation ul.off-canvas-navigation li ol {
  margin-top: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  position: relative;
}
#off-canvas-navigation ul.off-canvas-navigation li a,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link {
  display: flex;
  align-items: center;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  font-size: 1.125rem;
  color: #333333;
  padding: 0.5rem;
  border-bottom: 1px solid #E9E9E9;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li a:hover,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link:hover {
  color: #64D6FB;
}
#off-canvas-navigation ul.off-canvas-navigation li .heading {
  display: inline-block;
  padding: 1rem 0.5rem 0.5rem;
  font-size: 1.125rem;
  font-family: 'Archivo Semibold', 'Arial', sans-serif;
  color: #333333;
}
#off-canvas-navigation ul.off-canvas-navigation li.current-menu-item a {
  color: #333333;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children > a {
  color: #333333 !important;
}
#off-canvas-navigation ul.off-canvas-navigation li:last-child a {
  border-bottom: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > a + .sub-menu,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > span.no-link + .sub-menu {
  max-height: inherit;
  height: 0;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 .menu-item a {
  border: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1 .sub-menu + .sub-menu-button {
  display: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts {
  background-color: #E9E9E9;
  padding: 0.5rem;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts .heading {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1.25rem;
  padding-bottom: calc(1rem + 4px);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts .heading:after {
  content: '';
  position: absolute;
  bottom: calc(1rem*0.5 - 2px);
  left: 0.5rem;
  height: 4px;
  width: 200px;
  background: linear-gradient(90deg, #64D6FB 0%, rgba(30, 30, 30, 0) 100%);
  transform: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts .featured-items .post {
  position: relative;
  padding: 1rem 4.5rem 1rem 0.5rem;
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  color: #333333;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts .featured-items .post:not( :last-child ) {
  border-bottom: 1px solid #888888;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts .featured-items .post:before {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  content: '';
  height: 36px;
  width: calc(36px / 3);
  background-color: var(--theme-colour, #64D6FB);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 36px;
          mask-size: 36px;
  margin-left: 0.5rem;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1.featured-posts .featured-items .post:hover:before {
  width: 36px;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a {
  color: #666666;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 0;
  height: 0.65rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #333333;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a:hover {
  color: #333333;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a:hover:before {
  width: 0.65rem;
  margin-right: 0.25rem;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
  border-bottom: none;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  z-index: 1;
  margin: 0 0 0 0.75rem;
  border-top: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  border: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 1.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:hover,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:active {
  background-color: rgba(233, 233, 233, 0.5);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > a,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > span.no-link {
  color: #333333;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
/*************************************************************************
 #Off Canvas Section
**************************************************************************/
.off-canvas-section {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  transition: opacity 325ms 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: all 0ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .off-canvas-section:before {
    max-width: 30rem;
  }
}
.off-canvas-section::-webkit-scrollbar {
  display: none;
}
.off-canvas-section .off-canvas-container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  color: #E9E9E9;
  background-color: #FFFFFF;
  padding: 6rem 1.5rem 1.5rem;
}
.off-canvas-section .off-canvas-background {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-menu {
  overflow-y: hidden;
}
@media screen and (max-width: 62.438em) {
  .with-off-canvas-section.show-menu #off-canvas-navigation.off-canvas-section {
    opacity: 1;
    pointer-events: auto;
    transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .with-off-canvas-section.show-menu #off-canvas-navigation.off-canvas-section:before {
    content: '';
  }
  .with-off-canvas-section.show-menu #off-canvas-navigation .off-canvas-container {
    left: 0;
    transform: translateX(0%);
    transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
    box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.05);
  }
  .with-off-canvas-section.show-menu #off-canvas-navigation .off-canvas-background {
    background-color: rgba(255, 255, 255, 0.333);
  }
}
@media screen and (min-width: 62.5em) {
  .with-off-canvas-section.show-menu header:has( .logo ):after {
    transform: translate(0);
  }
}
body.show-menu header {
  box-shadow: none !important;
}
@media screen and (max-width: 46.8125em) {
  body.show-menu header {
    background: transparent !important;
  }
}
body.show-menu header:before {
  content: unset !important;
}
body.show-menu header:has( .logo ):after {
  transform: translate(-100%);
}
@media screen and (max-width: 62.438em) {
  body.show-menu header:has( .logo ) .logo-and-navigation .logo a:before {
    background-color: #333333;
  }
}
body.show-menu header:has( .logo ) .logo-and-navigation .menu-button:before {
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
body.show-menu header:has( .logo ) .logo-and-navigation .menu-button .menu-icon:before {
  width: 0;
}
body.show-menu header:has( .logo ) .logo-and-navigation .menu-button .menu-icon:after {
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}
@media screen and (max-width: 46.8125em) {
  body.show-menu header:has( .logo ) .logo-and-navigation .menu-button:before {
    background-color: #333333;
  }
  body.show-menu header:has( .logo ) .logo-and-navigation .menu-button .menu-icon:before,
  body.show-menu header:has( .logo ) .logo-and-navigation .menu-button .menu-icon:after {
    background-color: #333333;
  }
}
body.show-menu header:has( .logo ) .logo-and-navigation .menu-button:hover:before {
  width: calc(100% - 4px);
}
body.show-menu header:has( .logo ) .logo-and-navigation .menu-button:hover .menu-icon:after {
  width: calc(100% - 4px);
}
@media screen and (min-width: 31.25em) {
  body.show-menu:has( header.sticky-navigation.hidden ) .off-canvas-container {
    padding-top: 1.5rem;
  }
  body.show-menu:has( header.sticky-navigation.hidden ) #off-canvas-navigation.off-canvas-section:before {
    content: unset;
  }
}
/* 
Use: Footer
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
.pre-footer .promo-section .text-link:before {
  background-color: #FFFFFF;
}
.pre-footer .promo-section .text-link:after {
  color: #FFFFFF;
}
footer .contact-and-socials .logo {
  max-width: 8rem;
}
@media screen and (max-width: 46.8125em) {
  footer .contact-and-socials {
    width: 96.998%;
  }
}
footer .footer-menus {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  footer .footer-menus {
    gap: 1.5rem 4.5rem;
  }
}
@media screen and (min-width: 62.5em) {
  footer .footer-menus {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 62.438em) {
  footer .footer-menus .footer-menu {
    width: calc(50% - 1rem*3);
  }
}
footer .footer-menus .footer-menu h4 {
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1.25rem;
}
footer .footer-menus .footer-menu ul li a {
  font-size: 0.95rem;
  display: inline-block;
  line-height: 1.5;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
footer .footer-menus .footer-menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(51, 51, 51, 0.5);
}
footer ul {
  margin-left: 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li ul,
footer ul li ol {
  margin-top: 0;
}
footer ul li a {
  font-family: 'Archivo Regular', 'Arial', sans-serif;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #333333;
}
footer .legal p {
  margin: 0;
}
@media screen and (max-width: 46.8125em) {
  footer .legal .social-links {
    width: 100%;
    margin-left: -0.75rem;
  }
}
/* 
Use: Setup
Scope: All devices
Theme: Roc
Copyright 2025, © Roc
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
body.login {
  background-color: #E9E9E9;
}
body.login p,
body.login p label,
body.login label {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
body.login * {
  transition: none;
}
body.login div#login {
  max-width: 20rem;
}
body.login div#login h1 {
  text-align: center;
}
body.login div#login h1 a {
  background-image: url('img/logos/roc-logo.svg');
  background-size: 100%;
  width: 15rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-bottom: none;
  background-size: contain;
}
body.login div#login h1 a:hover {
  border-bottom: none;
}
body.login div#login h1 a:focus {
  outline: none;
}
body.login div#login form#loginform,
body.login div#login form#lostpasswordform,
body.login div#login p.message {
  max-width: 20rem;
  margin: 0.75rem auto;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
  text-align: center;
}
body.login div#login p.message {
  border: none;
  text-align: center;
}
body.login div#login form#loginform label,
body.login div#login form#lostpasswordform label {
  color: #333333;
}
body.login div#login form#loginform input,
body.login div#login form#lostpasswordform input {
  border: none;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #333333;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 2px #b3b3b3;
}
body.login div#login form#loginform input:focus,
body.login div#login form#lostpasswordform input:focus {
  box-shadow: inset 0 0 0 2px #64D6FB;
}
body.login div#login form#loginform p.submit input#wp-submit,
body.login div#login form#lostpasswordform p.submit input#wp-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-indent: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  z-index: 1;
  height: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: #333333;
  text-align: center;
  box-shadow: none;
  width: 100%;
  margin-bottom: 0;
}
body.login div#login form#loginform p.submit input#wp-submit:last-child,
body.login div#login form#lostpasswordform p.submit input#wp-submit:last-child {
  margin-bottom: 0;
}
body.login div#login form#loginform p.submit input#wp-submit:focus,
body.login div#login form#lostpasswordform p.submit input#wp-submit:focus {
  outline: none;
}
body.login div#login form#loginform p.submit input#wp-submit:hover,
body.login div#login form#lostpasswordform p.submit input#wp-submit:hover {
  border-bottom: none;
}
body.login div#login form#loginform p.submit input#wp-submit:disabled,
body.login div#login form#lostpasswordform p.submit input#wp-submit:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.login div#login form#loginform p.submit input#wp-submit:before,
body.login div#login form#lostpasswordform p.submit input#wp-submit:before {
  z-index: -2;
}
body.login div#login form#loginform p.submit input#wp-submit.small,
body.login div#login form#lostpasswordform p.submit input#wp-submit.small {
  height: 1.5rem;
  padding: 0 0.75rem;
}
body.login div#login form#loginform p.submit input#wp-submit.medium,
body.login div#login form#lostpasswordform p.submit input#wp-submit.medium {
  height: 2rem;
  padding: 0 1rem;
}
body.login div#login form#loginform p.submit input#wp-submit.large,
body.login div#login form#lostpasswordform p.submit input#wp-submit.large {
  height: 2.5rem;
  padding: 0 1.25rem;
}
body.login div#login form#loginform p.submit input#wp-submit.blue-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.blue-button {
  color: #333333 !important;
  background-color: #64D6FB;
}
body.login div#login form#loginform p.submit input#wp-submit.grey-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.grey-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
body.login div#login form#loginform p.submit input#wp-submit.grey-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.grey-button:after {
  background-color: #64D6FB;
}
body.login div#login form#loginform p.submit input#wp-submit.themed-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
}
body.login div#login form#loginform p.submit input#wp-submit.themed-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
body.login div#login form#loginform p.submit input#wp-submit.category-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB);
}
body.login div#login form#loginform p.submit input#wp-submit.category-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
body.login div#login form#loginform p.submit input#wp-submit.submit-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.submit-button {
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
body.login div#login form#loginform p.submit input#wp-submit.with-arrows:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.with-arrows:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.with-arrows:hover:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.with-arrows:hover:after {
  width: calc(8px * 3);
}
body.login div#login form#loginform p.submit input#wp-submit.with-icon:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.with-icon:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.icon-only,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-only {
  padding: 0!important;
  text-indent: -9999px;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-only:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-only:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.icon-only:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.login div#login form#loginform p.submit input#wp-submit.download-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.download-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.download-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f56d';
}
body.login div#login form#loginform p.submit input#wp-submit.search-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.search-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.search-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f002';
}
body.login div#login form#loginform p.submit input#wp-submit.arrow-right:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.arrow-right:after {
  content: '\f054';
}
body.login div#login form#loginform p.submit input#wp-submit.arrow-left:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.arrow-left:after {
  content: '\f053';
}
body.login div#login form#loginform p.submit input#wp-submit.plus-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.plus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.plus-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.plus-button:after {
  content: '\2b';
}
body.login div#login form#loginform p.submit input#wp-submit.minus-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.minus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login form#loginform p.submit input#wp-submit.minus-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.minus-button:after {
  content: '\2d';
}
body.login div#login form#loginform p.submit input#wp-submit.close:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.close:after {
  content: '\f00d';
}
body.login div#login form#loginform p.submit input#wp-submit:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit:after {
  background-color: #64D6FB;
}
body.login div#login p#nav,
body.login div#login p#backtoblog {
  width: 15rem;
  margin: 0 auto 0.75rem auto;
  padding: 0;
  color: #FFFFFF;
  font-size: 0.75rem;
}
body.login div#login p#nav a,
body.login div#login p#backtoblog a {
  border-bottom: none;
}
body.login div#login form#loginform input[type="password"] {
  line-height: 2.5rem;
  height: 2.5rem;
}
body.login div#login p#backtoblog {
  display: none;
}
body.login div#login form#loginform input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem !important;
  height: 1rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
}
body.login div#login form#loginform input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
body.login div#login form#loginform input[type="checkbox"]:before {
  display: none;
}
body.login div#login p#nav a,
body.login div#login p#backtoblog a {
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
body.login div#login p#nav a.with-arrow:after,
body.login div#login p#backtoblog a.with-arrow:after {
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
  margin-left: 0.75rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login div#login p#nav a.with-arrow:hover:after,
body.login div#login p#backtoblog a.with-arrow:hover:after {
  margin-left: 1rem;
}
body.login div#login p#nav {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
}
p.forgetmenot {
  width: 100%;
  float: none;
}
body.login .privacy-policy-page-link {
  margin: 0 0 0.75rem 0;
  text-align: center;
}
body.login .privacy-policy-page-link .privacy-policy-link {
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
body.login .privacy-policy-page-link .privacy-policy-link.with-arrow:after {
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
  margin-left: 0.75rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .privacy-policy-page-link .privacy-policy-link.with-arrow:hover:after {
  margin-left: 1rem;
}
body.login .language-switcher {
  max-width: 20rem;
}
body.login .language-switcher #language-switcher {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
body.login .language-switcher #language-switcher label {
  display: none;
}
body.login .language-switcher #language-switcher select {
  width: calc(60% - 1rem*0.5);
  color: #333333;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 2px #b3b3b3;
  margin-right: 0.5rem;
  background-size: 16px !important;
}
body.login .language-switcher #language-switcher .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  z-index: 1;
  height: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF !important;
  background-color: #333333;
  width: 40%;
  padding: 0 0.5rem;
}
body.login .language-switcher #language-switcher .button:last-child {
  margin-bottom: 0;
}
body.login .language-switcher #language-switcher .button:focus {
  outline: none;
}
body.login .language-switcher #language-switcher .button:hover {
  border-bottom: none;
}
body.login .language-switcher #language-switcher .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.login .language-switcher #language-switcher .button:before {
  z-index: -2;
}
body.login .language-switcher #language-switcher .button.small {
  height: 1.5rem;
  padding: 0 0.75rem;
}
body.login .language-switcher #language-switcher .button.medium {
  height: 2rem;
  padding: 0 1rem;
}
body.login .language-switcher #language-switcher .button.large {
  height: 2.5rem;
  padding: 0 1.25rem;
}
body.login .language-switcher #language-switcher .button.blue-button {
  color: #333333 !important;
  background-color: #64D6FB;
}
body.login .language-switcher #language-switcher .button.grey-button {
  color: #FFFFFF !important;
  background-color: #333333;
}
body.login .language-switcher #language-switcher .button.grey-button:after {
  background-color: #64D6FB;
}
body.login .language-switcher #language-switcher .button.themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB);
}
body.login .language-switcher #language-switcher .button.themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
body.login .language-switcher #language-switcher .button.category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB);
}
body.login .language-switcher #language-switcher .button.category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
body.login .language-switcher #language-switcher .button.submit-button {
  display: inline-flex;
  align-items: center;
  line-height: unset;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
body.login .language-switcher #language-switcher .button.with-arrows:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 8px;
  background-color: var(--theme-text-colour, #333333);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  margin-left: 0.5rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.with-arrows:hover:after {
  width: calc(8px * 3);
}
body.login .language-switcher #language-switcher .button.with-icon:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.icon-only {
  padding: 0!important;
  text-indent: -9999px;
}
body.login .language-switcher #language-switcher .button.icon-only:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.login .language-switcher #language-switcher .button.download-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f56d';
}
body.login .language-switcher #language-switcher .button.search-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f002';
}
body.login .language-switcher #language-switcher .button.arrow-right:after {
  content: '\f054';
}
body.login .language-switcher #language-switcher .button.arrow-left:after {
  content: '\f053';
}
body.login .language-switcher #language-switcher .button.plus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.plus-button:after {
  content: '\2b';
}
body.login .language-switcher #language-switcher .button.minus-button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
body.login .language-switcher #language-switcher .button.minus-button:after {
  content: '\2d';
}
body.login .language-switcher #language-switcher .button.close:after {
  content: '\f00d';
}
body.login .language-switcher #language-switcher .button:after {
  background-color: #64D6FB;
}
.admin-email-confirm-form {
  margin: 1rem 0 0 0 !important;
  padding: 0!important;
  border: none!important;
  box-shadow: none!important;
  font-weight: normal!important;
}
.admin-email-confirm-form .admin-email__heading {
  height: auto!important;
  margin: 0 0 1rem 0 !important;
  padding: 0!important;
  font-size: 1.5rem;
  text-align: left !important;
  border-bottom: none!important;
}
.admin-email-confirm-form p {
  font-size: 0.95rem !important;
  margin: 0 0 1rem 0 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary {
  padding: 0!important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  -webkit-text-decoration: none !important !important;
          text-decoration: none !important !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  font-family: 'Archivo Medium', 'Arial', sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.5px !important;
  z-index: 1 !important;
  height: 2rem !important;
  padding: 0 1rem !important;
  color: #FFFFFF !important;
  background-color: #333333 !important;
  margin-bottom: 0!important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:last-child {
  margin-bottom: 0 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:focus {
  outline: none !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:hover {
  border-bottom: none !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:before {
  z-index: -2 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.small {
  height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.medium {
  height: 2rem !important;
  padding: 0 1rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.large {
  height: 2.5rem !important;
  padding: 0 1.25rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.blue-button {
  color: #333333 !important;
  background-color: #64D6FB !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.grey-button {
  color: #FFFFFF !important;
  background-color: #333333 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.grey-button:after {
  background-color: #64D6FB !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.themed-button {
  color: var(--theme-text-colour, #333333) !important;
  background-color: var(--theme-colour, #64D6FB) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.themed-button:after {
  background-color: var(--theme-text-colour, #333333) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.category-button {
  color: var(--category-text-colour, #333333) !important;
  background-color: var(--category-colour, #64D6FB) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.category-button:after {
  background-color: var(--category-text-colour, #333333) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.submit-button {
  display: inline-flex !important;
  align-items: center !important;
  line-height: unset !important;
  font-size: 0.9rem !important;
  padding: 0 3.125rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.with-arrows:after {
  content: '' !important;
  display: inline-block !important;
  height: 24px !important;
  width: 8px !important;
  background-color: var(--theme-text-colour, #333333) !important;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== ) !important;
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMzYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAsNC40NDA4OTIxZS0xNiBMMTIsOCBMMCwxNiBMMCw0LjQ0MDg5MjFlLTE2IFogTTEyLDQuNDQwODkyMWUtMTYgTDI0LDggTDEyLDE2IEwxMiw0LjQ0MDg5MjFlLTE2IFogTTI0LDQuNDQwODkyMWUtMTYgTDM2LDggTDI0LDE2IEwyNCw0LjQ0MDg5MjFlLTE2IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg== ) !important;
  -webkit-mask-position: left !important;
          mask-position: left !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-size: 24px !important;
          mask-size: 24px !important;
  margin-left: 0.5rem !important;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.with-arrows:hover:after {
  width: calc(8px * 3) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.with-icon:after {
  content: '' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-only {
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-only:after {
  content: '' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.download-button:after {
  content: '' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.download-button:after {
  font-display: swap !important;
  display: inline-flex !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1.1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  content: '\f56d' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.search-button:after {
  content: '' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.search-button:after {
  font-display: swap !important;
  display: inline-flex !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1.1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  content: '\f002' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.arrow-right:after {
  content: '\f054' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.arrow-left:after {
  content: '\f053' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.plus-button:after {
  content: '' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.plus-button:after {
  content: '\2b' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.minus-button:after {
  content: '' !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.minus-button:after {
  content: '\2d' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.close:after {
  content: '\f00d' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:after {
  background-color: #64D6FB !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-secondary {
  margin: 2rem 0 1rem !important;
  padding: 0!important;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-secondary a {
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  font-family: 'Archivo Medium', 'Arial', sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-secondary a.with-arrow:after {
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMjQgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+VHJpYW5nbGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRDhEOEQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiwgMTYpIHJvdGF0ZSg5MCkgdHJhbnNsYXRlKC0xMiwgLTE2KSIgcG9pbnRzPSIxMiA0IDI4IDI4IC00IDI4Ij48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--theme-colour, #64D6FB);
  margin-left: 0.75rem;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-secondary a.with-arrow:hover:after {
  margin-left: 1rem;
}
