@charset "UTF-8";
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: IBMPlexSans-Regular, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 2rem;
	font-family: IBMPlexSans-Regular, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(10, 10, 10, var(--tw-text-opacity));
}

h1{
	font-size: 3rem;
	line-height: 1;
}

p, input, div{
	font-family: IBMPlexSans-Regular, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
}

p{
	margin-bottom: 1rem;
}

a{
	border-bottom-width: 1px;
	border-color: transparent;
	font-family: IBMPlexSans-Regular, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	--tw-text-opacity: 1;
	color: rgba(0, 85, 159, var(--tw-text-opacity));
	text-decoration: none;
  transition: 0.2s ease;
}
a:hover{
	--tw-border-opacity: 1;
	border-color: rgba(0, 85, 159, var(--tw-border-opacity));
}

.container{
	padding-left: 1rem;
	padding-right: 1rem;
}

.title-display{
	position: relative;
	font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
.title-display.title-display-left {
  padding-left: 49px;
}
.title-display.title-display-left::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.title-display.title-display-left::after {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}
.title-display.title-display-center::before {
  content: "";
  width: 2px;
  height: 35px;
  position: absolute;
  top: -37px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
}
.title-display.title-display-center::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: -33px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
}
.title-display.text-primary::before, .title-display.text-primary::after {
  background-color: #0076ff;
}

@media (min-width: 768px) {
  .section_page-banner .content {
    max-width: 660px;
  }
}
@media (min-width: 1024px) {
  .section_page-banner .content {
    max-width: 448px;
  }
}

#cookie-notice.active{
	pointer-events: auto !important;
	visibility: visible !important;
	z-index: 10 !important;
	opacity: 1 !important;
}
@media (min-width: 768px) {
  #cookie-notice {
    width: 320px !important;
    transform: translateY(100%);
  }
  #cookie-notice.active {
    transform: translateY(0);
  }
}

#panel-share.active{
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767px) {
  #panel-share{
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
  #panel-share{
		height: 100%;
	}
  #panel-share{
		width: 100%;
	}
  #panel-share {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #panel-share .panel-share{
		position: absolute;
	}
  #panel-share .panel-share{
		bottom: 0;
	}
  #panel-share .panel-share{
		left: 0;
	}
  #panel-share .panel-share{
		width: 100%;
	}
  #panel-share .panel-share{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  #panel-share .panel-share {
    bottom: 0;
  }

  #panel-share .panel-share {
    left: 0;
  }
  #panel-share .panel-share {
    transform: translateY(100%);
  }
  #panel-share.active .panel-share {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  #panel-share {
    transform: translate(-50%, -80%);
    left: 50%;
    top: -0.75rem;
  }
  #panel-share.active {
    transform: translate(-50%, -100%);
  }
}

.arrow-bottom::after{
	position: absolute;
	border-radius: 0.125rem;
  content: " ";
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
}

.mixitup-control{
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.mixitup-control.mixitup-control-active{
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 85, 159, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(10, 10, 10, var(--tw-text-opacity));
}

.justify-stretch {
  justify-content: stretch;
}

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

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}
.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.transition {
  transition: all 0.2s ease;
}

.list-none {
  list-style-type: none;
}

.embed{
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
}
.bg-half-grey-lightest{
	position: relative;
}
.bg-half-grey-lightest::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
    top: 0;
    right: 0;
    left: 0;
  content: "";
}

.slick-slide{
	display: inline-block;
}

.h-24 {
  height: 24rem;
}

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

.text-custom-blue {
  color: #1176ff;
}

.text-custom-lighter-blue {
  color: #58baee;
}

.select-wrapper {
  box-sizing: content-box;
  display: inline-block;
  border: 1px solid #909090;
  cursor: pointer;
}

.select-wrapper, .select-wrapper select {
  width: 70px;
  height: 26px;
  line-height: 26px;
}

.select-wrapper:hover {
  border-color: #9a9a9a;
}

.select-wrapper .holder {
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: -1;
}

.select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 1;
}

.box {
  position: relative;
  border: 1px solid #0076ff;
  background-color: #fbfbfb;
  padding: 0.75rem;
}

.blue-check {
  position: absolute;
  right: 10px;
  top: 35%;
}

.checkout-step .pane{
	display: none;
}
.checkout-step.active .pane{
	display: block;
}

.fixed-sidebar {
  padding: 0.5rem 0;
  position: fixed;
  bottom: 50%;
  right: -5px;
  width: 80px;
  transition: right 0.2s ease;
}
.fixed-sidebar path {
  transition: transform 0.2s ease;
}
.fixed-sidebar.hide {
  right: -74px;
}
.fixed-sidebar.hide path {
  transform: rotateY(180deg) translateX(-80%);
}

.fixed-sidebar * {
  color: #fff;
}

.fixed-sidebar .chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  height: 30px;
  width: 20px;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
}

.text-white p {
  color: #fff;
}

.bg-overlay::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 85, 159, 0.7);
  z-index: 1;
}

.items-strech {
  align-items: stretch;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.hero {
  position: relative;
  height: calc(100vh - 64px);
}
@media (min-width: 1024px) {
  .hero {
    height: calc(100vh - 131px);
  }
}
.hero::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

.hero-product {
  position: relative;
  height: 100vh;
}
.hero-product::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}

.hero-small-hub {
  height: 350px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-small-hub {
    height: calc(50% - 24px);
  }
}
.hero-small-hub::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.hero-small-hub::after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00559F;
  transition: all ease-in 0.2s;
  z-index: 2;
}
.hero-small-hub:hover::after {
  height: 100%;
  background: rgba(0, 85, 159, 0.5);
}

.hero-text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 2rem;
}
@media (min-width: 768px) {
  .hero-text {
    bottom: 25%;
  }
}
@media (min-width: 1024px) {
  .hero-text {
    bottom: 30%;
    left: 4rem;
    padding: 0;
  }
}

.image-height {
  height: 350px;
}
@media (min-width: 1024px) {
  .image-height {
    height: 550px;
  }
}

.accordion-heading {
  cursor: pointer;
}

.accordion-text {
  height: auto;
  overflow: hidden;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.1s ease-in-out;
  padding-bottom: 0.5rem;
}

.accordion-text.collapse {
  height: 0;
  transform: scaleY(0);
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-tile {
  height: 350px;
  position: relative;
}
@media (min-width: 1024px) {
  .accordion-tile {
    height: calc(100% - 4px);
  }
}
.accordion-tile::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.accordion-tile::after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00559F;
  transition: all ease-in 0.2s;
  z-index: 2;
}
.accordion-tile:hover::after {
  height: 100%;
  background: rgba(0, 85, 159, 0.5);
}

.colors-image-wrap {
  position: relative;
  height: 600px;
}
.colors-image-wrap::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.hub-tile {
  height: 450px;
  position: relative;
}
.hub-tile::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.hub-tile::after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00559F;
  transition: all ease-in 0.2s;
  z-index: 2;
}
.hub-tile:hover::after {
  height: 100%;
  background: rgba(0, 85, 159, 0.5);
}

.double-cta-image {
  height: 250px;
}
@media (min-width: 1024px) {
  .double-cta-image {
    height: 100%;
  }
}

.cta-image {
  padding-bottom: 40%;
}
@media (min-width: 1024px) {
  .cta-image {
    min-height: 100%;
    padding: 0;
  }
}

.overlay-left::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(#00559f, rgba(0, 85, 159, 0.5));
  z-index: 1;
}
@media (min-width: 1024px) {
  .overlay-left::before {
    background: linear-gradient(90deg, #00559f, rgba(0, 85, 159, 0.5));
  }
}

.list-branded{
	padding-left: 2rem;
}
.list-branded li{
	position: relative;
	margin-bottom: 1.5rem;
}
.list-branded li::before{
	position: absolute;
	left: -2rem;
	height: 1rem;
	width: 1rem;
  content: url("/app/themes/wraith/public/images/icon-crown.svg");
}

.colour-picker--image{
	display: none;
}
.colour-picker--image.active{
	display: block;
}

.footer-logo img {
  height: 30px;
}

.post-header {
  position: relative;
  height: 40vh;
  min-height: 400px;
}
@media (min-width: 1024px) {
  .post-header {
    height: 60vh;
  }
}

.accordion-text ul{
	list-style-position: inside;
	list-style-type: disc;
}
.accordion-text ol{
	list-style-position: inside;
	list-style-type: decimal;
}

.colour-picker--swatch.selected .colour-picker--swatch--border{
	--tw-border-opacity: 1;
	border-color: rgba(0, 85, 159, var(--tw-border-opacity));
}

.whiteTextInLinks > p > a {
  color: white;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}

/* purgecss start ignore */
.lozad:not(.noblur) {
  filter: blur(8px);
}
.lozad:not(.noblur)[data-loaded=true] {
  filter: none;
}

/* purgecss end ignore */
.btn{
	font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.1em;
  transition: 0.2s ease;
}

.comment-list{
	list-style-type: none;
	padding-left: 0;
}

.comment-list ol {
  list-style: none;
}

.comment-form p{
	margin-bottom: 4rem;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea{
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	        appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(44, 48, 50, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
}

.comment-form input[type=submit]{
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 85, 159, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(44, 48, 50, var(--tw-bg-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-family: IBMPlexSans-Regular, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.comment-form input[type=submit]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(78, 78, 78, var(--tw-bg-opacity));
}

@font-face {
  font-family: "IBMPlexSans-Bold";
  src: url("../fonts/ibm/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/ibm/IBMPlexSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("../fonts/ibm/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/ibm/IBMPlexSans-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/** Search form */
.search-form{
	display: flex;
	align-items: center;
}

.search-form label{
	margin-bottom: 4rem;
  font-weight: normal;
}

.search-form .search-field{
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	        appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(44, 48, 50, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
}

.search-form .search-submit{
	display: inline-block;
	-webkit-user-select: none;
	        user-select: none;
	white-space: nowrap;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(44, 48, 50, var(--tw-bg-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 4rem;
	padding-right: 4rem;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(248, 248, 248, var(--tw-text-opacity));
	text-decoration: none;
}
.search-form .search-submit:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(172, 172, 172, var(--tw-bg-opacity));
}

/*
 * Inputs
 */
.icaal-contact-form input:not(.btn), .icaal-contact-form select, .icaal-contact-form textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.icaal-contact-form select {
  -webkit-appearance: none;
  appearance: none;
}

/*.icaal-contact-form input[name="postcode"] {*/
/*text-transform: uppercase;*/
/*}*/
.icaal-contact-form input[type=checkbox] {
  width: auto;
}

.icaal-contact-form .icaal-contact-form-wrap {
  margin-bottom: 0.5em;
}

.icaal-contact-form input.is-valid, .icaal-contact-form select.is-valid, .icaal-contact-form textarea.is-valid {
  border-color: #eee;
}

.icaal-contact-form input.is-invalid, .icaal-contact-form select.is-invalid, .icaal-contact-form textarea.is-invalid {
  border-color: #a94442;
}

.icaal-contact-form .select-wrapper {
  position: relative;
}

.icaal-contact-form .select-wrapper:before {
  content: "";
  font-family: FontAwesome;
  color: #999;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10%;
  pointer-events: none;
}

.icaal-contact-form input[type=checkbox] {
  margin-right: 5px !important;
  opacity: 1 !important;
  position: static !important;
  transform: translate(0, 0) !important;
}

.icaal-contact-form .icaal-contact-form-checkbox {
  float: left;
  padding-left: 5px;
}

/*
 * Button
 */
.icaal-contact-form .btn.btn-loading, .icaal-contact-form .btn.btn-loading:hover {
  background: #efefef;
  border-color: #efefef;
  color: #c8c8c8;
}

.icaal-contact-form .submit:hover {
  cusor: pointer;
}

.alert{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(180, 215, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(232, 243, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 118, 255, var(--tw-text-opacity));
}
.alert.alert-success{
	--tw-border-opacity: 1;
	border-color: rgba(162, 245, 191, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(227, 252, 236, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(56, 193, 114, var(--tw-text-opacity));
}
.alert.alert-danger{
	--tw-border-opacity: 1;
	border-color: rgba(249, 172, 170, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(252, 235, 234, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(227, 52, 47, var(--tw-text-opacity));
}

.form-pane {
  display: none;
}
.form-pane.active {
  display: block;
}

.form-pane-option.active {
  border-color: #38c172;
}

.progress-bar-wrap {
  height: 6px;
  background-color: #ededed;
}
.progress-bar-wrap .progress-bar {
  background-color: #38c172;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter{
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
  display: block;
  height: auto;
}

.alignleft, .alignright{
	margin-bottom: 4rem;
  height: auto;
}

@media (min-width: 640px) {
  .alignleft{
		margin-right: 4rem;
	}
  .alignleft {
    float: left;
  }

  .alignright{
		margin-left: 4rem;
	}

  .alignright {
    float: right;
  }
}
/** Captions */
.wp-caption{
	margin-bottom: 4rem;
	display: inline-block;
}

.wp-caption img{
	margin-bottom: 2rem;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.btn-toolbar a{
	margin-left: .5rem;
	margin-right: .5rem;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 85, 159, var(--tw-bg-opacity));
	font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	line-height: 1;
	padding-left: .75rem !important;
	padding-right: .75rem !important;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  line-height: 1;
}
.btn-toolbar a:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 98, 211, var(--tw-bg-opacity));
}

.btn-toolbar-yellow a{
	margin-left: .5rem;
	margin-right: .5rem;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(217, 210, 93, var(--tw-bg-opacity));
	font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	line-height: 1;
	padding-left: .75rem !important;
	padding-right: .75rem !important;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(10, 10, 10, var(--tw-text-opacity)) !important;
  line-height: 1 !important;
}
.btn-toolbar-yellow a:hover{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 98, 211, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.bg-toolbar {
  background: linear-gradient(to right, #ffffff, #F8F8F8);
}

#header{
	z-index: 20;
}
#header .brand{
	position: relative;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
#header .brand img {
  height: 54px;
}
@media (max-width: 991px) {
  #header .brand > img{
		width: auto;
	}
  #header .brand > img {
    height: 24px;
  }
}

#header .brand .logo-white {
  display: block;
}
#header .brand .logo-white.hide {
  display: none;
}
#header .brand .logo-blue {
  display: none;
}
#header .brand .logo-blue.show {
  display: block;
}

@media (max-width: 992px) {
  .nav-primary{
		visibility: hidden;
	}
  .nav-primary{
		position: absolute;
	}
  .nav-primary{
		right: 0;
	}
  .nav-primary{
		z-index: 10;
	}
  .nav-primary{
		width: 100%;
	}

  .nav-primary {
    right: 0;
  }
  .nav-primary {
    top: 64px;
    height: calc(100vh - 64px);
    transform: translateX(100%);
  }
  .nav-primary > ul{
		margin-left: auto;
	}
  .nav-primary > ul{
		height: 100%;
	}
  .nav-primary > ul{
		width: 83.333333%;
	}
  .nav-primary > ul{
		border-top-width: 1px;
	}
  .nav-primary > ul{
		--tw-border-opacity: 1;
		border-color: rgba(172, 172, 172, var(--tw-border-opacity));
	}
  .nav-primary > ul{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .nav-primary ul{
		list-style-type: none;
	}
  .nav-primary ul{
		padding-left: 0;
	}
  .nav-primary ul li a{
		display: block;
	}
  .nav-primary ul li a{
		border-bottom-width: 1px;
	}
  .nav-primary ul li a{
		--tw-border-opacity: 1;
		border-color: rgba(172, 172, 172, var(--tw-border-opacity));
	}
  .nav-primary ul li a{
		padding-left: 2rem;
		padding-right: 2rem;
	}
  .nav-primary ul li a{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
  .nav-primary ul li a{
		font-weight: 400;
	}
  .nav-primary ul li a{
		--tw-text-opacity: 1;
		color: rgba(78, 78, 78, var(--tw-text-opacity));
	}
  .nav-primary ul li a:hover{
		--tw-text-opacity: 1;
		color: rgba(0, 85, 159, var(--tw-text-opacity));
	}
  .nav-primary ul li.menu-item-has-children{
		position: relative;
	}
  .nav-primary ul li.menu-item-has-children > a:hover{
		--tw-text-opacity: 1;
		color: rgba(78, 78, 78, var(--tw-text-opacity));
	}
  .nav-primary ul li.menu-item-has-children .toggle > svg{
		--tw-text-opacity: 1;
		color: rgba(78, 78, 78, var(--tw-text-opacity));
	}
  .nav-primary ul li.menu-item-has-children .toggle > svg{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  .nav-primary ul li.menu-item-has-children .toggle > svg {
    transform: rotate(0);
  }
  .nav-primary ul li.menu-item-has-children .toggle > svg path {
    fill: currentColor;
  }
  .nav-primary ul li.menu-item-has-children .sub-menu{
		display: none;
	}
  .nav-primary ul li.menu-item-has-children .sub-menu{
		overflow: hidden;
	}
  .nav-primary ul li.menu-item-has-children .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
	}
  .nav-primary ul li.menu-item-has-children.open > a{
		--tw-border-opacity: 1;
		border-color: rgba(0, 85, 159, var(--tw-border-opacity));
	}
  .nav-primary ul li.menu-item-has-children.open > a{
		--tw-text-opacity: 1;
		color: rgba(10, 10, 10, var(--tw-text-opacity));
	}
  .nav-primary ul li.menu-item-has-children.open > .toggle > svg {
    transform: rotate(180deg);
  }
  .nav-primary.open{
		visibility: visible;
	}
  .nav-primary.open {
    transform: translateX(0);
  }

  .nav-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    top: 64px;
    height: calc(100vh - 64px);
  }
  .nav-backdrop.show{
		visibility: visible;
	}
  .nav-backdrop.show{
		opacity: 1;
	}
}
@media (min-width: 1024px) {
  .nav-primary > ul > li > a{
		margin-left: .5rem;
		margin-right: .5rem;
	}
  .nav-primary > ul > li > a{
		display: inline-block;
	}
  .nav-primary > ul > li > a{
		border-width: 0px;
	}
  .nav-primary > ul > li > a{
		padding-left: .25rem;
		padding-right: .25rem;
	}
  .nav-primary > ul > li > a{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
  .nav-primary > ul > li > a{
		font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}
  .nav-primary > ul > li > a{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
  .nav-primary > ul > li > a{
		--tw-text-opacity: 1;
		color: rgba(78, 78, 78, var(--tw-text-opacity));
	}
  .nav-primary > ul > li > a:hover{
		border-width: 0px;
	}
  .nav-primary > ul > li > a:hover{
		--tw-text-opacity: 1;
		color: rgba(0, 85, 159, var(--tw-text-opacity));
	}
  .nav-primary > ul > li > .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
	}
  .nav-primary > ul > li > .sub-menu {
    top: 54px;
  }
  .nav-primary > ul > li > .sub-menu > li > .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .nav-primary > ul > li:hover > .sub-menu {
    top: 70px;
  }

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		margin-left: .75rem;
		margin-right: .75rem;
	}

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		border-width: 0px;
	}

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		font-size: 0.75rem;
		line-height: 1rem;
	}

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		text-transform: uppercase;
	}

  .nav-toolbar > ul > li:not(.btn-toolbar) a{
		--tw-text-opacity: 1;
		color: rgba(172, 172, 172, var(--tw-text-opacity));
	}
  .nav-toolbar > ul > li:not(.btn-toolbar) a:hover{
		border-width: 0px;
	}
  .nav-toolbar > ul > li:not(.btn-toolbar) a:hover{
		--tw-text-opacity: 1;
		color: rgba(0, 85, 159, var(--tw-text-opacity));
	}
  .nav-toolbar > ul > li > .sub-menu{
		z-index: 50;
	}
  .nav-toolbar > ul > li > .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .nav-toolbar > ul > li > .sub-menu {
    top: 12px;
  }
  .nav-toolbar > ul > li:hover > .sub-menu {
    top: 28px;
  }

  .nav-has-dropdowns > ul{
		display: flex;
	}

  .nav-has-dropdowns > ul{
		list-style-type: none;
	}

  .nav-has-dropdowns > ul{
		flex-wrap: wrap;
	}

  .nav-has-dropdowns > ul{
		align-items: center;
	}

  .nav-has-dropdowns > ul{
		padding-left: 0;
	}
  .nav-has-dropdowns > ul > li{
		position: relative;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		position: absolute;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		left: 0;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		width: 12rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		list-style-type: none;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		border-radius: 0.125rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		border-bottom-width: 1px;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		--tw-border-opacity: 1;
		border-color: rgba(0, 85, 159, var(--tw-border-opacity));
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		padding-left: 0;
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
  .nav-has-dropdowns > ul > li > .sub-menu{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  .nav-has-dropdowns > ul > li > .sub-menu {
    left: 0;
  }
  .nav-has-dropdowns > ul > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .nav-has-dropdowns > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .nav-has-dropdowns > ul > li > .sub-menu > li{
		position: relative;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a{
		display: block;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a{
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a{
		font-size: 0.75rem;
		line-height: 1rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a{
		font-weight: 400;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a{
		--tw-text-opacity: 1;
		color: rgba(78, 78, 78, var(--tw-text-opacity));
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li a:hover{
		--tw-text-opacity: 1;
		color: rgba(0, 85, 159, var(--tw-text-opacity));
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		position: absolute;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		top: 0;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		width: 12rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		list-style-type: none;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		border-radius: 0.125rem;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		border-bottom-width: 1px;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		--tw-border-opacity: 1;
		border-color: rgba(0, 85, 159, var(--tw-border-opacity));
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		padding-left: 0;
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu {
    top: 0;
  }
  .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translateX(0);
  }
  .nav-has-dropdowns > ul > li > .sub-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
.bg-toolbar-transparent {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.bg-toolbar-transparent .nav-toolbar > ul > li:not(.btn-toolbar) a, .bg-toolbar-transparent .nav-toolbar > ul > li:not(.btn-toolbar-yellow) a{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.bg-toolbar-transparent .nav-toolbar > ul > li:not(.btn-toolbar) a:hover, .bg-toolbar-transparent .nav-toolbar > ul > li:not(.btn-toolbar-yellow) a:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 85, 159, var(--tw-text-opacity));
}
.bg-toolbar-transparent.scrolled {
  background: linear-gradient(to right, #ffffff, #F8F8F8);
}
.bg-toolbar-transparent.scrolled .nav-toolbar > ul > li:not(.btn-toolbar) a, .bg-toolbar-transparent.scrolled .nav-toolbar > ul > li:not(.btn-toolbar-yellow) a{
	--tw-text-opacity: 1;
	color: rgba(172, 172, 172, var(--tw-text-opacity));
}

.bg-menu-transparent.scrolled {
  background: #fff;
}
@media (min-width: 1024px) {
  .bg-menu-transparent a{
		--tw-text-opacity: 1 !important;
		color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
	}
  .bg-menu-transparent a:hover{
		--tw-text-opacity: 1 !important;
		color: rgba(0, 85, 159, var(--tw-text-opacity)) !important;
	}
  .bg-menu-transparent.scrolled a{
		--tw-text-opacity: 1 !important;
		color: rgba(78, 78, 78, var(--tw-text-opacity)) !important;
	}
}

.page-template-template-installers-results header.banner{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 85, 159, var(--tw-bg-opacity));
}

footer .widget p, footer .widget ul, footer .widget li, footer .widget a{
	--tw-text-opacity: 1;
	color: rgba(152, 186, 216, var(--tw-text-opacity));
}
footer .widget h3{
	margin-bottom: 2rem;
	font-family: IBMPlexSans-Bold, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .widget .menu{
	list-style-type: none;
	padding-left: 0;
}
footer .widget .menu li{
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
  #wpadminbar {
    display: none !important;
  }
}
footer .widget a:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.wrap {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .wrap {
    margin-top: 83px !important;
  }
}

.container{
	width: 100%;
}

@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}

@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}

@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}

@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}

@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.top-0{
	top: 0;
}
.right-0{
	right: 0;
}
.bottom-4{
	bottom: 4rem;
}
.left-4{
	left: 4rem;
}
.left-0{
	left: 0;
}
.top-1{
	top: 1rem;
}
.right-1{
	right: 1rem;
}
.bottom-0{
	bottom: 0;
}
.left-2{
	left: 2rem;
}
.z-20{
	z-index: 20;
}
.z-10{
	z-index: 10;
}
.z-30{
	z-index: 30;
}
.z-0{
	z-index: 0;
}
.order-last{
	order: 9999;
}
.order-first{
	order: -9999;
}
.order-1{
	order: 1;
}
.order-2{
	order: 2;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-4{
	grid-column: span 4 / span 4;
}
.float-left{
	float: left;
}
.m-0{
	margin: 0;
}
.m-px{
	margin: 1px;
}
.m-0-25{
	margin: .25rem;
}
.m-0-5{
	margin: .5rem;
}
.m-0-75{
	margin: .75rem;
}
.m-1{
	margin: 1rem;
}
.m-1-5{
	margin: 1.5rem;
}
.m-2{
	margin: 2rem;
}
.m-3{
	margin: 3rem;
}
.m-4{
	margin: 4rem;
}
.m-5{
	margin: 5rem;
}
.m-6{
	margin: 6rem;
}
.m-8{
	margin: 8rem;
}
.m-10{
	margin: 10rem;
}
.m-12{
	margin: 12rem;
}
.m-16{
	margin: 16rem;
}
.m-20{
	margin: 20rem;
}
.m-24{
	margin: 24rem;
}
.m-32{
	margin: 32rem;
}
.m-auto{
	margin: auto;
}
.-m-px{
	margin: -1px;
}
.-m-0-25{
	margin: -0.25rem;
}
.-m-0-5{
	margin: -0.5rem;
}
.-m-0-75{
	margin: -0.75rem;
}
.-m-1{
	margin: -1rem;
}
.-m-1-5{
	margin: -1.5rem;
}
.-m-2{
	margin: -2rem;
}
.-m-3{
	margin: -3rem;
}
.-m-4{
	margin: -4rem;
}
.-m-5{
	margin: -5rem;
}
.-m-6{
	margin: -6rem;
}
.-m-8{
	margin: -8rem;
}
.-m-10{
	margin: -10rem;
}
.-m-12{
	margin: -12rem;
}
.-m-16{
	margin: -16rem;
}
.-m-20{
	margin: -20rem;
}
.-m-24{
	margin: -24rem;
}
.-m-32{
	margin: -32rem;
}
.mx-0{
	margin-left: 0;
	margin-right: 0;
}
.mx-px{
	margin-left: 1px;
	margin-right: 1px;
}
.mx-0-25{
	margin-left: .25rem;
	margin-right: .25rem;
}
.mx-0-5{
	margin-left: .5rem;
	margin-right: .5rem;
}
.mx-0-75{
	margin-left: .75rem;
	margin-right: .75rem;
}
.mx-1{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-1-5{
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.mx-2{
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-3{
	margin-left: 3rem;
	margin-right: 3rem;
}
.mx-4{
	margin-left: 4rem;
	margin-right: 4rem;
}
.mx-5{
	margin-left: 5rem;
	margin-right: 5rem;
}
.mx-6{
	margin-left: 6rem;
	margin-right: 6rem;
}
.mx-8{
	margin-left: 8rem;
	margin-right: 8rem;
}
.mx-10{
	margin-left: 10rem;
	margin-right: 10rem;
}
.mx-12{
	margin-left: 12rem;
	margin-right: 12rem;
}
.mx-16{
	margin-left: 16rem;
	margin-right: 16rem;
}
.mx-20{
	margin-left: 20rem;
	margin-right: 20rem;
}
.mx-24{
	margin-left: 24rem;
	margin-right: 24rem;
}
.mx-32{
	margin-left: 32rem;
	margin-right: 32rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.-mx-px{
	margin-left: -1px;
	margin-right: -1px;
}
.-mx-0-25{
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.-mx-0-5{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.-mx-0-75{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.-mx-1{
	margin-left: -1rem;
	margin-right: -1rem;
}
.-mx-1-5{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.-mx-2{
	margin-left: -2rem;
	margin-right: -2rem;
}
.-mx-3{
	margin-left: -3rem;
	margin-right: -3rem;
}
.-mx-4{
	margin-left: -4rem;
	margin-right: -4rem;
}
.-mx-5{
	margin-left: -5rem;
	margin-right: -5rem;
}
.-mx-6{
	margin-left: -6rem;
	margin-right: -6rem;
}
.-mx-8{
	margin-left: -8rem;
	margin-right: -8rem;
}
.-mx-10{
	margin-left: -10rem;
	margin-right: -10rem;
}
.-mx-12{
	margin-left: -12rem;
	margin-right: -12rem;
}
.-mx-16{
	margin-left: -16rem;
	margin-right: -16rem;
}
.-mx-20{
	margin-left: -20rem;
	margin-right: -20rem;
}
.-mx-24{
	margin-left: -24rem;
	margin-right: -24rem;
}
.-mx-32{
	margin-left: -32rem;
	margin-right: -32rem;
}
.my-0{
	margin-top: 0;
	margin-bottom: 0;
}
.my-px{
	margin-top: 1px;
	margin-bottom: 1px;
}
.my-0-25{
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.my-0-5{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.my-0-75{
	margin-top: .75rem;
	margin-bottom: .75rem;
}
.my-1{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-1-5{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-2{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-3{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-4{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-5{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-6{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.my-8{
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.my-10{
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.my-12{
	margin-top: 12rem;
	margin-bottom: 12rem;
}
.my-16{
	margin-top: 16rem;
	margin-bottom: 16rem;
}
.my-20{
	margin-top: 20rem;
	margin-bottom: 20rem;
}
.my-24{
	margin-top: 24rem;
	margin-bottom: 24rem;
}
.my-32{
	margin-top: 32rem;
	margin-bottom: 32rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.-my-px{
	margin-top: -1px;
	margin-bottom: -1px;
}
.-my-0-25{
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
}
.-my-0-5{
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.-my-0-75{
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
}
.-my-1{
	margin-top: -1rem;
	margin-bottom: -1rem;
}
.-my-1-5{
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
}
.-my-2{
	margin-top: -2rem;
	margin-bottom: -2rem;
}
.-my-3{
	margin-top: -3rem;
	margin-bottom: -3rem;
}
.-my-4{
	margin-top: -4rem;
	margin-bottom: -4rem;
}
.-my-5{
	margin-top: -5rem;
	margin-bottom: -5rem;
}
.-my-6{
	margin-top: -6rem;
	margin-bottom: -6rem;
}
.-my-8{
	margin-top: -8rem;
	margin-bottom: -8rem;
}
.-my-10{
	margin-top: -10rem;
	margin-bottom: -10rem;
}
.-my-12{
	margin-top: -12rem;
	margin-bottom: -12rem;
}
.-my-16{
	margin-top: -16rem;
	margin-bottom: -16rem;
}
.-my-20{
	margin-top: -20rem;
	margin-bottom: -20rem;
}
.-my-24{
	margin-top: -24rem;
	margin-bottom: -24rem;
}
.-my-32{
	margin-top: -32rem;
	margin-bottom: -32rem;
}
.mt-0{
	margin-top: 0;
}
.mt-px{
	margin-top: 1px;
}
.mt-0-25{
	margin-top: .25rem;
}
.mt-0-5{
	margin-top: .5rem;
}
.mt-0-75{
	margin-top: .75rem;
}
.mt-1{
	margin-top: 1rem;
}
.mt-1-5{
	margin-top: 1.5rem;
}
.mt-2{
	margin-top: 2rem;
}
.mt-3{
	margin-top: 3rem;
}
.mt-4{
	margin-top: 4rem;
}
.mt-5{
	margin-top: 5rem;
}
.mt-6{
	margin-top: 6rem;
}
.mt-8{
	margin-top: 8rem;
}
.mt-10{
	margin-top: 10rem;
}
.mt-12{
	margin-top: 12rem;
}
.mt-16{
	margin-top: 16rem;
}
.mt-20{
	margin-top: 20rem;
}
.mt-24{
	margin-top: 24rem;
}
.mt-32{
	margin-top: 32rem;
}
.mt-auto{
	margin-top: auto;
}
.-mt-px{
	margin-top: -1px;
}
.-mt-0-25{
	margin-top: -0.25rem;
}
.-mt-0-5{
	margin-top: -0.5rem;
}
.-mt-0-75{
	margin-top: -0.75rem;
}
.-mt-1{
	margin-top: -1rem;
}
.-mt-1-5{
	margin-top: -1.5rem;
}
.-mt-2{
	margin-top: -2rem;
}
.-mt-3{
	margin-top: -3rem;
}
.-mt-4{
	margin-top: -4rem;
}
.-mt-5{
	margin-top: -5rem;
}
.-mt-6{
	margin-top: -6rem;
}
.-mt-8{
	margin-top: -8rem;
}
.-mt-10{
	margin-top: -10rem;
}
.-mt-12{
	margin-top: -12rem;
}
.-mt-16{
	margin-top: -16rem;
}
.-mt-20{
	margin-top: -20rem;
}
.-mt-24{
	margin-top: -24rem;
}
.-mt-32{
	margin-top: -32rem;
}
.mr-0{
	margin-right: 0;
}
.mr-px{
	margin-right: 1px;
}
.mr-0-25{
	margin-right: .25rem;
}
.mr-0-5{
	margin-right: .5rem;
}
.mr-0-75{
	margin-right: .75rem;
}
.mr-1{
	margin-right: 1rem;
}
.mr-1-5{
	margin-right: 1.5rem;
}
.mr-2{
	margin-right: 2rem;
}
.mr-3{
	margin-right: 3rem;
}
.mr-4{
	margin-right: 4rem;
}
.mr-5{
	margin-right: 5rem;
}
.mr-6{
	margin-right: 6rem;
}
.mr-8{
	margin-right: 8rem;
}
.mr-10{
	margin-right: 10rem;
}
.mr-12{
	margin-right: 12rem;
}
.mr-16{
	margin-right: 16rem;
}
.mr-20{
	margin-right: 20rem;
}
.mr-24{
	margin-right: 24rem;
}
.mr-32{
	margin-right: 32rem;
}
.mr-auto{
	margin-right: auto;
}
.-mr-px{
	margin-right: -1px;
}
.-mr-0-25{
	margin-right: -0.25rem;
}
.-mr-0-5{
	margin-right: -0.5rem;
}
.-mr-0-75{
	margin-right: -0.75rem;
}
.-mr-1{
	margin-right: -1rem;
}
.-mr-1-5{
	margin-right: -1.5rem;
}
.-mr-2{
	margin-right: -2rem;
}
.-mr-3{
	margin-right: -3rem;
}
.-mr-4{
	margin-right: -4rem;
}
.-mr-5{
	margin-right: -5rem;
}
.-mr-6{
	margin-right: -6rem;
}
.-mr-8{
	margin-right: -8rem;
}
.-mr-10{
	margin-right: -10rem;
}
.-mr-12{
	margin-right: -12rem;
}
.-mr-16{
	margin-right: -16rem;
}
.-mr-20{
	margin-right: -20rem;
}
.-mr-24{
	margin-right: -24rem;
}
.-mr-32{
	margin-right: -32rem;
}
.mb-0{
	margin-bottom: 0;
}
.mb-px{
	margin-bottom: 1px;
}
.mb-0-25{
	margin-bottom: .25rem;
}
.mb-0-5{
	margin-bottom: .5rem;
}
.mb-0-75{
	margin-bottom: .75rem;
}
.mb-1{
	margin-bottom: 1rem;
}
.mb-1-5{
	margin-bottom: 1.5rem;
}
.mb-2{
	margin-bottom: 2rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.mb-4{
	margin-bottom: 4rem;
}
.mb-5{
	margin-bottom: 5rem;
}
.mb-6{
	margin-bottom: 6rem;
}
.mb-8{
	margin-bottom: 8rem;
}
.mb-10{
	margin-bottom: 10rem;
}
.mb-12{
	margin-bottom: 12rem;
}
.mb-16{
	margin-bottom: 16rem;
}
.mb-20{
	margin-bottom: 20rem;
}
.mb-24{
	margin-bottom: 24rem;
}
.mb-32{
	margin-bottom: 32rem;
}
.mb-auto{
	margin-bottom: auto;
}
.-mb-px{
	margin-bottom: -1px;
}
.-mb-0-25{
	margin-bottom: -0.25rem;
}
.-mb-0-5{
	margin-bottom: -0.5rem;
}
.-mb-0-75{
	margin-bottom: -0.75rem;
}
.-mb-1{
	margin-bottom: -1rem;
}
.-mb-1-5{
	margin-bottom: -1.5rem;
}
.-mb-2{
	margin-bottom: -2rem;
}
.-mb-3{
	margin-bottom: -3rem;
}
.-mb-4{
	margin-bottom: -4rem;
}
.-mb-5{
	margin-bottom: -5rem;
}
.-mb-6{
	margin-bottom: -6rem;
}
.-mb-8{
	margin-bottom: -8rem;
}
.-mb-10{
	margin-bottom: -10rem;
}
.-mb-12{
	margin-bottom: -12rem;
}
.-mb-16{
	margin-bottom: -16rem;
}
.-mb-20{
	margin-bottom: -20rem;
}
.-mb-24{
	margin-bottom: -24rem;
}
.-mb-32{
	margin-bottom: -32rem;
}
.ml-0{
	margin-left: 0;
}
.ml-px{
	margin-left: 1px;
}
.ml-0-25{
	margin-left: .25rem;
}
.ml-0-5{
	margin-left: .5rem;
}
.ml-0-75{
	margin-left: .75rem;
}
.ml-1{
	margin-left: 1rem;
}
.ml-1-5{
	margin-left: 1.5rem;
}
.ml-2{
	margin-left: 2rem;
}
.ml-3{
	margin-left: 3rem;
}
.ml-4{
	margin-left: 4rem;
}
.ml-5{
	margin-left: 5rem;
}
.ml-6{
	margin-left: 6rem;
}
.ml-8{
	margin-left: 8rem;
}
.ml-10{
	margin-left: 10rem;
}
.ml-12{
	margin-left: 12rem;
}
.ml-16{
	margin-left: 16rem;
}
.ml-20{
	margin-left: 20rem;
}
.ml-24{
	margin-left: 24rem;
}
.ml-32{
	margin-left: 32rem;
}
.ml-auto{
	margin-left: auto;
}
.-ml-px{
	margin-left: -1px;
}
.-ml-0-25{
	margin-left: -0.25rem;
}
.-ml-0-5{
	margin-left: -0.5rem;
}
.-ml-0-75{
	margin-left: -0.75rem;
}
.-ml-1{
	margin-left: -1rem;
}
.-ml-1-5{
	margin-left: -1.5rem;
}
.-ml-2{
	margin-left: -2rem;
}
.-ml-3{
	margin-left: -3rem;
}
.-ml-4{
	margin-left: -4rem;
}
.-ml-5{
	margin-left: -5rem;
}
.-ml-6{
	margin-left: -6rem;
}
.-ml-8{
	margin-left: -8rem;
}
.-ml-10{
	margin-left: -10rem;
}
.-ml-12{
	margin-left: -12rem;
}
.-ml-16{
	margin-left: -16rem;
}
.-ml-20{
	margin-left: -20rem;
}
.-ml-24{
	margin-left: -24rem;
}
.-ml-32{
	margin-left: -32rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-12{
	height: 12rem;
}
.h-3\/5{
	height: 60%;
}
.h-20{
	height: 20rem;
}
.h-8{
	height: 8rem;
}
.h-full{
	height: 100%;
}
.h-5\/6{
	height: 83.333333%;
}
.h-6{
	height: 6rem;
}
.h-1{
	height: 1rem;
}
.h-1-25{
	height: 1.25rem;
}
.h-auto{
	height: auto;
}
.h-3{
	height: 3rem;
}
.w-full{
	width: 100%;
}
.w-10{
	width: 10rem;
}
.w-20{
	width: 20rem;
}
.w-8{
	width: 8rem;
}
.w-auto{
	width: auto;
}
.w-6{
	width: 6rem;
}
.w-1{
	width: 1rem;
}
.w-1-25{
	width: 1.25rem;
}
.w-3{
	width: 3rem;
}
.w-1\/2{
	width: 50%;
}
.w-1\/5{
	width: 20%;
}
.w-16{
	width: 16rem;
}
.w-2\/3{
	width: 66.666667%;
}
.w-1\/4{
	width: 25%;
}
.w-4\/5{
	width: 80%;
}
.w-3\/4{
	width: 75%;
}
.w-3\/5{
	width: 60%;
}
.w-2\/5{
	width: 40%;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-full{
	max-width: 100%;
}
.max-w-3xl{
	max-width: 48rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-initial{
	flex: 0 1 auto;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.list-inside{
	list-style-position: inside;
}
.list-disc{
	list-style-type: disc;
}
.list-none{
	list-style-type: none;
}
.grid-cols-8{
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.place-items-center{
	place-items: center;
}
.content-center{
	align-content: center;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-evenly{
	justify-content: space-evenly;
}
.gap-4{
	gap: 4rem;
}
.gap-2{
	gap: 2rem;
}
.gap-x-1{
	column-gap: 1rem;
}
.gap-y-2{
	row-gap: 2rem;
}
.gap-x-1-5{
	column-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start{
	align-self: flex-start;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-scroll{
	overflow-x: scroll;
}
.overflow-y-scroll{
	overflow-y: scroll;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-sm{
	border-radius: 0.125rem;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-l-sm{
	border-top-left-radius: 0.125rem;
	border-bottom-left-radius: 0.125rem;
}
.rounded-tr-sm{
	border-top-right-radius: 0.125rem;
}
.border{
	border-width: 1px;
}
.border-0{
	border-width: 0px;
}
.border-2{
	border-width: 2px;
}
.border-8{
	border-width: 8px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-t{
	border-top-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-l{
	border-left-width: 1px;
}
.border-r{
	border-right-width: 1px;
}
.border-t-2{
	border-top-width: 2px;
}
.border-none{
	border-style: none;
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-grey-light{
	--tw-border-opacity: 1;
	border-color: rgba(172, 172, 172, var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(0, 85, 159, var(--tw-border-opacity));
}
.border-transparent{
	border-color: transparent;
}
.border-grey-lighter{
	--tw-border-opacity: 1;
	border-color: rgba(228, 231, 235, var(--tw-border-opacity));
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(10, 10, 10, var(--tw-border-opacity));
}
.border-blue-light{
	--tw-border-opacity: 1;
	border-color: rgba(152, 186, 216, var(--tw-border-opacity));
}
.border-grey-dark{
	--tw-border-opacity: 1;
	border-color: rgba(44, 48, 50, var(--tw-border-opacity));
}
.border-red{
	--tw-border-opacity: 1;
	border-color: rgba(227, 52, 47, var(--tw-border-opacity));
}
.bg-red-lightest{
	--tw-bg-opacity: 1;
	background-color: rgba(252, 235, 234, var(--tw-bg-opacity));
}
.bg-primary-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 74, 139, var(--tw-bg-opacity));
}
.bg-grey-lightest{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 85, 159, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-grey-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(44, 48, 50, var(--tw-bg-opacity));
}
.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 118, 255, var(--tw-bg-opacity));
}
.bg-grey-darkest{
	--tw-bg-opacity: 1;
	background-color: rgba(69, 80, 96, var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(67, 162, 127, var(--tw-bg-opacity));
}
.bg-green{
	--tw-bg-opacity: 1;
	background-color: rgba(56, 193, 114, var(--tw-bg-opacity));
}
.fill-current{
	fill: currentColor;
}
.object-contain{
	object-fit: contain;
}
.object-cover{
	object-fit: cover;
}
.object-center{
	object-position: center;
}
.p-0{
	padding: 0;
}
.p-px{
	padding: 1px;
}
.p-0-25{
	padding: .25rem;
}
.p-0-5{
	padding: .5rem;
}
.p-0-75{
	padding: .75rem;
}
.p-1{
	padding: 1rem;
}
.p-1-5{
	padding: 1.5rem;
}
.p-2{
	padding: 2rem;
}
.p-3{
	padding: 3rem;
}
.p-4{
	padding: 4rem;
}
.p-5{
	padding: 5rem;
}
.p-6{
	padding: 6rem;
}
.p-8{
	padding: 8rem;
}
.p-10{
	padding: 10rem;
}
.p-12{
	padding: 12rem;
}
.p-16{
	padding: 16rem;
}
.p-20{
	padding: 20rem;
}
.p-24{
	padding: 24rem;
}
.p-32{
	padding: 32rem;
}
.px-0{
	padding-left: 0;
	padding-right: 0;
}
.px-px{
	padding-left: 1px;
	padding-right: 1px;
}
.px-0-25{
	padding-left: .25rem;
	padding-right: .25rem;
}
.px-0-5{
	padding-left: .5rem;
	padding-right: .5rem;
}
.px-0-75{
	padding-left: .75rem;
	padding-right: .75rem;
}
.px-1{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-1-5{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-2{
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-3{
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-4{
	padding-left: 4rem;
	padding-right: 4rem;
}
.px-5{
	padding-left: 5rem;
	padding-right: 5rem;
}
.px-6{
	padding-left: 6rem;
	padding-right: 6rem;
}
.px-8{
	padding-left: 8rem;
	padding-right: 8rem;
}
.px-10{
	padding-left: 10rem;
	padding-right: 10rem;
}
.px-12{
	padding-left: 12rem;
	padding-right: 12rem;
}
.px-16{
	padding-left: 16rem;
	padding-right: 16rem;
}
.px-20{
	padding-left: 20rem;
	padding-right: 20rem;
}
.px-24{
	padding-left: 24rem;
	padding-right: 24rem;
}
.px-32{
	padding-left: 32rem;
	padding-right: 32rem;
}
.py-0{
	padding-top: 0;
	padding-bottom: 0;
}
.py-px{
	padding-top: 1px;
	padding-bottom: 1px;
}
.py-0-25{
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.py-0-5{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.py-0-75{
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.py-1{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-1-5{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-2{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-3{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-4{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-5{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-6{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-8{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.py-10{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.py-12{
	padding-top: 12rem;
	padding-bottom: 12rem;
}
.py-16{
	padding-top: 16rem;
	padding-bottom: 16rem;
}
.py-20{
	padding-top: 20rem;
	padding-bottom: 20rem;
}
.py-24{
	padding-top: 24rem;
	padding-bottom: 24rem;
}
.py-32{
	padding-top: 32rem;
	padding-bottom: 32rem;
}
.pt-0{
	padding-top: 0;
}
.pt-px{
	padding-top: 1px;
}
.pt-0-25{
	padding-top: .25rem;
}
.pt-0-5{
	padding-top: .5rem;
}
.pt-0-75{
	padding-top: .75rem;
}
.pt-1{
	padding-top: 1rem;
}
.pt-1-5{
	padding-top: 1.5rem;
}
.pt-2{
	padding-top: 2rem;
}
.pt-3{
	padding-top: 3rem;
}
.pt-4{
	padding-top: 4rem;
}
.pt-5{
	padding-top: 5rem;
}
.pt-6{
	padding-top: 6rem;
}
.pt-8{
	padding-top: 8rem;
}
.pt-10{
	padding-top: 10rem;
}
.pt-12{
	padding-top: 12rem;
}
.pt-16{
	padding-top: 16rem;
}
.pt-20{
	padding-top: 20rem;
}
.pt-24{
	padding-top: 24rem;
}
.pt-32{
	padding-top: 32rem;
}
.pr-0{
	padding-right: 0;
}
.pr-px{
	padding-right: 1px;
}
.pr-0-25{
	padding-right: .25rem;
}
.pr-0-5{
	padding-right: .5rem;
}
.pr-0-75{
	padding-right: .75rem;
}
.pr-1{
	padding-right: 1rem;
}
.pr-1-5{
	padding-right: 1.5rem;
}
.pr-2{
	padding-right: 2rem;
}
.pr-3{
	padding-right: 3rem;
}
.pr-4{
	padding-right: 4rem;
}
.pr-5{
	padding-right: 5rem;
}
.pr-6{
	padding-right: 6rem;
}
.pr-8{
	padding-right: 8rem;
}
.pr-10{
	padding-right: 10rem;
}
.pr-12{
	padding-right: 12rem;
}
.pr-16{
	padding-right: 16rem;
}
.pr-20{
	padding-right: 20rem;
}
.pr-24{
	padding-right: 24rem;
}
.pr-32{
	padding-right: 32rem;
}
.pb-0{
	padding-bottom: 0;
}
.pb-px{
	padding-bottom: 1px;
}
.pb-0-25{
	padding-bottom: .25rem;
}
.pb-0-5{
	padding-bottom: .5rem;
}
.pb-0-75{
	padding-bottom: .75rem;
}
.pb-1{
	padding-bottom: 1rem;
}
.pb-1-5{
	padding-bottom: 1.5rem;
}
.pb-2{
	padding-bottom: 2rem;
}
.pb-3{
	padding-bottom: 3rem;
}
.pb-4{
	padding-bottom: 4rem;
}
.pb-5{
	padding-bottom: 5rem;
}
.pb-6{
	padding-bottom: 6rem;
}
.pb-8{
	padding-bottom: 8rem;
}
.pb-10{
	padding-bottom: 10rem;
}
.pb-12{
	padding-bottom: 12rem;
}
.pb-16{
	padding-bottom: 16rem;
}
.pb-20{
	padding-bottom: 20rem;
}
.pb-24{
	padding-bottom: 24rem;
}
.pb-32{
	padding-bottom: 32rem;
}
.pl-0{
	padding-left: 0;
}
.pl-px{
	padding-left: 1px;
}
.pl-0-25{
	padding-left: .25rem;
}
.pl-0-5{
	padding-left: .5rem;
}
.pl-0-75{
	padding-left: .75rem;
}
.pl-1{
	padding-left: 1rem;
}
.pl-1-5{
	padding-left: 1.5rem;
}
.pl-2{
	padding-left: 2rem;
}
.pl-3{
	padding-left: 3rem;
}
.pl-4{
	padding-left: 4rem;
}
.pl-5{
	padding-left: 5rem;
}
.pl-6{
	padding-left: 6rem;
}
.pl-8{
	padding-left: 8rem;
}
.pl-10{
	padding-left: 10rem;
}
.pl-12{
	padding-left: 12rem;
}
.pl-16{
	padding-left: 16rem;
}
.pl-20{
	padding-left: 20rem;
}
.pl-24{
	padding-left: 24rem;
}
.pl-32{
	padding-left: 32rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.align-middle{
	vertical-align: middle;
}
.align-bottom{
	vertical-align: bottom;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.font-medium{
	font-weight: 500;
}
.font-bold{
	font-weight: 700;
}
.font-light{
	font-weight: 300;
}
.font-extrabold{
	font-weight: 800;
}
.uppercase{
	text-transform: uppercase;
}
.leading-5{
	line-height: 1.25rem;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.text-grey-light{
	--tw-text-opacity: 1;
	color: rgba(172, 172, 172, var(--tw-text-opacity));
}
.text-red{
	--tw-text-opacity: 1;
	color: rgba(227, 52, 47, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-grey{
	--tw-text-opacity: 1;
	color: rgba(44, 48, 50, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(10, 10, 10, var(--tw-text-opacity));
}
.text-grey-darker{
	--tw-text-opacity: 1;
	color: rgba(78, 78, 78, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(0, 85, 159, var(--tw-text-opacity));
}
.text-green{
	--tw-text-opacity: 1;
	color: rgba(56, 193, 114, var(--tw-text-opacity));
}
.text-grey-dark{
	--tw-text-opacity: 1;
	color: rgba(44, 48, 50, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(67, 162, 127, var(--tw-text-opacity));
}
.text-blue-light{
	--tw-text-opacity: 1;
	color: rgba(152, 186, 216, var(--tw-text-opacity));
}
.text-grey-darkest{
	--tw-text-opacity: 1;
	color: rgba(69, 80, 96, var(--tw-text-opacity));
}
.opacity-75{
	opacity: 0.75;
}
.opacity-0{
	opacity: 0;
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.top-0 {
    top: 0;
  }
.right-0 {
    right: 0;
  }
.bottom-0 {
    bottom: 0;
  }
.left-0 {
    left: 0;
  }
.top-1 {
    top: 1rem;
  }
.right-1 {
    right: 1rem;
  }
.left-2 {
    left: 2rem;
  }
.order-first {
    order: -9999;
  }
.order-last {
    order: 9999;
  }
.order-1 {
    order: 1;
  }
.order-2 {
    order: 2;
  }
.embed-21by9 {
    padding-bottom: 42.85714286%;
  }
.embed-16by9 {
    padding-bottom: 56.25%;
  }
.embed-4by3 {
    padding-bottom: 75%;
  }
.embed-3by4 {
    padding-bottom: 125%;
  }
.embed-7by10 {
    padding-bottom: 143%;
  }
.embed-1by1 {
    padding-bottom: 100%;
  }
@media (min-width: 768px) {
    .md-embed-1by1 {
      padding-bottom: 100%;
    }
  }
.object-cover-absolute{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
    object-fit: cover;
}
.object-contain{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
    object-fit: contain;
}
.scroll-x-proximity {
    scroll-snap-type: proximity;
    scroll-snap-type: x proximity;
  }
.scroll-align-start {
    scroll-snap-align: start;
    scroll-snap-align: center;
  }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.hover\:border-b-2:hover{
	border-bottom-width: 2px;
}
.hover\:border-none:hover{
	border-style: none;
}
.hover\:border-primary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(0, 85, 159, var(--tw-border-opacity));
}
.hover\:bg-primary-dark:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 74, 139, var(--tw-bg-opacity));
}
.hover\:bg-grey-lightest:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.hover\:bg-grey-light:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(172, 172, 172, var(--tw-bg-opacity));
}
.hover\:bg-blue-dark:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 98, 211, var(--tw-bg-opacity));
}
.hover\:text-grey-darkest:hover{
	--tw-text-opacity: 1;
	color: rgba(69, 80, 96, var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 74, 139, var(--tw-text-opacity));
}
.hover\:text-green:hover{
	--tw-text-opacity: 1;
	color: rgba(56, 193, 114, var(--tw-text-opacity));
}
.hover\:text-primary:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 85, 159, var(--tw-text-opacity));
}
.hover\:text-black:hover{
	--tw-text-opacity: 1;
	color: rgba(10, 10, 10, var(--tw-text-opacity));
}
.focus\:bg-grey-lighter:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(228, 231, 235, var(--tw-bg-opacity));
}
.focus\:text-black:focus{
	--tw-text-opacity: 1;
	color: rgba(10, 10, 10, var(--tw-text-opacity));
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-1:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus{
	--tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:opacity-75{
	opacity: 0.75;
}
@media (min-width: 640px){
	.sm\:ml-1-5{
		margin-left: 1.5rem;
	}
	.sm\:mt-0{
		margin-top: 0;
	}
	.sm\:mb-1{
		margin-bottom: 1rem;
	}
	.sm\:block{
		display: block;
	}
	.sm\:grid{
		display: grid;
	}
	.sm\:h-12{
		height: 12rem;
	}
	.sm\:w-12{
		width: 12rem;
	}
	.sm\:w-2\/3{
		width: 66.666667%;
	}
	.sm\:w-1\/3{
		width: 33.333333%;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:flex-row{
		flex-direction: row;
	}
	.sm\:gap-x-6{
		column-gap: 6rem;
	}
	.sm\:p-1-5{
		padding: 1.5rem;
	}
	.sm\:p-2{
		padding: 2rem;
	}
	.sm\:px-1-5{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:py-2{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.sm\:py-1-5{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sm\:px-2{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.sm\:pr-0{
		padding-right: 0;
	}
	.sm\:pr-2{
		padding-right: 2rem;
	}
	.sm\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.sm\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 768px){
	.md\:fixed{
		position: fixed;
	}
	.md\:absolute{
		position: absolute;
	}
	.md\:left-2{
		left: 2rem;
	}
	.md\:bottom-2{
		bottom: 2rem;
	}
	.md\:right-1{
		right: 1rem;
	}
	.md\:order-2{
		order: 2;
	}
	.md\:mx-0{
		margin-left: 0;
		margin-right: 0;
	}
	.md\:-mx-1{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.md\:my-2{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.md\:mb-2{
		margin-bottom: 2rem;
	}
	.md\:mb-0{
		margin-bottom: 0;
	}
	.md\:mb-1{
		margin-bottom: 1rem;
	}
	.md\:mr-1{
		margin-right: 1rem;
	}
	.md\:mb-1-5{
		margin-bottom: 1.5rem;
	}
	.md\:mr-3{
		margin-right: 3rem;
	}
	.md\:inline-block{
		display: inline-block;
	}
	.md\:inline{
		display: inline;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-4\/5{
		width: 80%;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:w-2\/5{
		width: 40%;
	}
	.md\:w-5\/6{
		width: 83.333333%;
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-wrap{
		flex-wrap: wrap;
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:p-2{
		padding: 2rem;
	}
	.md\:p-3{
		padding: 3rem;
	}
	.md\:px-1{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:py-8{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.md\:px-0-25{
		padding-left: .25rem;
		padding-right: .25rem;
	}
	.md\:py-0-75{
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	.md\:px-0-75{
		padding-left: .75rem;
		padding-right: .75rem;
	}
	.md\:px-2{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-1-5{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:pb-1{
		padding-bottom: 1rem;
	}
	.md\:pl-0{
		padding-left: 0;
	}
	.md\:pr-1{
		padding-right: 1rem;
	}
	.md\:pl-1{
		padding-left: 1rem;
	}
	.md\:pl-4{
		padding-left: 4rem;
	}
	.md\:pr-2{
		padding-right: 2rem;
	}
	.md\:pt-6{
		padding-top: 6rem;
	}
	.md\:pb-4{
		padding-bottom: 4rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-right{
		text-align: right;
	}
	.md\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

  .md\:right-1 {
    right: 1rem;
  }

  .md\:bottom-2 {
    bottom: 2rem;
  }

  .md\:left-2 {
    left: 2rem;
  }

  .md\:order-2 {
    order: 2;
  }
}
@media (min-width: 1024px){
	.lg\:container{
		width: 100%;
	}
	@media (min-width: 640px){
		.lg\:container{
			max-width: 640px;
		}
	}
	@media (min-width: 768px){
		.lg\:container{
			max-width: 768px;
		}
	}
	@media (min-width: 1024px){
		.lg\:container{
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px){
		.lg\:container{
			max-width: 1280px;
		}
	}
	@media (min-width: 1536px){
		.lg\:container{
			max-width: 1536px;
		}
	}
	.lg\:order-first{
		order: -9999;
	}
	.lg\:order-last{
		order: 9999;
	}
	.lg\:order-1{
		order: 1;
	}
	.lg\:order-2{
		order: 2;
	}
	.lg\:col-span-7{
		grid-column: span 7 / span 7;
	}
	.lg\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.lg\:m-1-5{
		margin: 1.5rem;
	}
	.lg\:-mx-1{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.lg\:mx-1{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.lg\:mb-0{
		margin-bottom: 0;
	}
	.lg\:mt-5{
		margin-top: 5rem;
	}
	.lg\:mt-3{
		margin-top: 3rem;
	}
	.lg\:mt-0{
		margin-top: 0;
	}
	.lg\:mb-2{
		margin-bottom: 2rem;
	}
	.lg\:mr-1{
		margin-right: 1rem;
	}
	.lg\:mb-1{
		margin-bottom: 1rem;
	}
	.lg\:block{
		display: block;
	}
	.lg\:inline-block{
		display: inline-block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:grid{
		display: grid;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:h-full{
		height: 100%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-2\/5{
		width: 40%;
	}
	.lg\:w-3\/5{
		width: 60%;
	}
	.lg\:w-4\/5{
		width: 80%;
	}
	.lg\:w-1\/4{
		width: 25%;
	}
	.lg\:w-3\/4{
		width: 75%;
	}
	.lg\:w-5\/6{
		width: 83.333333%;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:w-1\/6{
		width: 16.666667%;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-7\/12{
		width: 58.333333%;
	}
	.lg\:w-5\/12{
		width: 41.666667%;
	}
	.lg\:w-1\/12{
		width: 8.333333%;
	}
	.lg\:w-1\/5{
		width: 20%;
	}
	.lg\:w-auto{
		width: auto;
	}
	.lg\:max-w-7xl{
		max-width: 80rem;
	}
	.lg\:grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:flex-row-reverse{
		flex-direction: row-reverse;
	}
	.lg\:flex-wrap{
		flex-wrap: wrap;
	}
	.lg\:items-start{
		align-items: flex-start;
	}
	.lg\:justify-center{
		justify-content: center;
	}
	.lg\:gap-x-3{
		column-gap: 3rem;
	}
	.lg\:overflow-hidden{
		overflow: hidden;
	}
	.lg\:overflow-visible{
		overflow: visible;
	}
	.lg\:p-0{
		padding: 0;
	}
	.lg\:p-2{
		padding: 2rem;
	}
	.lg\:p-1-5{
		padding: 1.5rem;
	}
	.lg\:p-5{
		padding: 5rem;
	}
	.lg\:p-3{
		padding: 3rem;
	}
	.lg\:py-0{
		padding-top: 0;
		padding-bottom: 0;
	}
	.lg\:px-2{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-1{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:py-3{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:py-2{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:px-4{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:px-3{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:py-8{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:pt-6{
		padding-top: 6rem;
	}
	.lg\:pr-3{
		padding-right: 3rem;
	}
	.lg\:pl-0{
		padding-left: 0;
	}
	.lg\:pr-2{
		padding-right: 2rem;
	}
	.lg\:pt-8{
		padding-top: 8rem;
	}
	.lg\:pb-6{
		padding-bottom: 6rem;
	}
	.lg\:pt-1-5{
		padding-top: 1.5rem;
	}
	.lg\:pr-0-75{
		padding-right: .75rem;
	}
	.lg\:pl-0-75{
		padding-left: .75rem;
	}
	.lg\:pt-2{
		padding-top: 2rem;
	}
	.lg\:pl-4{
		padding-left: 4rem;
	}
	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-5xl{
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }
}
@media (min-width: 1280px){
	.xl\:w-2\/5{
		width: 40%;
	}
	.xl\:w-1\/6{
		width: 16.666667%;
	}
	.xl\:w-2\/3{
		width: 66.666667%;
	}
	.xl\:w-3\/4{
		width: 75%;
	}
	.xl\:gap-x-4{
		column-gap: 4rem;
	}
	.xl\:gap-x-2{
		column-gap: 2rem;
	}
	.xl\:px-4{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.xl\:pr-4{
		padding-right: 4rem;
	}
	.xl\:pl-0{
		padding-left: 0;
	}
}
