/*
Theme Name: Your Project Name
Theme URI: http://www.yourwebaddress.com/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: Description of your project
Version: 1.0
License: All work ©2021 Your Client Name. Not for public use.
License URI: http://www.yourwebaddress.com/
Tags: 
Text Domain: yourprojectname
*/
/* 
Use: Reset
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
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: Your Project Name
Copyright 2023, © Your Client Name
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-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  /* be sure to specify a colour here */
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/* 
Use: Measurements
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 750px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 100%;
}
@media screen and (min-width: 31.25em) {
  html {
    font-size: 109.375%;
  }
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 115.625%;
  }
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 125%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 131.25%;
  }
}
@media screen and (min-width: 93.75em) {
  html {
    font-size: 137.5%;
  }
}
@media screen and (min-width: 109.375em) {
  html {
    font-size: 143.75%;
  }
}
@media screen and (min-width: 125em) {
  html {
    font-size: 150%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* 
Use: Typography
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url('fonts/font-awesome-6.5.1/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fonts/font-awesome-6.5.1/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fonts/font-awesome-6.5.1/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fonts/font-awesome-6.5.1/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 6 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: ;
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: ;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: ;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1rem;
  /* be sure to specify a font here */
  /* be sure to specify a colour here */
  line-height: 1.4;
}
h1 {
  font-size: 3rem;
  line-height: 1;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
h1,
h2,
h3,
h4,
h5 {
  /* be sure to specify a font here */
  /* be sure to specify a colour here */
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  /* be sure to specify a colour here */
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  /* be sure to specify a colour here */
}
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  /* be sure to specify a colour here */
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  /* be sure to specify a font here */
}
em {
  /* be sure to specify a font here */
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.25rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  /* be sure to specify a font here */
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 62.5em) {
  blockquote p {
    font-size: 1.5rem;
  }
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
.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: Your Project Name
Copyright 2023, © Your Client Name
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;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 2%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 4%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    margin: 0 6%;
  }
}
@media screen and (min-width: 109.375em) {
  .inner-container {
    margin: 0 8%;
  }
}
@media screen and (min-width: 125em) {
  .inner-container {
    margin: 0 10%;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
.right-to-left > * {
  margin-right: 3%;
  margin-left: 0;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #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%;
       column-gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!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: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  position: absolute!important;
  padding: 0.25rem 0.5rem 0.25rem 1.75rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
.wp-caption-text:before {
  left: 0.5rem;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  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:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* be sure to specify a font here */
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.your-colour-button {
  color: #FFFFFF !important;
  background-color: ;
}
.button.your-colour-button:hover {
  background-color: ;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon {
  padding-right: 0!important;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.button.search-button {
  padding-right: 0!important;
}
.button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.plus-button {
  padding-right: 0!important;
}
.button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0!important;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/* 
Use: Forms
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
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;
}
/* 
Use: Modular
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/* The 11-modular.less stylesheet allows custom module styles to be created to suit the design of the project. These should be any modular item that is used in a continuous or repetitive way. */
/* 
Use: Carousels
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/* The 12-carousels.less stylesheet allows custom carousel styles to be created to suit the design of the project. */
/* 
Use: Animations
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/* The 13-animations.less stylesheet allows custom animation styles to be created to suit the design of the project. */
/* 
Use: Forms
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
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!important;
  border-radius: 0!important;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 2.5rem;
  height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: !important;
  box-shadow: inset 0 0 0 2px /* be sure to specify a colour here */;
  /* be sure to specify a colour here */
}
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 {
  /* be sure to specify a colour here */
}
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 {
  /* be sure to specify a colour here */
}
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 2px /* be sure to specify a colour here */;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: right center!important;
  background-repeat: no-repeat !important;
  background-size: auto 100%!important;
  padding-right: 2rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  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: 100%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* be sure to specify a font here */
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  /* be sure to specify a button style here */
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
input[type="submit"].small:after,
input[type="button"].small:after,
input[type="reset"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
input[type="submit"].medium:after,
input[type="button"].medium:after,
input[type="reset"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
}
input[type="submit"].large:after,
input[type="button"].large:after,
input[type="reset"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"].your-colour-button,
input[type="button"].your-colour-button,
input[type="reset"].your-colour-button {
  color: #FFFFFF !important;
  background-color: ;
}
input[type="submit"].your-colour-button:hover,
input[type="button"].your-colour-button:hover,
input[type="reset"].your-colour-button:hover {
  background-color: ;
}
input[type="submit"].with-icon,
input[type="button"].with-icon,
input[type="reset"].with-icon {
  padding-right: 0!important;
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type="submit"].download-button,
input[type="button"].download-button,
input[type="reset"].download-button {
  padding-right: 0!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
input[type="submit"].search-button,
input[type="button"].search-button,
input[type="reset"].search-button {
  padding-right: 0!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].plus-button,
input[type="button"].plus-button,
input[type="reset"].plus-button {
  padding-right: 0!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label {
  font-weight: normal;
}
nf-field .ninja-forms-req-symbol {
  color: inherit;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: ;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: ;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px /* be sure to specify a colour here */;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
}
.nf-error-msg {
  background-color: ;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px /* be sure to specify a colour here */;
}
.dark-section .nf-error-msg {
  background-color: #FFFFFF;
  /* be sure to specify a colour here */
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/* The 14-custom-styling.less stylesheet allows custom one-off styles to be created to suit the design of the project. */
/* 
Use: Header
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/* The 15-header.less stylesheet allows custom header, navigation or masthead styles to be created to suit the design of the project. */
/* 
Use: Footer
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/* The 16-footer.less stylesheet allows custom footer styles to be created to suit the design of the project. */
/* 
Use: Setup
Scope: All devices
Theme: Your Project Name
Copyright 2023, © Your Client Name
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-y: hidden;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */