/****** FILE: themes/saps2023/css/assets/normalize.css *****/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/****** FILE: themes/saps2023/css/assets/webflow.css *****/
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

/****** FILE: themes/saps2023/css/assets/sapphire-spas.webflow.css *****/
:root {
  --dark-slate-grey: #2e3436;
  --deep-sky-blue: #00a9e7;
  --black: black;
  --light-grey: #f4f4f4;
  --white: white;
  --steel-blue: #0289bb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--deep-sky-blue);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #086b8f;
}


ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 45rem;
}

.max-width-medium.align-center.sliding_image_content {
  max-width: 40%;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.faq_question {
  padding-left: 3rem;
  padding-right: 3rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 65rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .25rem solid var(--deep-sky-blue);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid silver;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  box-shadow: none;
  background-size: 16px 16px;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--deep-sky-blue);
  box-shadow: none;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
}

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  border-radius: 30rem;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--steel-blue);
  color: #fff;
  border-color: #0289bb;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-link.is-alternate:hover {
  color: #a4e7ff;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-alternate:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-quote {
  height: 10.1rem;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: 0;
}

.button.is-search {
  height: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #d3d3d3;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--deep-sky-blue);
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .45);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .45);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.justify-center {
  justify-content: center;
}

.text-color-white {
  color: var(--white);
}

.background-color-white {
  background-color: var(--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: var(--black);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--deep-sky-blue);
  background-color: #fff;
  background-image: none;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--deep-sky-blue);
  box-shadow: none;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 1.8px 5.8px rgba(0, 0, 0, .043), 0 3.9px 11.7px rgba(0, 0, 0, .05), 0 6.7px 18px rgba(0, 0, 0, .055), 0 11.5px 25.3px rgba(0, 0, 0, .06), 0 22.6px 35.9px rgba(0, 0, 0, .063);
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  border-left-width: .25rem;
  border-left-color: var(--deep-sky-blue);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.section_header {
  position: relative;
}

.header_content {
  min-height: 100svh;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-bottom: 5rem;
  transition: all 1s ease-in-out;
  display: grid;
}

.header_background-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_overlay-top {
  z-index: 1;
  height: 10rem;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.header_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar_component {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_container {
  width: 100%;
  height: 100%;
  max-width: 90rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-link {
  flex: 1 0 auto;
  padding-left: 0;
}

.navbar_menu {
  flex: 0 auto;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar_link {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  padding: 1rem .5rem;
  font-size: .9rem;
  display: flex;
}

.navbar_link:hover {
  color: #6bd7ff;
}

.navbar_link.w--current {
  color: #fff;
}

.navbar_menu-dropdown {
  position: static;
}

.navbar_menu-dropdown.is-mini {
  position: relative;
}

.navbar_dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  padding: 1.5rem 2.2rem 1.5rem .5rem;
  font-size: .9rem;
  font-weight: 500;
}

.navbar_dropdown-toggle.is-search {
  padding-right: .5rem;
}

.navbar_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .89);
  margin-top: -20px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .11);
}

.navbar_dropdown-list.is-mini.w--open {
  width: auto;
  max-width: none;
  padding: 1rem;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.navbar_dropdown-list.is-search.w--open {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #2e3436;
  text-transform: lowercase;
}

.navbar_dropdown-content {
  width: 100%;
  max-width: 90rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_dropdown-content.is-mini {
  margin-left: 0;
  margin-right: 0;
}

.navbar_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar_dropdown-link-list.is-mobile-menu {
  display: none;
}

.navbar_dropdown-link-list.is-pools {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 1rem;
  display: grid;
}

.navbar_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
}

.navbar_dropdown-content-links {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.navbar_menu-button {
  padding: 0;
}

.header_content-right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.header_australia-logo {
  max-width: 7.5rem;
}

.header_overlay-bottom {
  z-index: 1;
  height: 30rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .66));
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader_wrapper {
  z-index: 3000;
  background-color: #00374b;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader_image {
  opacity: 0;
}

.header_hero-heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.1;
}

.section_introduction {
  color: #fff;
  position: relative;
}

.spas_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spas_tab-group {
  border-bottom: 1px solid var(--deep-sky-blue);
  justify-content: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.spas_slider-arrow {
  background-color: var(--deep-sky-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.spas_slider-arrow:hover {
  background-color: var(--steel-blue);
}

.spas_item-wrapper {
  width: 100%;
  height: 100%;
  color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  transition: background-color .2s, box-shadow .2s, color .2s;
  display: flex;
}

.spas_item-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.spas_image-wrapper {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spas_image-wrapper.is-nav-item {
  padding-bottom: .75rem;
}

.spas_image {
  object-fit: cover;
}

.spas_item-title {
  font-weight: 500;
}

.spas_specifications-item {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spas_specs-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: .5rem;
  display: flex;
}

.spas_tab-link {
  grid-column-gap: .5rem;
  color: #76848a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.spas_tab-link:hover {
  border-bottom-color: rgba(126, 126, 126, .51);
}

.spas_tab-link.w--current {
  border-bottom-color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
}

.spas_tab-label {
  color: var(--dark-slate-grey);
  font-size: 1.4rem;
  font-weight: 500;
}

.about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 5rem;
  display: grid;
}

.about_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_20-years-image {
  height: 5rem;
  margin-bottom: 1rem;
}

.modal_component {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 90%;
  color: var(--dark-slate-grey);
  background-color: rgba(46, 52, 54, .89);
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  position: relative;
}

.modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .58);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout_image-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_link {
  color: var(--deep-sky-blue);
  cursor: pointer;
}

.modal_play-icon {
  width: 5rem;
  height: 5rem;
  color: var(--deep-sky-blue);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .66);
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.tabs_component {
  flex-direction: row;
  display: flex;
}

.tabs_component.is-pools {
  flex-direction: column;
  align-items: center;
}

.tabs_menu {
  border-right: 1px solid var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tabs_menu.is-subtablist {
  width: 100%;
  border-bottom: 1px solid var(--deep-sky-blue);
  border-right-style: none;
  flex-direction: row;
  justify-content: center;
  padding-top: 1rem;
  padding-left: 1rem;
}

.tabs_tab-link {
  color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 1rem;
  padding-right: 1.5rem;
  transition: background-color .2s, color .2s;
}

.tabs_tab-link:hover {
  background-color: #f5f5f5;
}

.tabs_tab-link.w--current {
  border-right-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  font-size: .9rem;
}

.tabs_tab-link.is-pools {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-right-style: none;
  padding-left: 1.5rem;
}

.tabs_tab-link.is-pools:hover {
  border-bottom-color: #ebebeb;
}

.tabs_tab-link.is-pools.w--current {
  border-bottom-color: var(--deep-sky-blue);
}

.tabs_pane {
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tabs_pane.is-pools {
  padding-top: 0;
}

.tabs_content-wrapper {
  flex: 1;
}

.navbar_tab-spa-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: grid;
}

.navbar_tab-spa-list.is-pools {
  grid-template-columns: 1fr 1fr 1fr;
}

.spas_tag {
  background-color: var(--steel-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .5rem 1.2rem;
  font-size: .8rem;
  font-weight: 600;
  position: absolute;
  left: 0%;
}

.navbar_search-icon {
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.spas_tab-content {
  width: 100%;
}

.spas_slider-arrow-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.spas_slider-item {
  width: 25%;
  height: 100%;
}

.spas_slider-list {
  height: 100%;
  background-color: #fff;
}

.spas_slider-mask {
  height: 100%;
  padding-left: 4.3rem;
  padding-right: 4.3rem;
}

.spas_tab-pane {
  height: 100%;
}

.section_harries {
  color: #fff;
  background-color: #00506d;
  background-image: url('../images/sapphire-spas-icon-large.svg');
  background-position: 100% -41%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.gallery_slide-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery_slide {
  padding-right: 2rem;
}

.gallery_slide-lightbox-link {
  width: 100%;
}

.gallery_slide-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery_slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, .11);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery_arrow.is-left {
  right: 4rem;
}

.gallery_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery_slide-nav {
  height: 1.75rem;
  font-size: 1rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.spas_slider-arrow-icon {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_blog {
  background-image: url('../images/sapphire-spas-icon-large-blue.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog_card_component {
  flex-direction: column;
  align-items: center;
}

.blog_card_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_card_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog_card_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog_button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog_card_title {
  background-color: #fff;
  padding: 1rem;
}

.blog_card_item-wrapper {
  color: var(--dark-slate-grey);
  transition: box-shadow .2s, color .2s;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.blog_card_item-wrapper:hover {
  box-shadow: 0 18px 20px 6px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.gallery_mini_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery_mini_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_button-row {
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

.footer_component {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.footer_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer_link {
  color: var(--deep-sky-blue);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer_link:hover {
  color: #6bd0f5;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer_credit-text {
  font-size: .875rem;
}

.footer_social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_logo {
  width: 9rem;
}

.footer_logos {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_dropdown-links-grid {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dropdown-image-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 65%;
  display: flex;
  position: relative;
}

.navbar_dropdown-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar_dropdown-image-link-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .66);
  padding: .25rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  position: absolute;
  bottom: 1rem;
}

.navbar_quote-button-wrapper {
  z-index: 2000;
  align-items: center;
  margin-right: -2.1rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-style-transform {
  margin-left: -1.9rem;
  transform: rotate(-90deg);
}

.header_hero-content {
  min-height: 30rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-bottom: 5rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: grid;
}

.header_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .23);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_background-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rl-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-grayneutral200 {
  color: #e5e7eb;
}

.text-color-grayneutra300 {
  color: #d2d6db;
}

.text-color-grayneutral400 {
  color: #9da4ae;
}

.text-color-grayneutral500 {
  color: #6c737f;
}

.text-color-grayneutral600 {
  color: #4d5761;
}

.section_options {
  background-color: #292c2e;
}

.spas_category-card_link {
  width: 100%;
  color: var(--dark-slate-grey);
}

.spas_category-card_link:hover {
  color: var(--dark-slate-grey);
}

.spas_category-card_image-wrapper {
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.spas_category-card_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spas_category-card_info-wrapper {
  background-color: rgba(255, 255, 255, 0);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.spas_category-card_heading {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.spas_feature-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 5rem;
  display: grid;
}

.spas_category-card_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0;
}

.spas_feature-lightbox {
  width: 100%;
}

.spas_feature-image {
  max-width: 25rem;
}

.spas_feature-content {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.spas_feature-specification {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.text-color-blue {
  color: var(--steel-blue);
}

.layout_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout_image.is-corner-radius {
  border-radius: 1.5rem 1.5rem 0 0;
}

.layout_image.is-contained {
  object-fit: contain;
}

.breadcrumb_component {
  width: 100%;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--black);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  border-bottom-color: var(--deep-sky-blue);
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.section_breadcrumbs {
  background-color: #fff;
}

.spas_tabs_component {
  flex-direction: row;
  display: flex;
}

.spas_tabs_menu {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.spas_tabs_content-wrapper {
  flex: 1;
}

.spas_tabs_pane {
  height: 100%;
}

.layout_image-caption {
  color: #fff;
  background-color: rgba(46, 52, 54, .32);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: .5rem 1rem;
  font-size: .85rem;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout_component-raised {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.spas_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.spas_gallery_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.spas_gallery_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spas_gallery_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
}

.spas_gallery-video {
  max-height: 480px;
  max-width: 854px;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.spas_specifications-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.spas_specifications-row.is-alternate {
  background-color: #f1f1f1;
}

.spas_specifications-row.is-footer {
  background-color: var(--steel-blue);
  color: #fff;
}

.spas_specifications_cell {
  max-width: 10rem;
  min-width: 10rem;
  text-align: center;
  border-left: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.spas_specifications_cell.is-label {
  max-width: none;
  text-align: left;
  border-left-style: none;
  justify-content: flex-start;
  font-weight: 600;
}

.spas_specifications_cell.is-download {
  color: #fff;
  transition: background-color .2s, color .2s;
}

.spas_specifications_cell.is-download:hover {
  background-color: var(--deep-sky-blue);
}

.spas_specifications_spa-image {
  max-height: 3rem;
}

.spas_specifications-wrapper {
  border: 1px solid #dfdfdf;
  overflow: scroll;
}

.spas_mobile-swipe-notice {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: .5rem;
  display: none;
}

.spas_specifications-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section_colours {
  background-color: var(--dark-slate-grey);
  color: #fff;
  position: relative;
}

.spas_colour-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.spas_colour-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #3d474b;
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: flex-start;
  margin-bottom: 10vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.spas_colour-card-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem;
  display: flex;
  position: relative;
}

.spas_colours-wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  display: flex;
}

.spas_colour-item {
  width: 13rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.spas_colour-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spas_colour-image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 100%;
  position: relative;
}

.navbar_contact-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar_search-form {
  width: 40rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar_search-form-input {
  height: 3rem;
  border: 1px solid #bdbdbd;
  border-right-style: none;
  margin-bottom: 0;
}

.nabar_search-form-wrapper {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.form-column-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-checkbox-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_faq {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.faq_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  border-radius: 30rem;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.button-2:hover {
  background-color: var(--steel-blue);
  color: #fff;
  border-color: #0289bb;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.faq_list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faq_accordion {
  border-top: 1px solid #5c5c5c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_question {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

.faq_icon-wrapper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.faq_answer {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  overflow: hidden;
}

.faq_answer-content {
  background-color: rgba(255, 255, 255, .16);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.faq_question-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery_content-wrapper {
  color: var(--white);
  background-color: rgba(0, 0, 0, .6);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_image-count {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .59);
  align-items: center;
  padding: .3rem .5rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gallery_album-number {
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .59);
  padding: .3rem .5rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gallery_title {
  line-height: 1.3;
}

.layout_info-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0;
}

.map-grid {
  height: 500px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.map-info-list {
  overflow: auto;
}

.map-info-list-item {
  padding-bottom: 1rem;
}

.map-info-list-item.text-align-center {
  padding-top: 1rem;
}

.map-info-list-item.text-align-center.odd {
  background-color: var(--light-grey);
}

.phone-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 100%;
  height: 100px;
  min-width: 200px;
}

.gallery_3_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sliding_image {
  max-width: 20%;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.sliding_image.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.section_sliding_images {
  position: relative;
}

.div-block {
  height: 100svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.banner-scroll {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: 0%;
  right: 0%;
}

.banner-scroll_animation {
  width: 50px;
  opacity: .3;
  cursor: pointer;
  transition: opacity 1s ease-in-out, opacity .2s;
}

.banner-scroll_animation:hover {
  opacity: .6;
}

@media screen and (min-width: 1440px) {
  .about_component {
    min-height: 30rem;
  }

  .header_hero-content {
    min-height: 35rem;
  }

  .spas_feature-image {
    max-height: 30rem;
  }
}

@media screen and (min-width: 1920px) {
  .about_component {
    min-height: 40rem;
  }

  .spas_feature-image {
    max-height: 32rem;
  }

  .gallery_component {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-medium.align-center.sliding_image_content {
    max-width: 60%;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .header_content {
    min-height: 65rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-text-fill-color: inherit;
    background-color: #00425a;
    background-clip: border-box;
    margin-left: 0;
    padding: 1rem 5% 2rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    margin-top: 0;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar_dropdown-list.is-mini.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
    position: relative;
  }

  .navbar_dropdown-content {
    background-color: rgba(255, 255, 255, .19);
    flex-direction: column;
    padding: 1rem;
  }

  .navbar_dropdown-link-list.is-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar_dropdown-link {
    color: #e9e9e9;
  }

  .navbar_dropdown-link:hover {
    color: #fff;
  }

  .navbar_dropdown-content-links {
    max-width: none;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header_overlay-bottom {
    height: 60rem;
  }

  .spas_tab-label {
    font-size: 1.2rem;
  }

  .about_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .layout_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .tabs_component {
    flex-direction: column;
    display: none;
  }

  .tabs_menu {
    border-bottom: 1px solid var(--deep-sky-blue);
    border-right-style: none;
    flex-direction: row;
    justify-content: center;
    padding-top: 1rem;
  }

  .tabs_tab-link {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-right-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs_tab-link.w--current {
    border-bottom-color: var(--deep-sky-blue);
  }

  .navbar_tab-spa-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spas_slider-item {
    width: 50%;
  }

  .blog_card_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_bottom-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_social-icons {
    margin-bottom: 2rem;
  }

  .navbar_dropdown-links-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar_dropdown-image-link {
    justify-content: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar_dropdown-image {
    display: none;
  }

  .navbar_dropdown-image-link-text {
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-weight: 500;
    position: static;
  }

  .spas_feature-wrapper {
    grid-template-columns: 1fr;
  }

  .spas_feature-content {
    flex-wrap: wrap;
  }

  .layout_component-raised {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .spas_gallery_list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .spas_colour-card-content {
    padding: 2rem 1rem;
  }

  .spas_colour-item {
    width: 11rem;
  }

  .faq_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .gallery_component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery_content-wrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .63));
    padding: .4rem;
  }

  .gallery_title {
    font-size: .9rem;
  }

  .sliding_image {
    max-height: 50%;
    max-width: 50%;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: 70%;
    left: -30%;
  }

  .sliding_image.right {
    top: 70%;
    right: -30%;
  }

  .section_sliding_images {
    overflow: hidden;
  }

  .navbar_scrollable {
    height: 100vh;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .header_content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2rem;
    display: flex;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_menu {
    padding-bottom: 6rem;
  }

  .navbar_dropdown-link-list {
    max-width: none;
  }

  .navbar_dropdown-content-links {
    padding-bottom: 1.5rem;
  }

  .header_content-right {
    align-items: flex-start;
  }

  .header_australia-logo {
    max-width: 5.6rem;
  }

  .spas_image-wrapper {
    height: 100%;
  }

  .spas_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spas_tab-label {
    font-size: 1rem;
  }

  .about_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .modal_component {
    align-items: flex-start;
  }

  .modal_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar_tab-spa-list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery_mask {
    width: 50%;
  }

  .gallery_slide {
    padding-right: 1.5rem;
  }

  .gallery_arrow.is-left {
    right: 3.5rem;
  }

  .blog_card_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery_mini_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

  .gallery_mini_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer_bottom-wrapper {
    padding-bottom: 1rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .navbar_dropdown-links-grid {
    grid-template-columns: 1fr;
  }

  .header_hero-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2rem;
    display: flex;
  }

  .spas_category-card_heading {
    font-size: 1.25rem;
  }

  .spas_tabs_component {
    flex-direction: column;
    align-items: center;
  }

  .spas_tabs_menu {
    width: 100%;
    border-bottom: 1px solid var(--deep-sky-blue);
    flex-direction: row;
  }

  .spas_tabs_pane {
    padding-top: 1rem;
  }

  .layout_component-raised {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spas_gallery_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spas_specifications-row {
    grid-row-gap: 3rem;
  }

  .spas_specifications_cell {
    max-width: 8rem;
    min-width: 8rem;
    font-size: .9rem;
  }

  .spas_mobile-swipe-notice {
    display: flex;
  }

  .spas_colour-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spas_colour-card {
    height: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .spas_colour-card-content {
    padding: 1.5rem;
  }

  .form-column-wrapper {
    grid-template-columns: 1fr;
  }

  .faq_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery_component {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar_component {
    z-index: 2001;
  }

  .navbar_menu-dropdown {
    font-size: 1rem;
  }

  .navbar_dropdown-link-list.is-mobile-menu {
    grid-template-columns: 1fr;
  }

  .navbar_dropdown-link {
    padding-left: 0;
  }

  .header_australia-logo {
    max-width: 5rem;
  }

  .header_hero-heading {
    font-size: 2rem;
  }

  .spas_tab-group {
    flex-direction: column;
  }

  .spas_slider-arrow {
    padding: .3rem;
  }

  .about_component {
    grid-template-columns: 1fr;
  }

  .modal_component {
    display: none;
  }

  .layout_component {
    grid-template-columns: 1fr;
  }

  .tabs_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spas_slider-arrow-wrapper {
    max-width: 2rem;
  }

  .spas_slider-item {
    width: 100%;
  }

  .spas_slider-mask {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery_slide-nav {
    display: none;
  }

  .spas_slider-arrow-icon {
    width: 1rem;
    height: 1rem;
    color: #fff;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_link {
    font-size: 1rem;
  }

  .spas_feature-image {
    max-width: 100%;
  }

  .spas_tabs_menu {
    border-bottom: 1px solid var(--deep-sky-blue);
  }

  .layout_component-raised {
    grid-template-columns: 1fr;
  }

  .spas_mobile-swipe-notice {
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
  }

  .spas_colour-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spas_colours-wrapper {
    grid-column-gap: 1rem;
  }

  .spas_colour-item {
    width: 8.4rem;
  }

  .faq_component, .gallery_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_3f8a4513-27e5-6552-cdd3-ed834538af8a-c3606e08, #w-node-de0cc250-75fc-7710-51b1-e793a61f32bb-c3606e08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52c063e-d7cb-8db1-9c09-65a5c34a794f-c3606e08 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c52c063e-d7cb-8db1-9c09-65a5c34a7952-c3606e08, #w-node-c52c063e-d7cb-8db1-9c09-65a5c34a7955-c3606e08, #w-node-c52c063e-d7cb-8db1-9c09-65a5c34a7958-c3606e08, #w-node-c52c063e-d7cb-8db1-9c09-65a5c34a795b-c3606e08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b820dad-6ef7-b25b-3fe1-4aee95e5206b-95e51f02, #w-node-_3b820dad-6ef7-b25b-3fe1-4aee95e520a4-95e51f02 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ed9c18b-aefa-1c3c-2110-a15350869991-95e51f02, #w-node-_3f8a4513-27e5-6552-cdd3-ed834538af8a-c3606e15, #w-node-_0aa85ea4-e9c3-47e6-b27b-3c4c2d9b3f4f-c3606e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7f7a9735-6eae-fff8-7dfa-0cc0a51329b1-c3606e15, #w-node-_52f5d442-8694-d01c-48f8-ff99a3849a36-c3606e15, #w-node-_3f8a4513-27e5-6552-cdd3-ed834538af8a-c3606e21, #w-node-_7851623c-3c02-cdf1-12a6-e6c65bdd0197-c3606e21, #w-node-_055bfd51-d0a1-812c-303a-f9f3c2983069-c3606e21, #w-node-_055bfd51-d0a1-812c-303a-f9f3c298306c-c3606e21, #w-node-a73c524a-7dfe-6559-bd7e-babcbdb86cd9-c3606e21, #w-node-_74e0d3b9-b0a6-de45-79be-a71cd6d53fe2-c3606e21, #w-node-_74e0d3b9-b0a6-de45-79be-a71cd6d53fe5-c3606e21, #w-node-_74e0d3b9-b0a6-de45-79be-a71cd6d53fe7-c3606e21, #w-node-_74e0d3b9-b0a6-de45-79be-a71cd6d53fe9-c3606e21, #w-node-_49d39589-8525-6d5f-cad0-a30882944ce1-c3606e21, #w-node-_7db5fc28-2966-ff76-95f6-f8babefb5377-c3606e21, #w-node-b079cb0a-8a24-8321-80c6-e38c24efda1c-c3606e21, #w-node-_323b94f8-548a-8c12-31a8-098805f94bab-c3606e21, #w-node-d74c7a1e-ef58-3649-8e3c-3cfcdb467ac6-c3606e21, #w-node-d74c7a1e-ef58-3649-8e3c-3cfcdb467ac9-c3606e21, #w-node-d74c7a1e-ef58-3649-8e3c-3cfcdb467acb-c3606e21, #w-node-d74c7a1e-ef58-3649-8e3c-3cfcdb467acd-c3606e21, #w-node-ba836064-b7ef-010b-5ce4-fea9dfd4713b-c3606e21, #w-node-ba836064-b7ef-010b-5ce4-fea9dfd4713e-c3606e21, #w-node-ba836064-b7ef-010b-5ce4-fea9dfd47141-c3606e21, #w-node-ba836064-b7ef-010b-5ce4-fea9dfd47144-c3606e21, #w-node-eb6020ca-b29a-4878-d42e-9dc77e57f93a-c3606e21, #w-node-eb6020ca-b29a-4878-d42e-9dc77e57f93d-c3606e21, #w-node-eb6020ca-b29a-4878-d42e-9dc77e57f940-c3606e21, #w-node-eb6020ca-b29a-4878-d42e-9dc77e57f943-c3606e21, #w-node-fd656a9b-1bee-b539-c1f7-639c4402fac2-c3606e21, #w-node-fd656a9b-1bee-b539-c1f7-639c4402fac5-c3606e21, #w-node-fd656a9b-1bee-b539-c1f7-639c4402fac8-c3606e21, #w-node-fd656a9b-1bee-b539-c1f7-639c4402faca-c3606e21, #w-node-_8815bfc4-0b60-5c0b-34cb-ffffbf466484-c3606e21, #w-node-_8815bfc4-0b60-5c0b-34cb-ffffbf466487-c3606e21, #w-node-_8815bfc4-0b60-5c0b-34cb-ffffbf46648a-c3606e21, #w-node-_8815bfc4-0b60-5c0b-34cb-ffffbf46648d-c3606e21, #w-node-ca35a28f-008c-0bc5-7689-2cd30c12637b-c3606e21, #w-node-ca35a28f-008c-0bc5-7689-2cd30c12637e-c3606e21, #w-node-ca35a28f-008c-0bc5-7689-2cd30c126381-c3606e21, #w-node-ca35a28f-008c-0bc5-7689-2cd30c126384-c3606e21, #w-node-_3c82b603-2e1d-0fb3-41eb-ba2ccfb78d1b-c3606e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3f8a4513-27e5-6552-cdd3-ed834538af8a-c3606e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-c3606e27 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c3606e27 {
  justify-self: start;
}

#w-node-_643473c0-95e8-7a81-0b44-1468d7be7a0d-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_643473c0-95e8-7a81-0b44-1468d7be7a0e-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-c3606e27, #w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7d4-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7d5-c3606e27 {
  justify-self: start;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7d9-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7da-c3606e27 {
  justify-self: start;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7de-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7df-c3606e27 {
  justify-self: start;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7e3-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7e4-c3606e27 {
  justify-self: start;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7e8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5b6da8-1789-3ac6-e404-47eca7ffb7e9-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c3606e27, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-c3606e27, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-c3606e27 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c3606e27 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c3606e27 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c3606e27, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c3606e27, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c3606e27, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-c3606e27 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-c3606e27, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-c3606e27, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-c3606e27 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-c3606e27, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-c3606e27, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-c3606e27 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-c3606e27, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-c3606e27, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-c3606e27 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-c3606e27, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-c3606e27, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-c3606e27 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-c3606e27, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-c3606e27, #w-node-ee961e8d-845a-edc3-3307-509470022457-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-c3606e27 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-c3606e27, #w-node-ee961e8d-845a-edc3-3307-50947002245b-c3606e27, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-c3606e27 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-c3606e27, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-c3606e27, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-c3606e27 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-c3606e27, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-c3606e27, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-c3606e27 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-c3606e27, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-c3606e27, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-c3606e27 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-c3606e27, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-c3606e27, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-c3606e27 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-c3606e27, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c3606e27, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c3606e27 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c3606e27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c3606e27 {
  justify-self: start;
}

#w-node-_3f8a4513-27e5-6552-cdd3-ed834538af8a-978ea433, #w-node-_3f8a4513-27e5-6552-cdd3-ed834538af8a-9816ec2b, #w-node-f3003528-692c-e0c9-b0ce-29a6df02f80b-9816ec2b, #w-node-_47583bc3-01dc-ca73-1ee0-72bac1cea72b-9816ec2b, #w-node-f6e3fafd-982b-3e9f-e909-9f2183360c96-9816ec2b, #w-node-_79a4e522-f820-2ad0-b8de-4e10e0ad5308-9816ec2b, #w-node-c5d570f0-3fdd-6b18-4951-6dfac6f4f087-9816ec2b, #w-node-ba1e641b-2a3f-af4b-2ea2-3b6c1c3159cb-9816ec2b, #w-node-fdf57916-77da-4e51-a4ab-4d571fe8d8dd-9816ec2b, #w-node-_252a61a0-b6d5-20d3-17b2-cb532abfcf61-9816ec2b, #w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1b82-9db3d26a, #w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1e30-9db3d26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1eb6-9db3d26a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1eb9-9db3d26a, #w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1ebc-9db3d26a, #w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1ebf-9db3d26a, #w-node-_3ed1505d-05a9-c68e-8d60-d51325aa1ec2-9db3d26a, #w-node-d48b71a7-6175-44fc-e263-911b736692a1-9db3d26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d48b71a7-6175-44fc-e263-911b73669295-9db3d26a, #w-node-d48b71a7-6175-44fc-e263-911b7366929b-9db3d26a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d48b71a7-6175-44fc-e263-911b73669298-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b6a3-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b711-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b714-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b717-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b71a-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b72c-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b72d-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b72f-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b731-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b734-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b735-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b738-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b73b-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b73f-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b742-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b745-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b748-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b74c-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b74f-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b752-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b755-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b759-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b75c-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b75f-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b761-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b764-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b767-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b76a-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b76d-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b771-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b774-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b777-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b77a-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b77e-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b781-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b784-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b786-9db3d26a, #w-node-_8c00c163-c355-f0e7-99a6-81550791b789-9db3d26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c00c163-c355-f0e7-99a6-81550791b8b0-9db3d26a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-bbc443e1-d8b1-7c3e-58b1-06d630a90804-9db3d26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbc443e1-d8b1-7c3e-58b1-06d630a90835-9db3d26a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f5d0d7fd-ebf9-0daa-7d72-e4917a87bd8f-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b702595c-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b7025970-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b7025975-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b702597a-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b702597f-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b7025984-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b7025989-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b702598e-9db3d26a, #w-node-_168dcc2a-0096-e022-7e76-0d51b7025993-9db3d26a, #w-node-_14a6601e-1a79-fcd8-bb1a-47cfc8682577-9db3d26a, #w-node-_14a6601e-1a79-fcd8-bb1a-47cfc86825d2-9db3d26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14a6601e-1a79-fcd8-bb1a-47cfc8682653-9db3d26a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_14a6601e-1a79-fcd8-bb1a-47cfc8682674-9db3d26a, #w-node-_14a6601e-1a79-fcd8-bb1a-47cfc86826d4-9db3d26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_483cf0cc-8858-f843-9266-0fe0e5b84dd7-e5b84dd2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3b820dad-6ef7-b25b-3fe1-4aee95e5206b-95e51f02, #w-node-_3b820dad-6ef7-b25b-3fe1-4aee95e520a4-95e51f02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e15, #w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e21, #w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e25, #w-node-_8c00c163-c355-f0e7-99a6-81550791b8b0-9db3d26a, #w-node-bbc443e1-d8b1-7c3e-58b1-06d630a90835-9db3d26a, #w-node-_14a6601e-1a79-fcd8-bb1a-47cfc8682653-9db3d26a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_483cf0cc-8858-f843-9266-0fe0e5b84dd7-e5b84dd2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_483cf0cc-8858-f843-9266-0fe0e5b84e26-e5b84dd2 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_483cf0cc-8858-f843-9266-0fe0e5b84dd7-e5b84dd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e15, #w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e21, #w-node-_3fb8bee8-4eea-a841-2b41-40c9e5fcfa03-c3606e25, #w-node-_8c00c163-c355-f0e7-99a6-81550791b8b0-9db3d26a, #w-node-bbc443e1-d8b1-7c3e-58b1-06d630a90835-9db3d26a, #w-node-_14a6601e-1a79-fcd8-bb1a-47cfc8682653-9db3d26a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}



/****** FILE: themes/saps2023/css/assets/fancybox.min.css *****/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/****** FILE: themes/saps2023/css/assets/lite-yt-embed.css *****/
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/****** FILE: assets/_css/themes-saps2023-scss-global.css *****/
.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}@media screen and (max-width:1400px){.phone-text{display:none}}@media screen and (max-width:991px){.phone-text{display:block;padding-left:5px}}@media screen and (max-width:1400px){.navbar_contact-wrapper{padding:1rem 0rem}.navbar_contact-wrapper.is-search{padding:1rem 0rem}}@media screen and (max-width:1200px){.navbar_contact-wrapper .icon-embed-xsmall{width:1.2rem;height:1.2rem}}@media screen and (max-width:991px){.navbar_contact-wrapper{padding:0rem}.navbar_contact-wrapper.is-search{padding:0rem}}.dropdown-icon{transition:all 0.5s ease;transform:rotate(0deg)}.navbar_dropdown-toggle{transition:all 0.5s ease}@media screen and (max-width:1200px){.navbar_dropdown-toggle{padding-left:0.5rem;padding-right:1rem;font-size:0.8rem}.navbar_dropdown-toggle .dropdown-icon{margin-right:0rem;height:0.9rem;width:0.9rem}}@media screen and (max-width:991px){.navbar_dropdown-toggle{padding-left:0px;font-size:1.125rem}}@media screen and (max-width:479px){.navbar_dropdown-toggle{font-size:0.9rem}}.navbar_dropdown-toggle.w--open .dropdown-icon{transform:rotate(180deg)}@media screen and (max-width:991px){.navbar_dropdown-link-list.is-mobile-menu{font-size:0.9rem;grid-row-gap:0px}}@media screen and (max-width:479px){.navbar_dropdown-link-list.is-mobile-menu{font-size:0.8rem}}.navbar_link{color:#fff}@media screen and (max-width:1200px){.navbar_link{font-size:0.8rem}}@media screen and (max-width:991px){.navbar_link{font-size:1.125rem}}@media screen and (max-width:479px){.navbar_link{font-size:0.8rem}}.navbar_link:hover{color:#9FA28B}.navbar_link.no-dropdown{padding-right:1rem}.navbar_dropdown-list.w--open{background-color:#DBDBDB}@media screen and (max-width:991px){.navbar_dropdown-list.w--open{background-color:rgba(0, 0, 0, 0)}}@media screen and (max-width:767px){.navbar_menu{height:100vh;overflow:auto}}.navbar_component.BlogPost,.navbar_component .noBanner{background-color:#5B6741 !important}body.BlogPost .navbar_component{background-color:#5B6741 !important}.page_navigation{background:#3d474b;overflow:hidden;overflow-x:auto;position:sticky;scrollbar-width:none;top:100px;width:100%;z-index:100;text-align:center}.page_navigation ul{margin:0;display:flex;justify-content:center;overflow-x:auto;padding:0;list-style:none}.page_navigation ul li{color:#fff;cursor:pointer;font-size:0.9rem;text-transform:uppercase}.page_navigation ul li a{display:inline-block;padding-bottom:1rem;padding-top:1rem;color:#fff}.page_navigation ul li:not(:last-child) a{border-right:1px solid #fff;padding-left:2rem;padding-right:2rem}.page_navigation ul li:first-child a{padding-left:0px}.page_navigation ul li:last-child a{padding-left:2rem;padding-right:0px}@media screen and (max-width:991px){.page_navigation ul li:not(:last-child) a{padding-left:1rem;padding-right:1rem}.page_navigation ul li:last-child a{padding-left:1rem}}@media screen and (max-width:767px){.page_navigation ul li{font-size:0.8rem}.page_navigation ul li:last-child a{padding-right:1rem}}@media screen and (max-width:767px){.page_navigation .container-large{min-width:max-content}}.header_content-left{color:#fff;display:flex;flex-direction:column;align-items:start}.header_content-left a{color:#fff}.header_content-left a:hover{color:white}.header_content-left.has-logo{height:100%;justify-content:space-between}.header_content{min-height:100svh;padding-top:110px}.header_content.thirds{min-height:auto;height:75svh;max-height:1000px}.header_hero-content{padding-top:110px}.banner-logo{margin-top:2rem;margin-bottom:1rem}@media screen and (max-width:991px){.header_content-right{display:none}.header_hero-content,.header_content{display:flex}}.navbar_dropdown-image-link-text{text-transform:none}.banner-scroll_animation{position:absolute;left:50%;bottom:1rem;transform:translate(-50%, 0%)}@media screen and (max-width:768px){.banner-scroll_animation{display:none}}.form.blog-dropdown{background:white;box-shadow:none;padding:0px}.form .form{padding:0px;background:transparent;box-shadow:none}.form fieldset{grid-column-gap:1.5rem;grid-row-gap:1.5rem;background-color:#f8f8f8;grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr;display:grid}.form .field.optionset label{margin-bottom:0.5rem;font-size:0.9rem;font-weight:600}.form .middleColumn .optionset{grid-column-gap:2.5rem;grid-row-gap:1rem;flex-wrap:wrap;align-items:center;display:flex;margin:0px;padding:0px}.form .middleColumn .optionset li{margin:0px;padding:0px;align-items:center;margin-bottom:0;padding-left:1.125rem;display:flex}.form .middleColumn .optionset li input{width:1.125rem;height:1.125rem;min-height:1.125rem;min-width:1.125rem;cursor:pointer;background-color:#fff;border:1px solid #adadad;border-radius:100px;margin-top:0;margin-left:-1.125rem;margin-right:0.5rem}.form .middleColumn .optionset li label{cursor:pointer;margin-bottom:0;font-weight:normal;display:inline-block;font-size:1rem}.form .checkbox{grid-row-gap:1rem;flex-wrap:wrap;align-items:center;display:flex}.form .checkbox input{width:1.125rem;height:1.125rem;min-height:1.125rem;min-width:1.125rem;background-color:var(--white);cursor:pointer;border:1px solid silver;border-radius:0;margin-top:0;margin-right:0.5rem;transition:all 0.2s}.form .checkbox label{cursor:pointer;margin-bottom:0;font-weight:normal;display:inline-block;font-size:1rem}.form .form-field-wrapper input,.form .form-field-wrapper textarea,.form .form-field-wrapper select{height:auto;min-height:2.75rem;background-color:var(--white);color:var(--black);border:1px solid #d3d3d3;margin-bottom:0;padding:0.5rem 0.75rem;font-size:1rem;line-height:1.6;display:block;width:100%;vertical-align:middle}.form .form-field-wrapper textarea{height:auto;min-height:11.25rem;padding-top:0.75rem;padding-bottom:0.75rem;overflow:auto}.form .form-field-wrapper label{margin-bottom:0.5rem;font-size:0.9rem;font-weight:600}.navbar_quote-button-wrapper{top:50%;bottom:auto}.SlideContactForm{max-width:400px;width:100%;position:fixed;top:50%;transform:perspective(1px) translateY(-50%);z-index:2001;right:-400px;transition:all 0.5s ease-in-out;background:transparent}@media screen and (max-width:767px){.SlideContactForm{opacity:0;transition:opacity 0.5s ease-in-out}}.SlideContactForm.open{right:0px;transition:all 0.5s ease-in-out;overflow:auto}@media screen and (max-width:767px){.SlideContactForm.open{max-width:100%;height:100%;background:rgba(0, 0, 0, 0.5);padding:3rem;opacity:1;transition:opacity 0.5s ease-in-out;overflow:auto}}@media screen and (max-width:479px){.SlideContactForm.open{padding:1rem}}.SlideContactForm .form{padding:1rem;padding-top:2rem;display:block;position:relative}.SlideContactForm .form .form{padding:0px}.SlideContactForm .form ::placeholder{color:black;opacity:1}.SlideContactForm .form ::-ms-input-placeholder{color:black}.SlideContactForm .form .form-field-wrapper label{font-size:0.8rem;margin-bottom:0.1rem;display:none}.SlideContactForm .form fieldset{gap:0.9rem}.SlideContactForm .form .checkbox{flex-wrap:nowrap;align-items:start}.SlideContactForm .form .modal-close{position:absolute;top:-0.4rem;right:1rem;z-index:1}.extraInfo{position:absolute;left:0%;top:0%;right:auto;bottom:auto;z-index:-1;overflow:hidden;width:0px;height:0px;opacity:0;display:block !important}@media only screen and (min-width: 1400px){.centered-swiper.slides-4 .swiper-wrapper{justify-content:center !important}}@media only screen and (min-width: 1200px){.centered-swiper.slides-3 .swiper-wrapper{justify-content:center !important}}@media only screen and (min-width: 767px){.centered-swiper.slides-2 .swiper-wrapper{justify-content:center !important}}.section_harries{background-image:url("/_resources/themes/saps2023/images/sapphire-spas-icon-large-blue.svg")}.swiper-button-prev.disabled_swiper_button,.swiper-button-next.disabled_swiper_button{opacity:0}.kb-search-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:6.25rem 0;color:#fff;background-color:#ffb81c}.kb-search-section.kb-search-section--narrow{padding:9.75rem 0 2.5rem;display:none !important}@media screen and (min-width:768px){.kb-search-section.kb-search-section--narrow{display:block !important}}.header-is-sticky .kb-search-section--narrow{left:50%;right:auto;width:100%;transform:translateX(-50%);position:fixed;top:0;z-index:1;padding-top:calc(2.5rem + 60px);padding-bottom:20px}.kb-search-section--full .kb-search-section__content{max-width:693px !important}@media screen and (max-width:768px){.kb-search-section--full .kb-search-section__content .kb-search{display:none}}.kb-mobile-search form,.kb-mobile-search__close,.kb-search__suggestions{display:none}.kb-search{position:relative;margin-top:25px}.kb-search form{-webkit-box-flex:1;-ms-flex:1;flex:1}.kb-search.open{z-index:2000}@media only screen and (max-width: 766px){.kb-search.open{position:fixed;top:0;right:0;left:0;bottom:0;background:#fff}.kb-search.open .kb-search__box{bottom:0;display:flex;flex-flow:column}}input[type=text].kb-search__input{width:100%;box-sizing:border-box;font-size:1em;padding:0.75em;border:0;color:#7c98b6;transition:color 0.1s ease-in}input[type=text].kb-search__input::placeholder{color:#666666}.kb-search__close{margin-right:15px;opacity:0;pointer-events:none;cursor:pointer}.kb-theme--tiles .kb-search{margin:0 auto}.kb-search-section--full .kb-search,.kb-search-section--full .kb-search-section__title{max-width:693px}.kb-search__placeholder{height:50px;width:100%}.kb-search__box{background-color:#fff;border-radius:3px;position:absolute;top:0;left:0;right:0;z-index:1;border:1px solid gray;box-shadow:0 1px 24px 0 rgba(0, 0, 0, 0.08)}.kb-search__bar{min-height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.kb-search.open .kb-search__bar{border-bottom-width:0px}.kb-search__mag{margin-left:15px}.kb-search__suggestions{margin:0;padding:0;list-style:none;display:block;overflow:auto}@media screen and (min-width:768px){.kb-search__suggestions{max-height:250px}}.kb-search__suggestions li{display:block;margin:0;padding:0}.kb-search__suggestions li:first-of-type{margin-top:0.5em}.kb-search__suggestions a{display:block;color:#33475b;padding:0.6em 1em}.kb-search__suggestions a:hover,.kb-search__suggestions a:focus{background-color:rgba(66, 91, 118, 0.1);outline:0;text-decoration:none;opacity:1}.kb-search__suggestions__article-title{font-size:16px;line-height:30px}.result-type-file .kb-search__suggestions__article-title::after{content:"(FILE)";margin-left:10px;color:#E37B1A;font-weight:bold}.result-ext-mov .kb-search__suggestions__article-title::after{content:"(MOV)"}.result-ext-mp4 .kb-search__suggestions__article-title::after{content:"(MP4)"}.result-ext-pdf .kb-search__suggestions__article-title::after{content:"(PDF)"}.result-ext-jpeg .kb-search__suggestions__article-title::after,.result-ext-jpg .kb-search__suggestions__article-title::after{content:"(JPG)"}.kb-search__suggestions__article-content{font-size:13px;line-height:22px}.kb-theme--tiles .kb-search{margin:0 auto}#wizardsteps{text-align:center}#wizardoptions{margin-bottom:10px}[data-step]{display:none;padding:15px 0;min-height:100px}[data-step] .btn-wrapper{display:inline-flex;gap:15px}[data-step] .back-step,[data-step] .start-over{margin:15px auto 0}.wizard-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.wizard-buttons .next-step,.wizard-button{flex:0 0 250px;border:2px solid #82886b;line-height:50px;text-align:center;font-size:20px;margin-left:0px;white-space:nowrap;padding:0 20px;color:white;background:#82886b}.wizard-buttons .next-step:first-child,.wizard-button:first-child{margin-left:0}.wizard-buttons .next-step:hover,.wizard-button:hover{border:2px solid #5b6741;background:#5b6741;color:white}.wizard-buttons .next-step.active,.wizard-button.active{background-color:#FFB300;border-color:#FFB300}@media only screen and (max-width: 1199px){.wizard-buttons .next-step,.wizard-button{line-height:50px;margin:0 0 15px 0}}#capacity-slider{margin:34px 20px 20px 20px}#capacity-slider .ui-slider-range{background:#3db5e6;border-color:#3db5e6}#capacity-slider .ui-slider-handle{border-color:#3db5e6;border-radius:0;background:white}#slider-marks{display:flex;padding-top:10px}#slider-marks i{font-style:normal;flex:2;text-align:center}#slider-marks i:last-child{flex:1;text-align:right}#slider-marks i:first-child{flex:1;text-align:left}.wizard-image-button{flex:1;text-align:center;position:relative;overflow:hidden;margin-left:15px}.wizard-image-button:first-child{margin-left:0}.wizard-image-button img{height:100%;width:100%}.wizard-image-button .gallery_content-wrapper{background-color:#82886b;justify-content:center;align-items:center;top:auto;height:50px}.wizard-image-button span{position:absolute;left:50%;top:50%;transform:perspective(1px) translateX(-50%) translateY(-50%)}.wizard-image-button:hover .gallery_content-wrapper{background-color:#5b6741}@media only screen and (max-width: 1199px){.wizard-image-button{margin:0 0 15px 0;height:150px}.wizard-image-button span{font-size:20px}}.wizard-divider{width:100%;padding:10px;color:white}.faq_answer-content-items-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.faq_answer-content-items-wrapper .faq_answer-content-item{display:block;padding:1rem 0;width:50%}@media only screen and (max-width: 966px){.faq_answer-content-items-wrapper .faq_answer-content-item{width:100%}}@media only screen and (max-width: 680px){.faq_answer-content-items-wrapper .faq_answer-content-item{flex-direction:column}}.faq_answer-content-items-wrapper .faq_answer-content-item .faq_answer-content-item-image{max-width:40%;background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;float:left}@media only screen and (max-width: 680px){.faq_answer-content-items-wrapper .faq_answer-content-item .faq_answer-content-item-image{max-width:200px;display:block;float:none;margin:auto;padding-bottom:10px}}.faq_answer-content-items-wrapper .faq_answer-content-item .faq_answer-content-item-content{padding-left:20px;width:60%;float:left}@media only screen and (max-width: 680px){.faq_answer-content-items-wrapper .faq_answer-content-item .faq_answer-content-item-content{width:100%;padding-left:0px}}.faq_answer-content-left{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.faq_answer-content-left .faq_answer-content-left-image{display:block;padding:1rem 0;width:30%;margin-bottom:1rem}.faq_answer-content-left .faq_answer-content-left-image img{height:100%;object-fit:cover;object-position:center;width:100%}@media only screen and (max-width: 966px){.faq_answer-content-left .faq_answer-content-left-image{width:100%;max-height:250px}}.faq_answer-content-left .faq_answer-content-left-content{display:block;padding:1rem;width:70%}@media only screen and (max-width: 966px){.faq_answer-content-left .faq_answer-content-left-content{width:100%}}.btn,.btn-blue,.btn-black,.btn-white{grid-column-gap:0.5rem;border:1px solid var(--deep-sky-blue);background-color:var(--deep-sky-blue);color:var(--white);text-align:center;border-radius:30rem;align-items:center;padding:0.75rem 1.5rem;transition:box-shadow 0.2s, background-color 0.2s, color 0.2s;display:flex;line-height:inherit;text-decoration:none !important;width:fit-content}.btn:hover,.btn-blue:hover,.btn-black:hover,.btn-white:hover{background-color:var(--steel-blue);color:var(--white);border-color:var(--steel-blue)}.btn.outline,.outline.btn-blue,.outline.btn-black,.outline.btn-white{color:var(--black);background-color:rgba(0, 0, 0, 0)}.btn.outline:hover,.outline.btn-blue:hover,.outline.btn-black:hover,.outline.btn-white:hover{background-color:var(--deep-sky-blue);color:var(--white);border-color:var(--deep-sky-blue)}.btn-black{border:1px solid var(--dark-slate-grey);background-color:var(--dark-slate-grey)}.btn-black:hover{background-color:var(--black);color:var(--white);border-color:var(--black)}.btn-black.outline{color:var(--black);background-color:rgba(0, 0, 0, 0)}.btn-black.outline:hover{background-color:var(--dark-slate-grey);color:var(--white);border-color:var(--dark-slate-grey)}.btn-white{border:1px solid var(--light-grey);color:var(--dark-slate-grey);background-color:var(--light-grey)}.btn-white:hover{background-color:var(--white);color:var(--black);border-color:var(--white)}.btn-white.outline{color:var(--black);background-color:rgba(0, 0, 0, 0)}.btn-white.outline:hover{background-color:var(--light-grey);color:var(--black);border-color:var(--light-grey)}.button-group.no-stretch{align-items:center}.button-group.no-stretch-left{align-items:start}.button-group.single{flex-direction:row}.button-group.not-full{align-items:center}.button{justify-content:center}.button.full{width:100%}.button.nav{width:100%}@media screen and (max-width:991px){.button.nav{padding:0px;border:0px;color:white;transition:none;justify-content:start;font-size:0.9rem}}.tabs_tab-link.w--current{font-size:1rem}.hide-blueprint{opacity:1}.blueprint-dot{cursor:pointer}.hidden-rectangle{opacity:0;filter:drop-shadow(2px 0 5px grey)}.blueprint-svg{overflow:visible !important}#switch_country{position:fixed;background-color:rgba(0, 0, 0, 0.5);color:white;z-index:30000;left:0;right:0;top:0;bottom:0}#switch_country .switch_country-content{background-color:white;border:gray 1px solid;padding:32px;position:absolute;max-width:100%;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;margin:0 auto;color:black;text-align:center;display:inline-block}.switch_country-notice{font-size:23px;font-weight:bold}.switch_country-name{display:block}.switch_country-options{margin-top:16px}.switch_country-options .btn,.switch_country-options .btn-blue,.switch_country-options .btn-black,.switch_country-options .btn-white{display:block}.switch_country-options .btn:not(:last-child),.switch_country-options .btn-blue:not(:last-child),.switch_country-options .btn-black:not(:last-child),.switch_country-options .btn-white:not(:last-child){margin-bottom:16px}.gallery_category_dropdown{margin-left:auto !important;max-width:calc(25% - 1rem)}.gallery_play_icon{position:absolute;width:100%;height:100%;top:0px;left:0px;display:flex;align-items:center;justify-content:center}.gallery_component.small{grid-template-columns:1fr 1fr 1fr 1fr}.gallery_image-wrapper{transition:all 0.5s}.gallery_image-wrapper .gallery_content-wrapper{opacity:0;transition:all 0.5s}.gallery_image-wrapper:hover .gallery_content-wrapper{opacity:1}.gallery_mini_row{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.gallery_image_whole{grid-area:span 12 / span 12 / span 12 / span 12}.gallery_image_half{grid-area:span 6 / span 6 / span 6 / span 6}.gallery_image_third{grid-area:span 4 / span 4 / span 4 / span 4}.gallery_image_quarter{grid-area:span 3 / span 3 / span 3 / span 3}.gallery_grid_3{grid-template-rows:auto auto;grid-template-columns:1fr 1fr 1fr !important;column-gap:2rem;row-gap:2rem}@media screen and (max-width:767px){.gallery_grid_3{column-gap:1.5rem;row-gap:1.5rem}}@media screen and (max-width:479px){.gallery_grid_3{grid-template-columns:1fr !important}}.gallery_grid_3 .w-layout-grid{grid-template-columns:1fr;column-gap:2rem;row-gap:2rem;grid-template-rows:1fr}@media screen and (max-width:767px){.gallery_grid_3 .w-layout-grid{column-gap:1.5rem;row-gap:1.5rem}}.gallery_grid_3 .w-layout-grid.split-grid{grid-template-rows:1fr 1fr}.grid_2{grid-template-columns:1fr 1fr !important}@media screen and (max-width:479px){.grid_2{grid-template-columns:1fr !important}}@media screen and (max-width:479px){.gallery_image_quarter,.gallery_image_third,.gallery_image_half{grid-area:span 12 / span 12 / span 12 / span 12}}@media screen and (min-width:1920px){.gallery_category_dropdown{max-width:calc(20% - 1rem)}}@media screen and (max-width:991px){.gallery_category_dropdown{max-width:calc(33.33% - 1rem)}.gallery_component.small{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:767px){.gallery_category_dropdown{max-width:calc(50% - 1rem)}.gallery_component.small{grid-template-columns:1fr 1fr}}@media screen and (max-width:479px){.gallery_category_dropdown{max-width:100%}.gallery_component.small{grid-template-columns:1fr}}.modal{display:none;position:fixed;z-index:2001;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0, 0, 0, 0.4)}.modal-content{background-color:#fefefe;margin:5% auto;padding:36px;border:1px solid #888;width:80%;max-width:1100px}.modal-content.rounded{border-radius:36px;max-width:863px}@media screen and (max-width:991px){.modal-content{width:95%}}.modal-close{color:#aaa;float:right;font-size:28px;font-weight:bold}.modal-close:hover,.modal-close:focus{color:black;text-decoration:none;cursor:pointer}.gallery_play_icon.small .modal_play-icon{height:2.5rem;width:2.5rem}.gallery_play_icon.small .icon-embed-medium{height:1.5rem;width:1.5rem}.store-ads-media{display:flex;width:100%;justify-content:space-around;padding:1rem}.store-ads-media a{display:inline-block;width:30%;max-height:130px}@media screen and (max-width:767px){.store-ads-media a{max-height:170px}}.store-ads-colour{display:flex;width:100%;justify-content:space-around;padding:0 1rem}.store-ads-colour .store-ads-colour-item{text-align:center;width:30%;padding-bottom:1rem}.store-ads-colour .store-ads-colour-item span{padding-bottom:1rem}.store-ads-options p{line-height:normal !important}.pool-scroll{display:flex;flex-direction:row;background:#292c2e;min-height:400px}@media only screen and (max-width: 766px){.pool-scroll{flex-direction:column;margin-top:40px}}.pool-scroll-even{background:#505050}.pool-scroll__banner{width:300px;max-width:30%;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative}@media only screen and (max-width: 766px){.pool-scroll__banner{max-width:100%;width:auto}}.pool-scroll__banner:hover .pool-scroll__banner-overlay{-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;-ms-transition:all 0.2s ease-in;transition:all 0.2s ease-in;opacity:0.5}.pool-scroll__banner-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:black;opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}.pool-scroll__banner-title{font-size:40px;font-weight:bold;padding:20px;color:#fff;text-shadow:0 0 5px rgba(0, 0, 0, 0.6)}@media only screen and (min-width: 767px){.pool-scroll__banner-title{transform:rotate(-90deg);transform-origin:0 0;position:absolute;bottom:-40px;padding:20px 0 0 0}}.pool-scroll__subplate{position:relative;width:100%;padding-left:60px}@media only screen and (min-width: 967px){.pool-scroll__subplate{padding-right:60px}}.pool-scroll__plate{flex:1;display:flex;align-items:flex-end;position:relative;overflow:hidden;flex-direction:column}.pool-scroll__text-content{color:#fff;padding:30px 60px 0 60px;overflow:hidden;width:100%}.pool-scroll__scroll-wrapper{overflow:hidden;position:relative}.pool-scroll__ticks{position:absolute;left:0;top:60px;bottom:calc(15px + 30px + 25px + 60px);right:0}.pool-scroll__tick{width:100%;border-bottom:dotted 1px silver;text-indent:15px;color:lightblue;position:absolute;font-weight:bold;font-size:13px}.pool-scroll__content-wrapper{position:relative;z-index:1;display:table;white-space:nowrap;margin-top:60px;padding-bottom:60px}.pool-scroll__series{display:table-cell;vertical-align:bottom;padding-left:8px;padding-right:8px}.pool-scroll__series-title{background-color:var(--deep-sky-blue);color:#fff;padding:0 30px;text-align:center;height:30px;line-height:30px;display:block}.pool-scroll__series-title:hover{background-color:var(--steel-blue) !important;color:#fff}.no-groups .pool-scroll__ticks{bottom:calc(15px + 25px + 60px)}.no-groups .pool-scroll__series-title{display:none}.pool-scroll__series-content{display:flex;align-items:flex-end}.pool-scroll__series-content:hover .pool-scroll__image-holder{-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;-ms-transition:all 0.2s ease-in;transition:all 0.2s ease-in;transform:translateY(-10px)}.pool-scroll__image-holder{margin:0 auto 15px auto;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}.pool-scroll__series-item{display:block;margin-left:15px;margin-right:15px;text-align:center;width:100%}.pool-scroll__series-item img{max-width:none;display:block}.pool-scroll__series-item span{display:block;height:25px;font-size:14px}.pool-scroll .swiper-pagination-bullet-active{background:#428bca}.spas_category-card_link{transition:all ease-in-out 0.5s}.spas_category-card_link .spas_category-card_info-wrapper,.spas_category-card_link .spas_category-card_image-wrapper,.spas_category-card_link .spas_category-card_heading,.spas_category-card_link .text-weight-medium{transition:all ease-in-out 0.5s}.spas_category-card_link .spas_category-card_image{transition:all ease-in-out 1s}.spas_category-card_link .spas_category-card_heading,.spas_category-card_link .text-weight-medium{padding-left:0px}.spas_category-card_link:hover .spas_category-card_info-wrapper,.spas_category-card_link:hover .spas_category-card_image-wrapper{background-color:rgba(255, 255, 255, 0.6)}.spas_category-card_link:hover .spas_category-card_heading,.spas_category-card_link:hover .text-weight-medium{padding-left:10px}.spas_category-card_link:hover .spas_category-card_image{transform:scale(1.1)}.pool-content h1,.pool-content h2,.pool-content h3,.pool-content h4,.pool-content h5{color:#6c737f;font-size:1.25rem;font-weight:600;line-height:1.4}.spa-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media screen and (max-width:767px){.spa-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:479px){.spa-grid{grid-template-columns:1fr}}.navbar_tab-spa-list{align-items:end}.spas_image{object-fit:contain;height:auto;display:block;width:150px}.spas_specifications-row.is-alternate .spas_specifications_cell{background-color:#f1f1f1}.spas_specifications-row.is-footer .spas_specifications_cell{background-color:var(--steel-blue)}.message:not(.validation):not(.required):not(.error){padding:20px;margin:16px;border:1px solid #000;background:#fff}.message.validation,.message.required,.message.error{color:#DA4D0A}.message.warning{border-color:maroon;background:#ffcccc}label.error{border-color:maroon;background:#ffcccc;margin:0;padding:0 5px;display:block;border-width:1px;border-style:solid}.Security .otherlinks{text-align:center;margin-top:30px;text-shadow:#000 0px 0px 3px}.Security .otherlinks a{color:#fff}.Security .logoholder{text-align:center;margin-bottom:30px}.Security .logoholder img{max-width:400px}.Security .container,.Security .security-message{width:500px;padding:10px}@media (max-width:767px){.Security .container,.Security .security-message{width:auto;max-width:100%}}.Security .security-message p{padding:10 !important;margin:0 !important}.Security form{padding:20px;background:#fff;border:1px solid #3db5e6}.Security form .form-group input{width:100%;border:1px solid silver}@media (min-width:767px){.Security form .form-group{display:flex}.Security form .form-group input{width:80%}}.Security form .form-group label{flex:1;padding-right:16px;line-height:28px;margin:0}.Security form .form-group label.left{white-space:nowrap}.Security form .field input[type="checkbox"]{float:none;display:inline-block}.Security form input[type="submit"]{margin-top:16px;margin-bottom:16px}.Security form input[type="text"],.Security form input[type="password"]{width:100%}.Security form .custom-checkbox label{display:inline-block;width:auto;position:relative;padding-left:35px !important;margin-left:-35px;line-height:35px}.Security #ForgotPassword a{font-size:12px}.hidden{display:none !important;visibility:hidden !important}@media screen and (min-width:767px){.mobile-only{display:none}}.text-left{text-align:left}.text-center{text-align:center}.text-center .btn-blue,.text-center .btn-black,.text-center .btn-white{margin:auto}.text-right{text-align:right}.section_blog{background-image:url("/_resources/themes/saps2023/images/sapphire-spas-icon-large-blue.svg")}.grid-3-column{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media screen and (max-width:767px){.grid-3-column{grid-template-columns:1fr 1fr}}@media screen and (max-width:479px){.grid-3-column{grid-template-columns:1fr}}.contentvideo{display:block;margin:0 auto;width:854px;max-width:100%;height:100%}.background-color-dark{background-color:var(--dark-slate-grey);color:var(--white)}.background-color-blue{background-color:#5B6741}.picklist_grid{display:grid;grid-template-columns:repeat(4, 1fr)}.picklist_grid.items-4{grid-template-columns:repeat(4, 1fr)}.picklist_grid.items-3{grid-template-columns:repeat(3, 1fr)}.picklist_grid.items-2{grid-template-columns:repeat(2, 1fr)}.picklist_grid.items-1{grid-template-columns:repeat(1, 1fr)}@media screen and (max-width:767px){.picklist_grid{grid-template-columns:repeat(2, 1fr)}.picklist_grid.items-4,.picklist_grid.items-3{grid-template-columns:repeat(2, 1fr)}.picklist_grid.items-1{grid-template-columns:repeat(1, 1fr)}}.columns-block_grid{display:grid;grid-column-gap:2rem;grid-row-gap:2rem}.columns-block_grid .colums-block_item{margin:auto;margin-top:0px;width:100%}.columns-block_grid .colums-block_item img{max-width:100%;height:auto;width:150px;object-fit:cover}.columns-block_grid .colums-block_item img.circle{border-radius:100%}.columns-block_grid .colums-block_item img.full{width:100%;height:300px}.columns-block_grid .colums-block_item img.contain{object-fit:contain}.columns-block_grid .colums-block_item img.fullcontain{object-fit:contain;width:100%}.columns-block_grid.row-2{grid-template-columns:repeat(2, 1fr)}.columns-block_grid.row-3{grid-template-columns:repeat(3, 1fr)}.columns-block_grid.row-4{grid-template-columns:repeat(4, 1fr)}.columns-block_grid.row-5{grid-template-columns:repeat(5, 1fr)}@media screen and (max-width:991px){.columns-block_grid.row-5,.columns-block_grid.row-4{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width:767px){.columns-block_grid.row-5,.columns-block_grid.row-4,.columns-block_grid.row-3{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:479px){.columns-block_grid.row-5,.columns-block_grid.row-4,.columns-block_grid.row-3,.columns-block_grid.row-2{grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width:991px){.heading-style-h2.gallery_title{font-size:0.9rem}}.sliding_image img{height:100%}@media screen and (max-width:991px){.sliding_image img{height:auto}}.columns-3{grid-template-columns:1fr 1fr 1fr !important}@media screen and (max-width:767px){.columns-3{grid-template-columns:1fr 1fr !important}}@media screen and (max-width:479px){.columns-3{grid-template-columns:1fr !important}}.columns-2{grid-template-columns:1fr 1fr !important}@media screen and (max-width:479px){.columns-2{grid-template-columns:1fr !important}}.round-bubble{color:white;max-height:250px;max-width:250px;margin:auto;border-radius:100%;background-color:#5B6741;height:250px;width:250px;display:flex;align-items:center;justify-content:center;text-align:center}.round-bubble:hover{transform:scale(1.1);color:white;box-shadow:0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03)}.round-bubble h3{font-size:1.8rem}#recaptchabadgeplaceholder{position:absolute;z-index:20;bottom:-29px;left:50%;transform:translateX(-50%);transition:bottom 200ms linear}#recaptchabadgeplaceholder:hover{bottom:0}.form.no-border{box-shadow:none}.max-width-large{max-width:100%}.smallwidth,.content{max-width:1024px;margin:auto}.smallwidth .text-rich-text img,.content .text-rich-text img{width:100%;height:auto}.text-rich-text img{height:auto}.text-rich-text table{display:block;white-space:nowrap;height:auto;max-width:100%;overflow:auto}.hidden-anchor{display:block;position:relative;top:-150px;visibility:hidden}.heading-style-h7{font-size:1rem;font-weight:600;line-height:1.4}.mobile-single-swiper{position:relative;overflow:hidden}.mobile-single-swiper .swiper-notification{display:none}@media screen and (min-width:479px){.mobile-single-swiper .swiper-notification,.mobile-single-swiper .swiper-button-next,.mobile-single-swiper .swiper-button-prev{display:none}.mobile-single-swiper .swiper-wrapper.gallery_mini_row .gallery_image-wrapper{width:100% !important}}@media screen and (max-width:479px){.mobile-single-swiper .swiper-button-next,.mobile-single-swiper .swiper-button-prev{display:flex}.mobile-single-swiper .swiper-wrapper{display:flex;grid-row-gap:0px;grid-column-gap:0px}.mobile-single-swiper .swiper-wrapper.gallery_mini_row{max-height:250px;height:250px}.mobile-single-swiper .swiper-wrapper.gallery_mini_row .gallery_image-wrapper{padding:0px}}.announcement-swiper{height:75px}.announcement-swiper .swiper-slide{display:flex;align-items:center}.announcement-swiper .swiper-slide a{color:white}.announcement-swiper .swiper-slide a:hover{color:white;transform:scale(1.1)}.announcement-cta{position:absolute;right:0;top:50%;transform:translate(0%, -50%);z-index:2}.announcement-cta .button{background-color:white !important;border-color:White !important}.announcement-cta .button:hover{background-color:var(--light-grey) !important;color:#5B6741 !important;border-color:White !important}@media screen and (max-width:479px){.announcement-cta{display:none}}span.image{width:100%;display:block;margin:40px 0;padding:0;box-shadow:0 0 6px #c8c8c8;padding-bottom:50%;position:relative;overflow:hidden}span.image img{position:absolute;height:auto;width:100%;margin:0 !important}span.image.middle img{top:50%;transform:translateY(-50%)}span.image.bottom img{bottom:0}.featured-image{height:450px}.featured-image img{object-fit:cover;height:100%;width:100%;object-position:center}@media screen and (min-width:992px){.navbar_dropdown-image-link.no-image{padding-top:0px}}.padding-section-xsmall{padding-top:1rem;padding-bottom:1rem}img.left{float:left;margin-right:16px}img.right{float:right;margin-left:16px}img.center{display:block;margin:0 auto}.center{margin-left:auto;margin-right:auto;text-align:center}.center iframe{display:block;margin:0 auto}.panel-bg .faq_accordion{border-top:2px solid #fff}.panel-bg .faq_question{min-height:80px}.panel-bg .faq-shadow{background:rgba(0, 0, 0, 0.5);padding-left:5%;padding-right:5%}.panel-bg .faq_question-wrapper{padding:0px}.accordion-intro{padding-bottom:3rem}.warranty-image{height:150px;margin:auto;display:block;margin-bottom:20px}.block-anchor{position:relative;top:-150px}.store-subtitle{color:var(--deep-sky-blue)}.mce-content-body{padding-left:0.5rem}.mce-content-body p,.mce-content-body div,.mce-content-body h1,.mce-content-body h2,.mce-content-body h3,.mce-content-body h4,.mce-content-body h5,.mce-content-body h6{line-height:unset !important}.spas_gallery-video{width:100%;height:auto;max-height:480px;max-width:854px}@media screen and (min-width:991px){.spas_feature-wrapper h1{font-size:2.75rem}.spas_feature-image{max-height:18rem}}@media screen and (min-width:1200px){.spas_feature-wrapper h1{font-size:3.5rem}.spas_feature-image{max-height:20rem}}.section_blog .container-large.section_blog-list-view{display:grid;grid-template-columns:1fr}.blog_card_item-wrapper.blog_card_item-wrapper--list{display:flex;align-items:center;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #f2f2f2;box-shadow:none;color:#000000;font-weight:400}.blog_card_item-wrapper.blog_card_item-wrapper:hover{box-shadow:none;color:var(--deep-sky-blue)}.blog_card_item-wrapper.blog_card_item-wrapper--list svg{margin-right:12px;width:17px;height:17px}.blog_card_item-wrapper.blog_card_item-wrapper--list.blog-post-hide{position:absolute;height:0px;width:0px;visibility:hidden;overflow:hidden}.blog-sidebar-col{padding-top:2rem;order:-1}.blog-sidebar-col ul{padding:0}.blog-sidebar-col ul li{list-style:none}#BlogSearchForm_BlogSearchForm input{padding:0.5rem 0.75rem;width:60%;height:auto;min-height:2.75rem;vertical-align:middle;background-color:white;border:1px solid #d3d3d3;color:black;font-weight:400;font-size:1rem;line-height:1.6}#BlogSearchForm_BlogSearchForm label{display:none}#BlogSearchForm_BlogSearchForm .btn-toolbar{display:none}.blog-categories-show-all-link{padding-top:15px}.blog-categories-show-all-link a{cursor:pointer}.blog-categories-widget>li{margin-top:0;margin-bottom:0;padding-top:5px;padding-bottom:5px;padding-left:0}.blog-categories-widget-link{position:relative;padding-left:20px;cursor:pointer}.blog-categories-widget-link a{color:black}.blog-categories-widget-link.active a{color:var(--deep-sky-blue)}.blog-categories-widget-link a:hover{color:var(--deep-sky-blue)}.blog-categories-widget-link a.w--current{color:var(--deep-sky-blue)}.blog-categories-widget-link:before{content:"";position:absolute;top:6px;left:0;width:7px;height:7px;background-color:transparent;border:1px solid #333;border-top-width:0;border-right-width:0;transform:rotate(227deg);transition:transform 0.3s ease}.blog-categories-widget-link.active:before{transform:rotate(315deg);top:4px}.blog-categories-widget .blog-categories-widget-subcat{display:none;padding-top:5px;padding-left:30px}.blog-categories-widget .blog-categories-widget-subcat.active{display:block}.blog-categories-widget .blog-categories-widget-subcat-link{display:block;padding-top:5px;padding-bottom:5px;color:black;cursor:pointer}.blog-categories-widget .blog-categories-widget-subcat-link:hover{color:var(--deep-sky-blue)}.blog-categories-widget .blog-categories-widget-subcat-link.w--current{color:var(--deep-sky-blue)}.BlogPost .section_breadcrumbs-wrapper #BlogSearchForm_BlogSearchForm{margin-top:20px}.BlogPost .section_breadcrumbs-wrapper #BlogSearchForm_BlogSearchForm input{width:100%}.BlogPost .section_blog-list-view{display:grid;grid-template-columns:1fr}.BlogPost .section_blog-list-view .element .padding-global{padding-left:0;padding-right:0}@media screen and (min-width:992px){.section_blog .container-large.section_blog-list-view{grid-template-columns:3fr 1fr;column-gap:40px}.blog-sidebar-col{padding-top:5rem;order:unset}.BlogPost .section_breadcrumbs-wrapper{display:flex;justify-content:space-between}.BlogPost .section_breadcrumbs-wrapper #BlogSearchForm_BlogSearchForm{margin-top:0;margin-left:20px;flex-basis:50%}.BlogPost .section_blog-list-view{grid-template-columns:3fr 1fr;column-gap:40px}}body.Pool,body.SwimSpa,body.PlungePool{padding-top:100px}body.Pool .navbar_component,body.SwimSpa .navbar_component,body.PlungePool .navbar_component{background-color:#5b6741 !important}section.pool_content .section_breadcrumbs .breadcrumb_component{flex-wrap:wrap;padding-bottom:0.5rem}section.pool_content .section_breadcrumbs .breadcrumb-link{padding-top:0;padding-bottom:0}section.pool_content .section_breadcrumbs .padding-global{padding-left:0;padding-right:0}section.pool_content .grid-left-header{padding:100px 30px 30px 30px}section.pool_content .grid h1{font-size:1.6rem}section.pool_content .grid h2{font-size:1.2rem}section.pool_content .grid-left-header h1 span{color:#5b6741;font-size:18px;text-transform:capitalize}section.pool_content .grid-left-header h2{font-size:18px}section.pool_content .grid-left-image{max-height:550px;overflow:hidden}section.pool_content .grid-left-image img{width:100%}section.pool_content .grid-left-content{padding:30px 30px 100px 30px}section.pool_content .grid-right{background-color:#9fa28b}section.pool_content .grid-right-header{padding:100px 30px 30px 30px}section.pool_content .grid-right-header h2,section.pool_content .grid-right-header h2 b{color:white;font-family:"Helvetica Neue", sans-serif !important;font-weight:400 !important}section.pool_content .grid-right-pool{display:grid;grid-template-columns:1fr;gap:30px;padding:60px 30px}section.pool_content .grid-right-pool-left img{max-width:100%}section.pool_content .grid-right-pool .spas_tabs_component{flex-direction:column}section.pool_content .grid-right-pool .spas_tabs_component .spas_tabs_pane{text-align:center}section.pool_content .grid-right-pool .spas_feature-image{max-height:70vh}section.pool_content .grid-right-pool .tabs_tab-link{color:var(--dark-slate-grey)}section.pool_content .grid-right-pool .tabs_tab-link.w--current{color:white}section.pool_content .grid-right-pool .spas_tabs_menu{flex-direction:row}section.pool_content .grid-right-pool-right{align-self:end}section.pool_content .grid-right-pool-right-header{margin-bottom:10px;font-size:18px;font-weight:bold;line-height:1.2rem}section.pool_content .grid-right-pool-right-header>p{line-height:1.6rem}section.pool_content .grid-right-pool-right-header span{font-size:30px;font-family:"Barcelony", sans-serif;color:white}section.pool_content .grid-right-pool-right-text{font-weight:bold}section.pool_content .grid-right-pool-right-text span{color:white;font-weight:normal}section.pool_content .grid-right-pool-right-size{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;margin-bottom:80px;padding:10px;width:100px;height:100px;background-color:black;border-radius:50% 50%;color:white;text-align:center}section.pool_content .grid-right-pool-right-size .number{font-size:24px}section.pool_content .grid-right-pool-right-size .person{color:#9fa28b}@media screen and (min-width:992px){section.pool_content .grid h1{font-size:2rem}section.pool_content .grid h2{font-size:1.4rem}section.pool_content .grid{display:grid;grid-template-columns:1fr 1fr}section.pool_content .grid-left-header h2{font-size:18px}section.pool_content .grid-right-header{padding:100px 60px 30px 60px}section.pool_content .grid-right-pool{padding:60px}}@media screen and (min-width:1200px){section.pool_content .grid h1{font-size:2.6rem}section.pool_content .grid h2{font-size:2rem}section.pool_content .grid-left-header h2{font-size:22px}section.pool_content .grid-right-pool{grid-template-columns:3fr 2fr}}:root{--deep-sky-blue: #82886b !important;--steel-blue: #5b6741 !important;--swiper-theme-color: #5b6741 !important}a:hover{color:#5b6741}.button:hover{color:white !important;border-color:#5b6741 !important}.preloader_wrapper{background-color:#5b6741 !important}.footer_link:hover{color:#9fa28b !important}.button-2:hover{color:white !important;border-color:#5b6741 !important}.swiper-pagination-bullet-active{background:#5b6741 !important}@media screen and (max-width:991px){.navbar_menu{background-color:#5b6741 !important}}@media screen and (max-width:500px){section.pool_content .grid h1{font-size:1.3rem}section.pool_content .grid h2{font-size:1.3rem}section.pool_content .grid-left-header h2{font-size:16px}}.section_countdown .countdown{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.section_countdown .countdown .countdown__items>div:first-of-type{display:flex;align-items:center;justify-content:center;padding:15px;width:70px;height:100px;background-color:#5b6741;border-radius:10px;font-size:40px;font-weight:bold;color:white}.section_countdown .countdown .countdown__items>div:last-of-type{text-align:center}.navbar_container .navbar_menu{margin-left:0}.navbar_container .logo{min-width:120px !important}@media screen and (max-width:991px){.navbar_container{justify-content:normal}.navbar_container .navbar_menu-quote{margin-left:auto;margin-right:15px}}.navbar_container .button.is-quote{height:auto;background-color:#FFB300 !important;border-color:#FFB300 !important;border-radius:30rem;padding:0.5rem 0.75rem;color:white;font-size:14px;text-wrap:nowrap}.navbar_container .button.is-quote:hover{color:white !important}body.HomePage .section_header{max-height:100vh}body.HomePage .section_header .swiper-slide{height:auto}.spas_colour-card-covers .spas_colours-wrapper{margin-top:1rem}.spas_colour-card-covers .spas_colours-wrapper.spas_colours-upgrade{max-width:790px}.spas_colour-card-covers .spas_colour-card-description{margin-top:2rem;margin-bottom:0}.spas_colour-card-covers .spas_colour-card-description-upgrade{margin-top:3rem}@media screen and (max-width:991px){.navbar_dropdown-link-list.is-mobile-menu{grid-template-columns:1fr}.navbar_dropdown-link-list.is-mobile-menu .navbar_dropdown-list.w--open{width:auto !important}.navbar_dropdown-list.w-dropdown-list.w--nav-dropdown-list-open.w--open{height:auto !important}}.navbar_dropdown-toggle{position:relative;white-space:nowrap;cursor:pointer}@media screen and (min-width:991px){.navbar_dropdown-link{padding-left:0.75rem;padding-right:0.75rem}.navbar_dropdown-link:hover{background-color:#5b6741;color:white}}.section_categories .gallery_category_dropdown+.gallery_component .gallery_image-wrapper .gallery_content-wrapper{opacity:0.7}.section_categories .gallery_category_dropdown+.gallery_component .gallery_image-wrapper:hover .gallery_content-wrapper{opacity:0}.cards{display:grid;grid-column-gap:30px;grid-row-gap:30px;grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-columns:1fr}.cards.cards_pool,.cards.cards_three{grid-template-columns:1fr 1fr 1fr}.card{position:relative;display:flex;flex-direction:column;width:100%;max-width:100%;background-color:#fff;border-radius:12px;color:#333;text-decoration:none;transition:transform 0.6s;box-shadow:4px 4px 14px #505e7814;overflow:hidden}.card:hover{transform:translate(0, -4px)}.card-anchor{position:absolute;top:-180px;height:0;width:0;pointer-events:none;visibility:hidden}.card-image{display:flex;background-position:50%;background-size:cover;border-top-left-radius:15px;border-top-right-radius:15px;align-items:flex-end;width:100%;height:350px}.card-heading{padding:10px 15px;width:100%;background-color:#82886b}.card-heading h3{margin-bottom:0;color:white;font-size:21px;text-align:center}.card-info{display:flex;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:20px 30px;text-align:center}.card-info p{margin-bottom:16px;color:#333 !important}@media screen and (max-width:991px){.cards,.cards.cards_pool,.cards.cards_three{grid-column-gap:20px;grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.cards,.cards.cards_pool,.cards.cards_three{grid-template-rows:auto auto auto;grid-template-columns:1fr;align-self:stretch;max-width:none}}.pool-scroll.pool-category .pool-scroll__content-wrapper{grid-template-columns:1fr 1fr 1fr 1fr;display:grid;grid-row-gap:30px}.pool-scroll.pool-category .pool-scroll__series{display:flex;justify-content:center;align-items:flex-end}.pool-scroll.pool-category .pool-scroll__subplate{padding-left:0;padding-right:0}.pool-scroll .pool-scroll__series-item:hover span{color:white}@media only screen and (max-width: 1199px){.pool-scroll.pool-category{flex-direction:column;margin-top:40px}.pool-scroll.pool-category .pool-scroll__banner{max-width:100%;width:auto}.pool-scroll.pool-category .pool-scroll__banner-title{position:relative;transform:unset;bottom:0;padding:20px}.pool-scroll.pool-category .pool-scroll__content-wrapper{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width: 966px){.pool-scroll.pool-category .pool-scroll__content-wrapper{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 766px){.pool-scroll.pool-category .pool-scroll__content-wrapper{grid-template-columns:1fr}}@media print{body.BlogPost #miniadminbar-holder,body.BlogPost .navbar_component,body.BlogPost .banner-spacer,body.BlogPost .print-this-page,body.BlogPost .section_breadcrumbs-wrapper,body.BlogPost .navbar_quote-button-wrapper,body.BlogPost .blog-sidebar-col,body.BlogPost footer{display:none}}@media only screen and (min-width: 967px){.desktop-size-1{font-size:12px !important}.desktop-size-2{font-size:18px !important}.desktop-size-3{font-size:25px !important}.desktop-size-4{font-size:40px !important}.desktop-size-5{font-size:48px !important}.desktop-size-6{font-size:56px !important}.desktop-size-7{font-size:66px !important}.desktop-size-8{font-size:76px !important}.desktop-size-9{font-size:86px !important}.desktop-size-10{font-size:96px !important}}@media only screen and (max-width: 966px){.mobile-size-1{font-size:18px !important;line-height:18px}.mobile-size-2{font-size:20px !important;line-height:20px}.mobile-size-3{font-size:30px !important;line-height:30px}.mobile-size-4{font-size:40px !important;line-height:40px}.mobile-size-5{font-size:48px !important;line-height:48px}.mobile-size-6{font-size:56px !important;line-height:56px}.mobile-size-7{font-size:66px !important;line-height:66px}.mobile-size-8{font-size:76px !important;line-height:76px}.mobile-size-9{font-size:86px !important;line-height:86px}.mobile-size-10{font-size:96px !important;line-height:96px}}
