/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html{
  line-height:1.15;
  -webkit-text-size-adjust:100%
}

body{
  margin:0
}

main{
  display:block
}

h1{
  font-size:2em;
  margin:0.67em 0
}

hr{
  -webkit-box-sizing:content-box;
          box-sizing:content-box;
  height:0;
  overflow:visible
}

pre{
  font-family:monospace, monospace;
  font-size:1em
}

a{
  background-color:transparent
}

abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted
}

b,strong{
  font-weight:bolder
}

code,kbd,samp{
  font-family:monospace, monospace;
  font-size:1em
}

small{
  font-size:80%
}

sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}

sub{
  bottom:-0.25em
}

sup{
  top:-0.5em
}

img{
  border-style:none
}

button,input,optgroup,select,textarea{
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}

button,input{
  overflow:visible
}

button,select{
  text-transform:none
}

button,[type="button"],[type="reset"],[type="submit"]{
  -webkit-appearance:button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
  border-style:none;
  padding:0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
  outline:1px dotted ButtonText
}

fieldset{
  padding:0.35em 0.75em 0.625em
}

legend{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}

progress{
  vertical-align:baseline
}

textarea{
  overflow:auto
}

[type="checkbox"],[type="radio"]{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  padding:0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
  height:auto
}

[type="search"]{
  -webkit-appearance:textfield;
  outline-offset:-2px
}

[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none
}

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit
}

details{
  display:block
}

summary{
  display:list-item
}

template{
  display:none
}

[hidden]{
  display:none
}

*,*::before,*::after{
  -webkit-box-sizing:inherit;
          box-sizing:inherit
}

html{
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

body,button,input,select,optgroup,textarea{
  color:#404040;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size:1rem;
  line-height:1.5
}

h1,h2,h3,h4,h5,h6{
  clear:both
}

p{
  margin-bottom:1.5em
}

dfn,cite,em,i{
  font-style:italic
}

blockquote{
  margin:0 1.5em
}

address{
  margin:0 0 1.5em
}

pre{
  background:#eee;
  font-family:"Courier 10 Pitch", courier, monospace;
  line-height:1.6;
  margin-bottom:1.6em;
  max-width:100%;
  overflow:auto;
  padding:1.6em
}

code,kbd,tt,var{
  font-family:monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,acronym{
  border-bottom:1px dotted #666;
  cursor:help
}

mark,ins{
  background:#fff9c0;
  text-decoration:none
}

big{
  font-size:125%
}

body{
  background:#fff
}

hr{
  background-color:#ccc;
  border:0;
  height:1px;
  margin-bottom:1.5em
}

ul,ol{
  margin:0 0 1.5em 3em
}

ul{
  list-style:disc
}

ol{
  list-style:decimal
}

li>ul,li>ol{
  margin-bottom:0;
  margin-left:1.5em
}

dt{
  font-weight:700
}

dd{
  margin:0 1.5em 1.5em
}

embed,iframe,object{
  max-width:100%
}

img{
  height:auto;
  max-width:100%
}

figure{
  margin:1em 0
}

table{
  margin:0 0 1.5em;
  width:100%
}

.main-navigation{
  display:block;
  width:100%
}

.main-navigation ul{
  display:none;
  list-style:none;
  margin:0;
  padding-left:0
}

.main-navigation ul ul{
  -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
          box-shadow:0 3px 3px rgba(0,0,0,0.2);
  float:left;
  position:absolute;
  top:100%;
  left:-999em;
  z-index:99999
}

.main-navigation ul ul ul{
  left:-999em;
  top:0
}

.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{
  display:block;
  left:auto
}

.main-navigation ul ul a{
  width:200px
}

.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{
  left:auto
}

.main-navigation li{
  position:relative
}

.main-navigation a{
  display:block;
  text-decoration:none
}

.menu-toggle,.main-navigation.toggled ul{
  display:block
}

@media screen and (min-width: 37.5em){
  .menu-toggle{
    display:none
  }

  .main-navigation ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{
  margin:0 0 1.5em
}

.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{
  -webkit-box-flex:1;
      -ms-flex:1 0 50%;
          flex:1 0 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{
  text-align:end;
  -webkit-box-flex:1;
      -ms-flex:1 0 50%;
          flex:1 0 50%
}

.sticky{
  display:block
}

.post,.page{
  margin:0 0 1.5em
}

.updated:not(.published){
  display:none
}

.page-content,.entry-content,.entry-summary{
  margin:1.5em 0 0
}

.page-links{
  clear:both;
  margin:0 0 1.5em
}

.comment-content a{
  word-wrap:break-word
}

.bypostauthor{
  display:block
}

.widget{
  margin:0 0 1.5em
}

.widget select{
  max-width:100%
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{
  border:none;
  margin-bottom:0;
  margin-top:0;
  padding:0
}

.custom-logo-link{
  display:inline-block
}

.wp-caption{
  margin-bottom:1.5em;
  max-width:100%
}

.wp-caption img[class*="wp-image-"]{
  display:block;
  margin-left:auto;
  margin-right:auto
}

.wp-caption .wp-caption-text{
  margin:0.8075em 0
}

.wp-caption-text{
  text-align:center
}

.gallery{
  margin-bottom:1.5em;
  display:grid;
  grid-gap:1.5em
}

.gallery-item{
  display:inline-block;
  text-align:center;
  width:100%
}

.gallery-columns-2{
  grid-template-columns:repeat(2, 1fr)
}

.gallery-columns-3{
  grid-template-columns:repeat(3, 1fr)
}

.gallery-columns-4{
  grid-template-columns:repeat(4, 1fr)
}

.gallery-columns-5{
  grid-template-columns:repeat(5, 1fr)
}

.gallery-columns-6{
  grid-template-columns:repeat(6, 1fr)
}

.gallery-columns-7{
  grid-template-columns:repeat(7, 1fr)
}

.gallery-columns-8{
  grid-template-columns:repeat(8, 1fr)
}

.gallery-columns-9{
  grid-template-columns:repeat(9, 1fr)
}

.gallery-caption{
  display:block
}

.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{
  display:none
}

.infinity-end.neverending .site-footer{
  display:block
}

.screen-reader-text{
  border:0;
  clip:rect(1px, 1px, 1px, 1px);
  -webkit-clip-path:inset(50%);
          clip-path:inset(50%);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute !important;
  width:1px;
  word-wrap:normal !important
}

.screen-reader-text:focus{
  background-color:#f1f1f1;
  border-radius:3px;
  -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
          box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
  clip:auto !important;
  -webkit-clip-path:none;
          clip-path:none;
  color:#21759b;
  display:block;
  font-size:0.875rem;
  font-weight:700;
  height:auto;
  left:5px;
  line-height:normal;
  padding:15px 23px 14px;
  text-decoration:none;
  top:5px;
  width:auto;
  z-index:100000
}

#primary[tabindex="-1"]:focus{
  outline:0
}

.alignleft{
  float:left;
  margin-right:1.5em;
  margin-bottom:1.5em
}

.alignright{
  float:right;
  margin-left:1.5em;
  margin-bottom:1.5em
}

.aligncenter{
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1.5em
}

/*! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     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.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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 {
  -webkit-box-sizing: border-box;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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.
 */

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-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  border-radius:0px;
  padding-top:0.5rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  padding-left:0.75rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-shadow:0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --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);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color:#2563eb
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color:#6b7280;
  opacity:1
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color:#6b7280;
  opacity:1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color:#6b7280;
  opacity:1
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color:#6b7280;
  opacity:1
}

input::placeholder,textarea::placeholder{
  color:#6b7280;
  opacity:1
}

::-webkit-datetime-edit-fields-wrapper{
  padding:0
}

::-webkit-date-and-time-value{
  min-height:1.5em
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top:0;
  padding-bottom:0
}

select{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position:right 0.5rem center;
  background-repeat:no-repeat;
  background-size:1.5em 1.5em;
  padding-right:2.5rem;
  -webkit-print-color-adjust:exact;
          color-adjust:exact
}

[multiple]{
  background-image:initial;
  background-position:initial;
  background-repeat:unset;
  background-size:initial;
  padding-right:0.75rem;
  -webkit-print-color-adjust:unset;
          color-adjust:unset
}

[type='checkbox'],[type='radio']{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
          color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  -ms-flex-negative:0;
      flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  --tw-shadow:0 0 #0000
}

[type='checkbox']{
  border-radius:0px
}

[type='radio']{
  border-radius:100%
}

[type='checkbox']:focus,[type='radio']:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --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);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

[type='checkbox']:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type='radio']:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color:transparent;
  background-color:currentColor
}

[type='checkbox']:indeterminate{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color:transparent;
  background-color:currentColor
}

[type='file']{
  background:unset;
  border-color:inherit;
  border-width:0;
  border-radius:0;
  padding:0;
  font-size:unset;
  line-height:inherit
}

[type='file']:focus{
  outline:1px auto -webkit-focus-ring-color
}


.aspect-w-8,
.aspect-w-16{
  position:relative;
  padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)
}


.aspect-w-8 > *,
.aspect-w-16 > *{
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  right:0;
  bottom:0;
  left:0
}

.aspect-w-8{
  --tw-aspect-w:8
}

.aspect-w-16{
  --tw-aspect-w:16
}

.aspect-h-5{
  --tw-aspect-h:5
}

.aspect-h-9{
  --tw-aspect-h:9
}

.aspect-h-10{
  --tw-aspect-h:10
}

.wrapper{
  max-width:100%;
  margin-left:20px;
  margin-right:20px;
}

@media (min-width: 1320px){
  .wrapper{
    max-width:1280px;
    margin-left:auto;
    margin-right:auto
  }
}

.btn{
  font-size:1rem;
  line-height:1.5rem;
  display:inline-block;
  text-transform:uppercase;
  font-weight:600;
  cursor:pointer;
  text-align:center;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  min-width:125px
}

.btn-secondary{
  background-color:#0F4C75;
  color:#fff;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.btn-secondary:hover{
  -webkit-box-shadow:inset 25em 0 0 0 #3B9EFA;
          box-shadow:inset 25em 0 0 0 #3B9EFA
}

.btn-primary{
  background-color:#3B9EFA;
  color:#fff;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.btn-primary:hover{
  -webkit-box-shadow:inset 25em 0 0 0 #0F4C75;
          box-shadow:inset 25em 0 0 0 #0F4C75
}

.btn-outline{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.btn-outline:hover{
  -webkit-box-shadow:inset 25em 0 0 0 #fff;
          box-shadow:inset 25em 0 0 0 #fff;
  color:#0F4C75;
  border-color:#fff
}

.visible{
  visibility:visible
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:-webkit-sticky;
  position:sticky
}

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

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

.top-3{
  top:0.75rem
}

.top-full{
  top:100%
}

.right-5{
  right:1.25rem
}

.-right-5{
  right:-1.25rem
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.left-5{
  left:1.25rem
}

.-left-5{
  left:-1.25rem
}

.z-1{
  z-index:1
}

.z-10{
  z-index:10
}

.order-2{
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2
}

.m-0{
  margin:0px
}

.mx-2{
  margin-left:0.5rem;
  margin-right:0.5rem
}

.mx-5{
  margin-left:1.25rem;
  margin-right:1.25rem
}

.mx-auto{
  margin-left:auto;
  margin-right:auto
}

.my-0{
  margin-top:0px;
  margin-bottom:0px
}

.my-1{
  margin-top:0.25rem;
  margin-bottom:0.25rem
}

.my-7{
  margin-top:1.75rem;
  margin-bottom:1.75rem
}

.my-7\.5{
  margin-top:1.875rem;
  margin-bottom:1.875rem
}

.mt-1{
  margin-top:0.25rem
}

.mt-2{
  margin-top:0.5rem
}

.mt-3{
  margin-top:0.75rem
}

.mt-4{
  margin-top:1rem
}

.mt-5{
  margin-top:1.25rem
}

.mt-6{
  margin-top:1.5rem
}

.mt-7{
  margin-top:1.75rem
}

.mt-8{
  margin-top:2rem
}

.mt-9{
  margin-top:2.25rem
}

.mt-10{
  margin-top:2.5rem
}

.mt-16{
  margin-top:4rem
}

.mt-3\.5{
  margin-top:0.875rem
}

.mt-7\.5{
  margin-top:1.875rem
}

.-mt-0{
  margin-top:0px
}

.-mt-0\.5{
  margin-top:-0.125rem
}

.mr-4{
  margin-right:1rem
}

.mb-0{
  margin-bottom:0px
}

.mb-2{
  margin-bottom:0.5rem
}

.mb-5{
  margin-bottom:1.25rem
}

.mb-7{
  margin-bottom:1.75rem
}

.mb-8{
  margin-bottom:2rem
}

.mb-10{
  margin-bottom:2.5rem
}

.mb-12{
  margin-bottom:3rem
}

.mb-7\.5{
  margin-bottom:1.875rem
}

.ml-0{
  margin-left:0px
}

.ml-1{
  margin-left:0.25rem
}

.ml-2{
  margin-left:0.5rem
}

.ml-3{
  margin-left:0.75rem
}

.ml-5{
  margin-left:1.25rem
}

.ml-1\.5{
  margin-left:0.375rem
}

.last\:mr-0:last-child{
  margin-right:0px
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.inline-flex{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex
}

.table{
  display:table
}

.flow-root{
  display:flow-root
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.h-2{
  height:0.5rem
}

.h-4{
  height:1rem
}

.h-5{
  height:1.25rem
}

.h-6{
  height:1.5rem
}

.h-11{
  height:2.75rem
}

.h-12{
  height:3rem
}

.h-28{
  height:7rem
}

.h-full{
  height:100%
}

.max-h-28{
  max-height:7rem
}

.w-2{
  width:0.5rem
}

.w-4{
  width:1rem
}

.w-5{
  width:1.25rem
}

.w-6{
  width:1.5rem
}

.w-auto{
  width:auto
}

.w-5\/12{
  width:41.666667%
}

.w-7\/12{
  width:58.333333%
}

.w-full{
  width:100%
}

.max-w-xs{
  max-width:20rem
}

.max-w-sm{
  max-width:24rem
}

.max-w-md{
  max-width:28rem
}

.max-w-full{
  max-width:100%
}

.flex-1{
  -webkit-box-flex:1;
      -ms-flex:1 1 0%;
          flex:1 1 0%
}

.flex-grow{
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1
}

.transform{
  --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;
  -webkit-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));
          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))
}

.hover\:scale-105:hover{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

@-webkit-keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform:scale(2);
            transform:scale(2);
    opacity:0
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform:scale(2);
            transform:scale(2);
    opacity:0
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity:.5
  }
}

@keyframes pulse{
  50%{
    opacity:.5
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform:translateY(-25%);
            transform:translateY(-25%);
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
            animation-timing-function:cubic-bezier(0.8,0,1,1)
  }

  50%{
    -webkit-transform:none;
            transform:none;
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
            animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform:translateY(-25%);
            transform:translateY(-25%);
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
            animation-timing-function:cubic-bezier(0.8,0,1,1)
  }

  50%{
    -webkit-transform:none;
            transform:none;
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
            animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}

.cursor-pointer{
  cursor:pointer
}

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

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.flex-col{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column
}

.flex-wrap{
  -ms-flex-wrap:wrap;
      flex-wrap:wrap
}

.items-center{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center
}

.justify-end{
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end
}

.justify-center{
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center
}

.justify-between{
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between
}

.gap-x-3{
  -webkit-column-gap:0.75rem;
     -moz-column-gap:0.75rem;
          column-gap:0.75rem
}

.gap-y-5{
  row-gap:1.25rem
}

.gap-y-7{
  row-gap:1.75rem
}

.gap-y-8{
  row-gap:2rem
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.75rem * var(--tw-space-x-reverse));
  margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.25rem * var(--tw-space-x-reverse));
  margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
}

.space-y-4 > :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))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
}

.overflow-y-auto{
  overflow-y:auto
}

.overflow-x-scroll{
  overflow-x:scroll
}

.whitespace-nowrap{
  white-space:nowrap
}

.rounded{
  border-radius:0.25rem
}

.rounded-md{
  border-radius:0.375rem
}

.rounded-lg{
  border-radius:0.5rem
}

.rounded-full{
  border-radius:9999px
}

.rounded-b-md{
  border-bottom-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.border-0{
  border-width:0px
}

.border{
  border-width:1px
}

.border-t-2{
  border-top-width:2px
}

.border-t-4{
  border-top-width:4px
}

.border-t{
  border-top-width:1px
}

.border-r{
  border-right-width:1px
}

.border-b-2{
  border-bottom-width:2px
}

.border-b-4{
  border-bottom-width:4px
}

.border-b-8{
  border-bottom-width:8px
}

.border-b{
  border-bottom-width:1px
}

.border-black{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-light_blue{
  --tw-border-opacity:1;
  border-color:rgba(59, 158, 250, var(--tw-border-opacity))
}

.bg-transparent{
  background-color:transparent
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.bg-light_blue{
  --tw-bg-opacity:1;
  background-color:rgba(59, 158, 250, var(--tw-bg-opacity))
}

.bg-dark_blue{
  --tw-bg-opacity:1;
  background-color:rgba(15, 76, 117, var(--tw-bg-opacity))
}

.bg-floral_white{
  --tw-bg-opacity:1;
  background-color:rgba(251, 251, 251, var(--tw-bg-opacity))
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-opacity-80{
  --tw-bg-opacity:0.8
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover
}

.p-2{
  padding:0.5rem
}

.p-5{
  padding:1.25rem
}

.p-2\.5{
  padding:0.625rem
}

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

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem
}

.px-5{
  padding-left:1.25rem;
  padding-right:1.25rem
}

.px-15{
  padding-left:3.25rem;
  padding-right:3.25rem
}

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.py-7{
  padding-top:1.75rem;
  padding-bottom:1.75rem
}

.py-20{
  padding-top:5rem;
  padding-bottom:5rem
}

.pt-1{
  padding-top:0.25rem
}

.pt-2{
  padding-top:0.5rem
}

.pt-5{
  padding-top:1.25rem
}

.pt-6{
  padding-top:1.5rem
}

.pt-12{
  padding-top:3rem
}

.pt-2\.5{
  padding-top:0.625rem
}

.pb-2{
  padding-bottom:0.5rem
}

.pb-4{
  padding-bottom:1rem
}

.pb-5{
  padding-bottom:1.25rem
}

.pb-7{
  padding-bottom:1.75rem
}

.pb-10{
  padding-bottom:2.5rem
}

.pb-16{
  padding-bottom:4rem
}

.pb-2\.5{
  padding-bottom:0.625rem
}

.pb-7\.5{
  padding-bottom:1.875rem
}

.pl-2{
  padding-left:0.5rem
}

.pl-3{
  padding-left:0.75rem
}

.pl-5{
  padding-left:1.25rem
}

.text-center{
  text-align:center
}

.font-body{
  font-family:'Open Sans', sans-serif;
}

.font-title{
  font-family:'Raleway', sans-serif
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.font-normal{
  font-weight:400
}

.font-semibold{
  font-weight:600
}

.font-bold{
  font-weight:700
}

.font-extrabold{
  font-weight:800
}

.uppercase{
  text-transform:uppercase
}

.capitalize{
  text-transform:capitalize
}

.tracking-wider{
  letter-spacing:0.05em
}

.text-white{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-light_blue{
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

.text-dark_blue{
  --tw-text-opacity:1;
  color:rgba(15, 76, 117, var(--tw-text-opacity))
}

.underline{
  text-decoration:underline
}

.opacity-50{
  opacity:0.5
}

*, ::before, ::after{
  --tw-shadow:0 0 #0000
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-card{
  --tw-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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
}

*, ::before, ::after{
  --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
}

.filter{
  --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,/*!*/ /*!*/);
  -webkit-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);
          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)
}

.invert{
  --tw-invert:invert(100%)
}

.sepia{
  --tw-sepia:sepia(100%)
}

.transition-all{
  -webkit-transition-property:all;
  transition-property:all;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
          transition-duration:150ms
}

.transition{
  -webkit-transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
          transition-duration:150ms
}

.transition-transform{
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
          transition-duration:150ms
}

.duration-300{
  -webkit-transition-duration:300ms;
          transition-duration:300ms
}

.duration-500{
  -webkit-transition-duration:500ms;
          transition-duration:500ms
}

body{
  font-family:'Open Sans', sans-serif;;
  font-size:1rem;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

@media (min-width: 1024px){
  body{
    font-size:1.125rem;
    line-height:1.75rem
  }
}

.page{
  margin-bottom:0px
}

.component+.component{
  margin-top:2.5rem
}

@media (min-width: 1024px){
  .component+.component{
    margin-top:3.25rem
  }
}

.contact-sales-modal, .contact-popups{
  max-width:48rem
}

.contact-sales-modal [type='text'], .contact-sales-modal [type='email'], .contact-sales-modal [type='url'], .contact-sales-modal [type='password'], .contact-sales-modal [type='number'], .contact-sales-modal [type='date'], .contact-sales-modal [type='datetime-local'], .contact-sales-modal [type='month'], .contact-sales-modal [type='search'], .contact-sales-modal [type='tel'], .contact-sales-modal [type='time'], .contact-sales-modal [type='week'], .contact-sales-modal [multiple], .contact-sales-modal textarea, .contact-sales-modal select, .contact-popups [type='text'], .contact-popups [type='email'], .contact-popups [type='url'], .contact-popups [type='password'], .contact-popups [type='number'], .contact-popups [type='date'], .contact-popups [type='datetime-local'], .contact-popups [type='month'], .contact-popups [type='search'], .contact-popups [type='tel'], .contact-popups [type='time'], .contact-popups [type='week'], .contact-popups [multiple], .contact-popups textarea, .contact-popups select{
  width:100%;
  max-width:100%;
  border-radius:0.25rem;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.contact-sales-modal [type='text'], .contact-sales-modal [type='email'], .contact-sales-modal [type='url'], .contact-sales-modal [type='password'], .contact-sales-modal [type='number'], .contact-sales-modal [type='date'], .contact-sales-modal [type='datetime-local'], .contact-sales-modal [type='month'], .contact-sales-modal [type='search'], .contact-sales-modal [type='tel'], .contact-sales-modal [type='time'], .contact-sales-modal [type='week'], .contact-sales-modal [multiple], .contact-sales-modal textarea, .contact-sales-modal select, .contact-popups [type='text'], .contact-popups [type='email'], .contact-popups [type='url'], .contact-popups [type='password'], .contact-popups [type='number'], .contact-popups [type='date'], .contact-popups [type='datetime-local'], .contact-popups [type='month'], .contact-popups [type='search'], .contact-popups [type='tel'], .contact-popups [type='time'], .contact-popups [type='week'], .contact-popups [multiple], .contact-popups textarea, .contact-popups select{
  outline:2px solid transparent !important;
  outline-offset:2px !important
}

.contact-sales-modal .form-field label, .contact-popups .form-field label{
  font-size:1rem;
  line-height:1.5rem
}

.contact-sales-modal .form-field .wpcf7-form-control-wrap, .contact-popups .form-field .wpcf7-form-control-wrap{
  margin-top:0.5rem;
  display:block
}

.contact-sales-modal .form-field .wpcf7-not-valid-tip, .contact-popups .form-field .wpcf7-not-valid-tip{
  margin-top:0.375rem;
  font-size:0.875rem;
  line-height:1.25rem
}

.contact-sales-modal .wpcf7 form.invalid .wpcf7-response-output, .contact-popups .wpcf7 form.invalid .wpcf7-response-output{
  --tw-text-opacity:1;
  color:rgba(220, 38, 38, var(--tw-text-opacity))
}

.contact-sales-modal .wpcf7 form.sent .wpcf7-response-output, .contact-popups .wpcf7 form.sent .wpcf7-response-output{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.contact-sales-modal .wpcf7 form .wpcf7-response-output, .contact-popups .wpcf7 form .wpcf7-response-output{
  margin-bottom:0px;
  border-width:0px;
  padding-left:0px;
  padding-right:0px;
  font-weight:700
}

#cookie-notice .cn-text-container{
  margin-bottom:0px
}

#cookie-notice .cn-text-container a{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration:underline
}

#cookie-notice .cn-buttons-container a{
  font-weight:600;
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration:underline
}

h1, h2, h3, h4, h5, h6{
  font-family:'Raleway', sans-serif;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgba(15, 76, 117, var(--tw-text-opacity))
}

h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6{
  margin-top:0.75em
}

h1+p, h1+ul, h1+ol, h1+figure, h1+.btn, h1+iframe, h1+blockquote, h2+p, h2+ul, h2+ol, h2+figure, h2+.btn, h2+iframe, h2+blockquote, h3+p, h3+ul, h3+ol, h3+figure, h3+.btn, h3+iframe, h3+blockquote, h4+p, h4+ul, h4+ol, h4+figure, h4+.btn, h4+iframe, h4+blockquote, h5+p, h5+ul, h5+ol, h5+figure, h5+.btn, h5+iframe, h5+blockquote, h6+p, h6+ul, h6+ol, h6+figure, h6+.btn, h6+iframe, h6+blockquote{
  margin-top:1.25rem
}

@media (min-width: 768px){
  h1+p, h1+ul, h1+ol, h1+figure, h1+.btn, h1+iframe, h1+blockquote, h2+p, h2+ul, h2+ol, h2+figure, h2+.btn, h2+iframe, h2+blockquote, h3+p, h3+ul, h3+ol, h3+figure, h3+.btn, h3+iframe, h3+blockquote, h4+p, h4+ul, h4+ol, h4+figure, h4+.btn, h4+iframe, h4+blockquote, h5+p, h5+ul, h5+ol, h5+figure, h5+.btn, h5+iframe, h5+blockquote, h6+p, h6+ul, h6+ol, h6+figure, h6+.btn, h6+iframe, h6+blockquote{
    margin-top:1.5rem
  }
}

@media (min-width: 1024px){
  h1+p, h1+ul, h1+ol, h1+figure, h1+.btn, h1+iframe, h1+blockquote, h2+p, h2+ul, h2+ol, h2+figure, h2+.btn, h2+iframe, h2+blockquote, h3+p, h3+ul, h3+ol, h3+figure, h3+.btn, h3+iframe, h3+blockquote, h4+p, h4+ul, h4+ol, h4+figure, h4+.btn, h4+iframe, h4+blockquote, h5+p, h5+ul, h5+ol, h5+figure, h5+.btn, h5+iframe, h5+blockquote, h6+p, h6+ul, h6+ol, h6+figure, h6+.btn, h6+iframe, h6+blockquote{
    margin-top:1.75rem
  }
}

h1{
  font-size:1.5rem;
  line-height:2rem;
  font-weight:800
}

@media (min-width: 768px){
  h1{
    font-size:1.875rem;
    line-height:2.25rem
  }
}

@media (min-width: 1024px){
  h1{
    font-size:2.25rem;
    line-height:2.5rem
  }
}

h2{
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:700
}

@media (min-width: 1024px){
  h2{
    font-size:1.5rem;
    line-height:2rem
  }
}

h3{
  font-size:1.25rem;
  line-height:1.75rem
}

@media (min-width: 1024px){
  h3{
    font-size:1.5rem;
    line-height:2rem
  }
}

h4{
  font-size:1.125rem;
  line-height:1.75rem
}

@media (min-width: 1024px){
  h4{
    font-size:1.25rem;
    line-height:1.75rem
  }
}

h5{
  font-size:1.125rem;
  line-height:1.75rem
}

p+p, p+ul, p+ol, p+figure, p+.btn, p+iframe, p+blockquote, ul+p, ul+ul, ul+ol, ul+figure, ul+.btn, ul+iframe, ul+blockquote, ol+p, ol+ul, ol+ol, ol+figure, ol+.btn, ol+iframe, ol+blockquote, .btn+p, .btn+ul, .btn+ol, .btn+figure, .btn+.btn, .btn+iframe, .btn+blockquote, iframe+p, iframe+ul, iframe+ol, iframe+figure, iframe+.btn, iframe+iframe, iframe+blockquote, blockquote+p, blockquote+ul, blockquote+ol, blockquote+figure, blockquote+.btn, blockquote+iframe, blockquote+blockquote, .contact-popups-wrap+p, .contact-popups-wrap+ul, .contact-popups-wrap+ol, .contact-popups-wrap+figure, .contact-popups-wrap+.btn, .contact-popups-wrap+iframe, .contact-popups-wrap+blockquote{
  margin-top:1.25rem
}

p+h1,p+h2,p+h3,p+h4,p+h5,p+h6,ul+h1,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6,ol+h1,ol+h2,ol+h3,ol+h4,ol+h5,ol+h6,.btn+h1,.btn+h2,.btn+h3,.btn+h4,.btn+h5,.btn+h6,iframe+h1,iframe+h2,iframe+h3,iframe+h4,iframe+h5,iframe+h6,blockquote+h1,blockquote+h2,blockquote+h3,blockquote+h4,blockquote+h5,blockquote+h6,.contact-popups-wrap+h1,.contact-popups-wrap+h2,.contact-popups-wrap+h3,.contact-popups-wrap+h4,.contact-popups-wrap+h5,.contact-popups-wrap+h6{
  margin-top:1em
}

a{
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

ul,ol{
  margin:0 0 0 1.5em
}

ul{
  list-style:disc
}

ol{
  list-style:decimal
}

blockquote{
  max-width:1080px;
  margin-left:1.25rem;
  margin-right:1.25rem;
  border-top-width:2px;
  border-bottom-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(59, 158, 250, var(--tw-border-opacity));
  padding-top:1.25rem;
  padding-bottom:1.25rem;
  font-size:1.125rem;
  line-height:1.75rem;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

@media (min-width: 1024px){
  blockquote{
    margin-left:auto;
    margin-right:auto;
    border-top-width:4px;
    border-bottom-width:4px;
    font-size:1.25rem;
    line-height:1.75rem
  }
}

.small-text{
  font-size:0.875rem;
  line-height:1.25rem
}

@media (min-width: 1024px){
  .small-text{
    font-size:1rem;
    line-height:1.5rem
  }
}

.hamburger{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  cursor:pointer;
  -webkit-transition-property:opacity, -webkit-filter;
  transition-property:opacity, -webkit-filter;
  transition-property:opacity, filter;
  transition-property:opacity, filter, -webkit-filter;
  -webkit-transition-duration:0.15s;
          transition-duration:0.15s;
  -webkit-transition-timing-function:linear;
          transition-timing-function:linear;
  color:#000;
  text-transform:none;
  background-color:transparent;
  border:0;
  padding:4px 0;
  margin:-13px 0 0;
  overflow:visible;
  outline:0;
  position:absolute;
  top:50%;
  right:0
}

@media (min-width: 1024px){
  .hamburger{
    display:none
  }
}

.hamburger:hover{
  opacity:0.7
}

.hamburger .hamburger-inner{
  display:block;
  top:50%;
  margin-top:-2px;
  width:28px;
  height:2px;
  background-color:#000;
  border-radius:4px;
  position:absolute;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-duration:0.15s;
          transition-duration:0.15s;
  -webkit-transition-timing-function:ease;
          transition-timing-function:ease
}

.hamburger .hamburger-inner::before{
  content:"";
  display:block;
  width:28px;
  height:2px;
  background-color:#000;
  border-radius:4px;
  position:absolute;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-duration:0.15s;
          transition-duration:0.15s;
  -webkit-transition-timing-function:ease;
          transition-timing-function:ease;
  top:-8px
}

.hamburger .hamburger-inner::after{
  content:"";
  display:block;
  width:28px;
  height:2px;
  background-color:#000;
  border-radius:4px;
  position:absolute;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-duration:0.15s;
          transition-duration:0.15s;
  -webkit-transition-timing-function:ease;
          transition-timing-function:ease;
  bottom:-8px
}

.hamburger.is-active:hover{
  opacity:0.7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{
  background-color:#000
}

.hamburger--collapse .hamburger-inner{
  top:auto;
  bottom:0;
  -webkit-transition-duration:0.13s;
          transition-duration:0.13s;
  -webkit-transition-delay:0.13s;
          transition-delay:0.13s;
  -webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse .hamburger-inner::after{
  top:-16px;
  -webkit-transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear
}

.hamburger--collapse .hamburger-inner ::before{
  -webkit-transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse.is-active .hamburger-inner{
  -webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);
          transform:translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay:0.22s;
          transition-delay:0.22s;
  -webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after{
  top:0;
  opacity:0;
  -webkit-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
  transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before{
  top:0;
  -webkit-transform:rotate(-90deg);
          transform:rotate(-90deg);
  -webkit-transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger-box{
  width:28px;
  height:18px;
  display:inline-block;
  position:relative
}

.site-header{
  position:relative;
  margin-bottom:0.5rem;
  border-bottom-width:8px;
  --tw-border-opacity:1;
  border-color:rgba(59, 158, 250, var(--tw-border-opacity))
}

@media (min-width: 768px){
  .site-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
}

@media (min-width: 1024px){
  .site-header{
    margin-bottom:0.75rem;
    border-bottom-width:0px
  }
}

.site-header .site-branding{
  max-width:254px;
  position:relative;
  z-index:1
}

@media (min-width: 1024px){
  .site-header .site-branding{
    max-width:220px
  }
}

@media (min-width: 1280px){
  .site-header .site-branding{
    max-width:254px
  }
}

.site-header .site-branding .custom-logo-link{
  display:block
}

.site-header .site-branding .custom-logo{
  width:100%
}

.site-header .site-title{
  display:none
}

.site-header__menu{
  top:calc(100% + 0.5rem)
}

@media (min-width: 1024px){
  .site-header__menu{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important
  }
}

.site-header__menu{
  position:absolute;
  right:-1.25rem;
  left:-1.25rem;
  z-index:1;
  display:none
}

.site-header__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
}

.site-header__menu{
  --tw-bg-opacity:1;
  background-color:rgba(251, 251, 251, var(--tw-bg-opacity));
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:1.75rem;
  padding-bottom:1.75rem;
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 1024px){
  .site-header__menu{
    position:relative;
    left:0px;
    right:0px;
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .site-header__menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .site-header__menu{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
    padding:0px;
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (min-width: 1024px){
  .site-header__menu{
    max-height:90px
  }
}

.site-header__menu::after{
  content:""
}

@media (min-width: 1024px){
  .site-header__menu::after{
    position:absolute;
    right:0px;
    bottom:-0.625rem;
    left:-0.25rem;
    height:0.625rem;
    --tw-bg-opacity:1;
    background-color:rgba(59, 158, 250, var(--tw-bg-opacity))
  }
}

.site-header__menu ul{
  margin-left:0px;
  list-style-type:none
}

@media (min-width: 1024px){
  .site-header__nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
        -ms-flex:1 1 0%;
            flex:1 1 0%;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    padding-left:1.25rem;
    padding-right:1.25rem
  }
}

.site-header__nav .menu > :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))
}

.site-header__nav .menu{
  text-transform:uppercase
}

@media (min-width: 1024px){
  .site-header__nav .menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }

  .site-header__nav .menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .site-header__nav .menu{
    font-size:1rem;
    line-height:1.5rem
  }
}

@media (min-width: 1280px){
  .site-header__nav .menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .site-header__nav .menu{
    font-size:1.125rem;
    line-height:1.75rem
  }
}

.site-header__nav .menu>li{
  position:relative
}

.site-header__nav .menu>li .arrow-icon{
  margin-left:0.375rem;
  display:inline-block;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgba(15, 76, 117, var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .site-header__nav .menu>li .arrow-icon{
    --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;
    -webkit-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));
            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))
  }
}

.site-header__nav .menu>li>a{
  display:inline-block;
  font-weight:600
}

@media (min-width: 1024px){
  .site-header__nav .menu>li>a{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }
}

@media (min-width: 1024px){
  .site-header__nav .menu>li:hover>.sub-menu{
    display:block
  }
}

.site-header__nav .menu a{
  --tw-text-opacity:1;
  color:rgba(15, 76, 117, var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .site-header__nav .menu a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center
  }
}

.site-header__nav .menu .sub-menu{
  margin-left:0px;
  display:none
}

.site-header__nav .menu .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
}

.site-header__nav .menu .sub-menu{
  --tw-border-opacity:1;
  border-color:rgba(59, 158, 250, var(--tw-border-opacity));
  padding-top:0.5rem;
  padding-left:0.5rem;
  text-transform:capitalize
}

@media (min-width: 1024px){
  .site-header__nav .menu .sub-menu{
    position:absolute;
    top:100%;
    z-index:2;
    margin-left:-0.375rem;
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
    min-width:max-content;
    border-width:1px;
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top:1rem;
    padding-right:1.5rem;
    padding-bottom:1.25rem;
    padding-left:1.25rem;
    --tw-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (min-width: 1024px){
  .site-header__nav .menu .sub-menu:before{
    content:"";
    width:0px;
    height:0px;
    position:absolute;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid transparent;
    border-bottom:12px solid #3B9EFA;
    left:20px;
    top:-22px
  }

  .site-header__nav .menu .sub-menu:after{
    content:"";
    width:0px;
    height:0px;
    position:absolute;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid transparent;
    border-bottom:12px solid #fff;
    left:20px;
    top:-21px
  }
}

.site-footer{
  border-top-width:4px;
  --tw-border-opacity:1;
  border-color:rgba(59, 158, 250, var(--tw-border-opacity));
  padding-top:1.5rem;
  padding-bottom:1rem;
  --tw-text-opacity:1;
  color:rgba(15, 76, 117, var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .site-footer{
    border-top-width:8px;
    padding-top:3rem;
    padding-bottom:1.5rem
  }
}

@media (min-width: 1024px){
  .site-footer__links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
}

@media (min-width: 1024px){
  .site-footer__menu{
    width:75%;
    padding-right:1.25rem
  }
}

.site-footer__menu ul{
  margin-left:0px;
  list-style-type:none
}

.site-footer__menu .menu{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  -webkit-column-gap:0.75rem;
     -moz-column-gap:0.75rem;
          column-gap:0.75rem;
  row-gap:2rem;
  font-size:0.875rem;
  line-height:1.25rem
}

@media (min-width: 480px){
  .site-footer__menu .menu{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 640px){
  .site-footer__menu .menu{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }
}

@media (min-width: 768px){
  .site-footer__menu .menu{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }
}

.site-footer__menu .menu>li > :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))
}

.site-footer__menu .menu>li>a{
  font-weight:600;
  text-transform:uppercase
}

.site-footer__menu .menu .arrow-icon{
  display:none
}

.site-footer__menu .menu .sub-menu{
  margin-left:0px
}

.site-footer__menu .menu .sub-menu > :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))
}

.site-footer__contact{
  margin-top:2rem
}

.site-footer__contact > :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))
}

.site-footer__contact{
  font-size:0.875rem;
  line-height:1.25rem
}

@media (min-width: 1024px){
  .site-footer__contact{
    margin-top:0px;
    width:25%
  }
}

.site-footer__contact-title{
  font-weight:600;
  text-transform:uppercase
}

.site-footer__social{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.site-footer__social > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.75rem * var(--tw-space-x-reverse));
  margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.site-footer__social a{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  height:1.5rem;
  width:1.5rem;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgba(59, 158, 250, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.site-footer__bottom{
  margin-top:1rem
}

.site-footer__bottom > :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))
}

@media (min-width: 768px){
  .site-footer__bottom{
    margin-top:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .site-footer__bottom > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }
}

.site-footer__bottom ul{
  margin:0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  list-style-type:none;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center
}

.site-footer__bottom ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.75rem * var(--tw-space-x-reverse));
  margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.site-footer__bottom ul li{
  max-width:100px
}

.site-footer__copyright{
  font-size:0.875rem;
  line-height:1.25rem
}

@media (min-width: 1024px){
  .site-footer__copyright{
    text-align:center
  }
}

@media (min-width: 768px){
  .lead-slider{
    position:relative
  }
}

@media (min-width: 768px){
  .lead-slider__wrap{
    position:relative
  }
}

.lead-slider__wrap img{
  -o-object-fit:cover;
     object-fit:cover
}

.lead-slider__content{
  position:relative;
  --tw-bg-opacity:1;
  background-color:rgba(59, 158, 250, var(--tw-bg-opacity));
  --tw-bg-opacity:0.8;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:1rem;
  padding-bottom:1rem;
  font-family:'Raleway', sans-serif;
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:800;
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px){
  .lead-slider__content{
    position:absolute;
    right:0px;
    bottom:0px;
    left:0px;
    padding-left:1.5rem;
    padding-right:1.5rem;
    padding-top:1.25rem;
    padding-bottom:1.25rem;
    font-size:1.5rem;
    line-height:2rem
  }
}

@media (min-width: 1024px){
  .lead-slider__content{
    padding-left:1.875rem;
    padding-right:1.875rem;
    padding-top:1.75rem;
    padding-bottom:1.75rem;
    font-size:2.25rem;
    line-height:2.5rem
  }
}

.lead-slider__text .link-icon{
  margin-top:-0.125rem;
  margin-left:0.5rem;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  width:1.25rem
}

@media (min-width: 768px){
  .lead-slider__text .link-icon{
    margin-left:0.625rem;
    width:1.75rem
  }
}

@media (min-width: 1024px){
  .lead-slider__text .link-icon{
    margin-left:0.75rem;
    width:auto
  }
}

.lead-slider__link{
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px
}

.lead-slider .slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center
}

.lead-slider .slick-dots > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.lead-slider .slick-dots{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.lead-slider .slick-dots li{
  font-size:0;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex
}

.lead-slider .slick-dots li button{
  font-size:0;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  height:1rem;
  width:1rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(59, 158, 250, var(--tw-bg-opacity));
  opacity:0.5
}

.lead-slider .slick-dots li.slick-active button{
  opacity:1
}

@media (min-width: 768px){
  .fullwidth-image-text{
    min-height:300px
  }
}

@media (min-width: 1024px){
  .fullwidth-image-text{
    min-height:475px
  }
}

.fullwidth-image-text__content h1, .fullwidth-image-text__content h2, .fullwidth-image-text__content h3, .fullwidth-image-text__content h4, .fullwidth-image-text__content h5, .fullwidth-image-text__content h6{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.category-collection:hover .link-icon{
  -webkit-animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.category-collection .link-icon{
  -webkit-filter:invert(47%) sepia(98%) saturate(1713%) hue-rotate(190deg) brightness(106%) contrast(96%);
          filter:invert(47%) sepia(98%) saturate(1713%) hue-rotate(190deg) brightness(106%) contrast(96%)
}

.product-single__ratings ul li+li::before{
  content:"";
  margin-left:0.625rem;
  margin-right:0.625rem;
  display:inline-block;
  height:0.5rem;
  width:0.5rem;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgba(15, 76, 117, var(--tw-bg-opacity))
}

.product-single__attributes-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.product-single__attributes-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.25rem * var(--tw-space-x-reverse));
  margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.product-single__attributes-list{
  overflow-x:scroll;
  font-size:1rem;
  line-height:1.5rem
}

@media (min-width: 768px){
  .product-single__attributes-list{
    overflow-x:auto
  }
}

@media (min-width: 1024px){
  .product-single__attributes-list > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.875rem * var(--tw-space-x-reverse));
    margin-left:calc(1.875rem * calc(1 - var(--tw-space-x-reverse)))
  }
}

.product-single__attributes-list li{
  white-space:nowrap
}

@media (min-width: 768px){
  .product-single__attributes-list li{
    white-space:normal
  }
}

.product-single__attributes-list span{
  cursor:pointer;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity));
  text-decoration:underline
}

.product-single__attributes-details{
  margin-top:1.875rem
}

.product-single__attributes-block{
  border-bottom-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity));
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:1.25rem;
  padding-bottom:1.875rem;
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.product-single__attributes-block__title{
  border-bottom-width:2px;
  --tw-border-opacity:1;
  border-color:rgba(59, 158, 250, var(--tw-border-opacity));
  padding-bottom:0.625rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .product-single__attributes-block__title{
    font-size:1.5rem;
    line-height:2rem
  }
}

.product-single__attributes-block__wrap{
  margin-top:1.875rem
}

.product-single__attributes-block__wrap > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
}

.product-single__attributes-block__wrap{
  font-size:1rem;
  line-height:1.5rem
}

@media (min-width: 640px){
  .product-single__attributes-block__wrap > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }
}

.product-single__attributes-block__table{
  display:grid
}

@media (min-width: 640px){
  .product-single__attributes-block__table{
    grid-template-columns:repeat(12, minmax(0, 1fr));
    -webkit-column-gap:0.75rem;
       -moz-column-gap:0.75rem;
            column-gap:0.75rem
  }
}

.product-single__attributes-block__table-left{
  text-transform:uppercase;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

@media (min-width: 640px){
  .product-single__attributes-block__table-left{
    grid-column:span 3 / span 3
  }
}

.product-single__attributes-block__table-right > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
}

.product-single__attributes-block__table-right{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

@media (min-width: 640px){
  .product-single__attributes-block__table-right{
    grid-column:span 9 / span 9
  }
}

.product-single__attributes-block__list{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.product-single__attributes-block__list ul{
  margin-left:1.25rem;
  list-style-type:none;
  padding-left:1.25rem
}

.product-single__attributes-block__list li::before{
  content:"\2022";
  font-weight:bold;
  display:inline-block;
  width:1em;
  margin-left:-1em
}

.products-listing__filters{
  max-width:1180px;
  position:fixed;
  left:0px;
  right:0px;
  top:100%;
  bottom:0px;
  z-index:10;
  margin-left:auto;
  margin-right:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-transition-property:all;
  transition-property:all;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
          transition-duration:150ms
}

@media (min-width: 768px){
  .products-listing__filters{
    position:static;
    z-index:0;
    --tw-bg-opacity:1;
    background-color:rgba(251, 251, 251, var(--tw-bg-opacity));
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }
}

.products-listing__filters.display{
  top:0px
}

.products-listing__filters__mobile-header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:3rem;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(251, 251, 251, var(--tw-bg-opacity));
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  font-size:0.875rem;
  line-height:1.25rem;
  text-transform:uppercase;
  letter-spacing:0.05em
}

@media (min-width: 768px){
  .products-listing__filters__mobile-header{
    display:none
  }
}

.products-listing__filters__mobile-header p{
  margin-bottom:0
}

.products-listing__filters__mobile-header button{
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:0.05em;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

.products-listing__filters__wrapper{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1
}

.products-listing__filters__mobile-labels{
  display:inline-block;
  width:41.666667%;
  max-width:20rem;
  border-right-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(251, 251, 251, var(--tw-bg-opacity))
}

@media (min-width: 768px){
  .products-listing__filters__mobile-labels{
    display:none
  }
}

.products-listing__filters__mobile-labels p{
  margin-top:0px;
  margin-bottom:0px;
  cursor:pointer;
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  padding-top:1rem;
  padding-bottom:1rem;
  padding-left:1.25rem;
  font-size:0.875rem;
  line-height:1.25rem;
  text-transform:uppercase;
  letter-spacing:0.05em
}

.products-listing__filters__mobile-labels p.active{
  margin-right:-1px;
  border-right-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

.products-listing__filters__mobile-labels p.disabled{
  cursor:default;
  opacity:0.5
}

.products-listing__filters__filter-container{
  position:relative;
  width:58.333333%;
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1;
  overflow-y:auto;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:1rem;
  padding-bottom:1rem
}

@media (min-width: 768px){
  .products-listing__filters__filter-container{
    margin:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center
  }

  .products-listing__filters__filter-container > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .products-listing__filters__filter-container{
    padding-left:1.25rem;
    padding-right:1.25rem;
    padding-top:0px;
    padding-bottom:0px
  }
}

@media (min-width: 1024px){
  .products-listing__filters__filter-container{
    padding-left:0px;
    padding-right:0px
  }
}

.products-listing__filters__filter-container.disabled{
  display:none
}

.products-listing__filters__filter-title{
  display:none;
  cursor:pointer;
  font-size:0.75rem;
  line-height:1rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.05em;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

@media (min-width: 768px){
  .products-listing__filters__filter-title{
    margin-bottom:0.625rem;
    display:block;
    font-size:0.875rem;
    line-height:1.25rem;
    text-transform:capitalize
  }
}

.products-listing__filters__filter{
  position:absolute;
  top:0.75rem;
  right:1.25rem;
  left:1.25rem;
  display:none
}

@media (min-width: 768px){
  .products-listing__filters__filter{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    display:block;
    width:33.333333%
  }
}

@media (min-width: 1024px){
  .products-listing__filters__filter{
    width:25%
  }
}

.products-listing__filters__filter .facetwp-dropdown{
  width:100%;
  border-radius:0.375rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity));
  outline:2px solid transparent;
  outline-offset:2px
}

.products-listing__filters__filter .facetwp-dropdown: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

@media (min-width: 1024px){
  .products-listing__filters__filter .facetwp-dropdown{
    padding-left:1rem;
    padding-right:1rem
  }
}

.products-listing__filters__filter .facetwp-facet{
  max-width:250px;
  margin-bottom:0px
}

.products-listing__filters__filter .facetwp-facet > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}

@media (min-width: 768px){
  .products-listing__filters__filter .facetwp-facet{
    width:100%;
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }
}

.products-listing__filters__filter.active{
  display:block
}

.products-listing__filters__filter.open .facetwp-facet{
  display:block
}

.products-listing__filters__filter.open .search-page__filters__filter-title{
  --tw-border-opacity:1;
  border-color:rgba(15, 76, 117, var(--tw-border-opacity))
}

@media (min-width: 768px){
  .products-listing__filters__filter.open .search-page__filters__filter-title{
    border-bottom-width:1px
  }
}

.products-listing__filters__filter.disabled .search-page__filters__filter-title{
  cursor:default;
  opacity:0.5
}

.products-listing__filters__mobile-footer{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  border-top-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align:center
}

@media (min-width: 768px){
  .products-listing__filters__mobile-footer{
    display:none
  }
}

.products-listing__filters__mobile-footer .sidebar-apply{
  position:relative;
  --tw-text-opacity:1;
  color:rgba(59, 158, 250, var(--tw-text-opacity))
}

.products-listing__filters__mobile-footer .sidebar-apply::before{
  content:"";
  width:1px;
  height:60%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  position:absolute;
  top:50%;
  left:0px;
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.products-listing__filters__mobile-footer button{
  height:2.75rem;
  -webkit-box-flex:1;
      -ms-flex:1 1 0%;
          flex:1 1 0%;
  background-color:transparent;
  font-size:0.875rem;
  line-height:1.25rem;
  text-transform:uppercase;
  letter-spacing:0.05em
}

.products-listing__mobile-filter-btn{
  z-index:2;
  position:fixed;
  left:0px;
  right:0px;
  bottom:0px
}

@media (min-width: 768px){
  .products-listing__mobile-filter-btn{
    display:none
  }
}

.products-listing__mobile-filter-btn.disabled{
  display:none
}

.products-listing__mobile-filter-btn button{
  width:100%;
  cursor:pointer;
  border-top-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity));
  padding:0.625rem;
  text-align:center;
  font-size:0.875rem;
  line-height:1.25rem;
  text-transform:uppercase;
  letter-spacing:0.05em;
  --tw-text-opacity:1;
  color:rgba(15, 76, 117, var(--tw-text-opacity))
}

.products-listing__container{
  max-width:1055px;
  margin-left:auto;
  margin-right:auto
}

@media (min-width: 768px){
  .products-listing__container{
    margin-top:2.5rem
  }
}

.products-listing__attributes ul li+li::before{
  content:"";
  margin-left:0.625rem;
  margin-right:0.625rem;
  display:inline-block;
  height:0.5rem;
  width:0.5rem;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgba(59, 158, 250, var(--tw-bg-opacity))
}

@media (min-width: 480px){
  .xs\:aspect-none{
    position:static;
    padding-bottom:0
  }

  .xs\:aspect-none > *{
    position:static;
    height:auto;
    width:auto;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto
  }

  .xs\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .xs\:flex-row{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row
  }

  .xs\:flex-wrap{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap
  }
}

@media (min-width: 640px){
  .sm\:col-span-3{
    grid-column:span 3 / span 3
  }

  .sm\:col-span-9{
    grid-column:span 9 / span 9
  }

  .sm\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:grid{
    display:grid
  }

  .sm\:max-w-none{
    max-width:none
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .sm\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .sm\:justify-start{
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start
  }

  .sm\:gap-x-4{
    -webkit-column-gap:1rem;
       -moz-column-gap:1rem;
            column-gap:1rem
  }

  .sm\:gap-x-5{
    -webkit-column-gap:1.25rem;
       -moz-column-gap:1.25rem;
            column-gap:1.25rem
  }

  .sm\:gap-x-6{
    -webkit-column-gap:1.5rem;
       -moz-column-gap:1.5rem;
            column-gap:1.5rem
  }

  .sm\:gap-y-6{
    row-gap:1.5rem
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .sm\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .sm\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }
}

@media (min-width: 768px){
  .md\:aspect-h-3{
    --tw-aspect-h:3
  }

  .md\:aspect-h-9{
    --tw-aspect-h:9
  }

  .md\:static{
    position:static
  }

  .md\:absolute{
    position:absolute
  }

  .md\:relative{
    position:relative
  }

  .md\:inset-x-auto{
    left:auto;
    right:auto
  }

  .md\:top-auto{
    top:auto
  }

  .md\:right-0{
    right:0px
  }

  .md\:right-auto{
    right:auto
  }

  .md\:bottom-0{
    bottom:0px
  }

  .md\:bottom-16{
    bottom:4rem
  }

  .md\:left-0{
    left:0px
  }

  .md\:left-9{
    left:2.25rem
  }

  .md\:z-0{
    z-index:0
  }

  .md\:order-2{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2
  }

  .md\:m-0{
    margin:0px
  }

  .md\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .md\:mt-0{
    margin-top:0px
  }

  .md\:mt-6{
    margin-top:1.5rem
  }

  .md\:mt-10{
    margin-top:2.5rem
  }

  .md\:mr-5{
    margin-right:1.25rem
  }

  .md\:mb-2{
    margin-bottom:0.5rem
  }

  .md\:mb-14{
    margin-bottom:3.5rem
  }

  .md\:ml-2{
    margin-left:0.5rem
  }

  .md\:ml-5{
    margin-left:1.25rem
  }

  .md\:ml-2\.5{
    margin-left:0.625rem
  }

  .md\:block{
    display:block
  }

  .md\:flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }

  .md\:h-48{
    height:12rem
  }

  .md\:h-full{
    height:100%
  }

  .md\:max-h-48{
    max-height:12rem
  }

  .md\:w-7{
    width:1.75rem
  }

  .md\:w-1\/2{
    width:50%
  }

  .md\:w-1\/3{
    width:33.333333%
  }

  .md\:w-2\/3{
    width:66.666667%
  }

  .md\:w-4\/12{
    width:33.333333%
  }

  .md\:w-8\/12{
    width:66.666667%
  }

  .md\:w-full{
    width:100%
  }

  .md\:flex-grow{
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .md\:items-end{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end
  }

  .md\:items-center{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center
  }

  .md\:justify-end{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end
  }

  .md\:justify-center{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center
  }

  .md\:justify-between{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .md\:gap-x-5{
    -webkit-column-gap:1.25rem;
       -moz-column-gap:1.25rem;
            column-gap:1.25rem
  }

  .md\:gap-x-6{
    -webkit-column-gap:1.5rem;
       -moz-column-gap:1.5rem;
            column-gap:1.5rem
  }

  .md\:gap-x-8{
    -webkit-column-gap:2rem;
       -moz-column-gap:2rem;
            column-gap:2rem
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-8 > :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)))
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .md\:overflow-x-auto{
    overflow-x:auto
  }

  .md\:border-b{
    border-bottom-width:1px
  }

  .md\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .md\:object-cover{
    -o-object-fit:cover;
       object-fit:cover
  }

  .md\:p-8{
    padding:2rem
  }

  .md\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .md\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .md\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .md\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .md\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .md\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .md\:pl-7{
    padding-left:1.75rem
  }

  .md\:pl-7\.5{
    padding-left:1.875rem
  }

  .md\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .md\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .md\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .md\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .md\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .md\:capitalize{
    text-transform:capitalize
  }
}

@media (min-width: 1024px){
  .lg\:aspect-h-7{
    --tw-aspect-h:7
  }

  .lg\:absolute{
    position:absolute
  }

  .lg\:relative{
    position:relative
  }

  .lg\:top-full{
    top:100%
  }

  .lg\:-bottom-2{
    bottom:-0.5rem
  }

  .lg\:-bottom-2\.5{
    bottom:-0.625rem
  }

  .lg\:-left-1{
    left:-0.25rem
  }

  .lg\:z-2{
    z-index:2
  }

  .lg\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .lg\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .lg\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .lg\:mt-0{
    margin-top:0px
  }

  .lg\:mt-7{
    margin-top:1.75rem
  }

  .lg\:mt-10{
    margin-top:2.5rem
  }

  .lg\:mt-12{
    margin-top:3rem
  }

  .lg\:mt-15{
    margin-top:3.25rem
  }

  .lg\:mt-16{
    margin-top:4rem
  }

  .lg\:mt-7\.5{
    margin-top:1.875rem
  }

  .lg\:mr-7{
    margin-right:1.75rem
  }

  .lg\:mr-8{
    margin-right:2rem
  }

  .lg\:mr-7\.5{
    margin-right:1.875rem
  }

  .lg\:mb-3{
    margin-bottom:0.75rem
  }

  .lg\:mb-10{
    margin-bottom:2.5rem
  }

  .lg\:mb-12{
    margin-bottom:3rem
  }

  .lg\:mb-15{
    margin-bottom:3.25rem
  }

  .lg\:mb-20{
    margin-bottom:5rem
  }

  .lg\:ml-7{
    margin-left:1.75rem
  }

  .lg\:ml-7\.5{
    margin-left:1.875rem
  }

  .lg\:-ml-1{
    margin-left:-0.25rem
  }

  .lg\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .lg\:flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }

  .lg\:h-2{
    height:0.5rem
  }

  .lg\:h-56{
    height:14rem
  }

  .lg\:h-2\.5{
    height:0.625rem
  }

  .lg\:h-3\/5{
    height:60%
  }

  .lg\:max-h-56{
    max-height:14rem
  }

  .lg\:w-auto{
    width:auto
  }

  .lg\:w-1\/3{
    width:33.333333%
  }

  .lg\:w-2\/3{
    width:66.666667%
  }

  .lg\:w-2\/5{
    width:40%
  }

  .lg\:w-9\/12{
    width:75%
  }

  .lg\:min-w-max{
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
    min-width:max-content
  }

  .lg\:max-w-sm{
    max-width:24rem
  }

  .lg\:flex-1{
    -webkit-box-flex:1;
        -ms-flex:1 1 0%;
            flex:1 1 0%
  }

  .lg\:flex-grow{
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1
  }

  .lg\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:items-center{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center
  }

  .lg\:justify-center{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center
  }

  .lg\:justify-between{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .lg\:gap-x-6{
    -webkit-column-gap:1.5rem;
       -moz-column-gap:1.5rem;
            column-gap:1.5rem
  }

  .lg\:gap-x-7{
    -webkit-column-gap:1.75rem;
       -moz-column-gap:1.75rem;
            column-gap:1.75rem
  }

  .lg\:gap-x-7\.5{
    -webkit-column-gap:1.875rem;
       -moz-column-gap:1.875rem;
            column-gap:1.875rem
  }

  .lg\:gap-y-9{
    row-gap:2.25rem
  }

  .lg\:gap-y-12{
    row-gap:3rem
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.875rem * var(--tw-space-x-reverse));
    margin-left:calc(1.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .lg\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.25rem * var(--tw-space-y-reverse))
  }

  .lg\:border{
    border-width:1px
  }

  .lg\:border-t-4{
    border-top-width:4px
  }

  .lg\:border-t-8{
    border-top-width:8px
  }

  .lg\:border-b-4{
    border-bottom-width:4px
  }

  .lg\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .lg\:bg-light_blue{
    --tw-bg-opacity:1;
    background-color:rgba(59, 158, 250, var(--tw-bg-opacity))
  }

  .lg\:p-0{
    padding:0px
  }

  .lg\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .lg\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .lg\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .lg\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .lg\:px-7\.5{
    padding-left:1.875rem;
    padding-right:1.875rem
  }

  .lg\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .lg\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .lg\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .lg\:pt-4{
    padding-top:1rem
  }

  .lg\:pt-5{
    padding-top:1.25rem
  }

  .lg\:pt-7{
    padding-top:1.75rem
  }

  .lg\:pt-12{
    padding-top:3rem
  }

  .lg\:pt-7\.5{
    padding-top:1.875rem
  }

  .lg\:pr-6{
    padding-right:1.5rem
  }

  .lg\:pb-5{
    padding-bottom:1.25rem
  }

  .lg\:pb-9{
    padding-bottom:2.25rem
  }

  .lg\:pl-2{
    padding-left:0.5rem
  }

  .lg\:pl-5{
    padding-left:1.25rem
  }

  .lg\:pl-2\.5{
    padding-left:0.625rem
  }

  .lg\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .lg\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .lg\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .lg\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .lg\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .lg\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:shadow-card{
    --tw-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (min-width: 1280px){
  .xl\:aspect-h-6{
    --tw-aspect-h:6
  }

  .xl\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }
}

@media (min-width: 1536px){
}

@media (min-width: 1320px){
}

