/**!
 * @project        Caffeine Creations Website
 * @author         Sean Smith, Caffeine Creations <sean@caffeinecreations.ca>
 * @Copyright      Copyright (c) 2023, Caffeine Creations
 *
 */

/*
// there are way too many @apply classes in this file
// mostly because this was the first tailwind site I did back
// in tailwind 0.7.3
// have upgraded to 2.x but still need to rework this
// in order to be more efficient
*/



/*
! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com
*/



/*! modern-normalize v1.0.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).
*/



:root {
	-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.
*/



:-moz-focusring {
	outline: 1px dotted ButtonText;
}



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



:-moz-ui-invalid {
	box-shadow: none;
}



/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/



legend {
	padding: 0;
}



/**
Add the correct vertical alignment in Chrome and Firefox.
*/



progress {
	vertical-align: baseline;
}



/**
Correct the cursor style of increment and decrement buttons in Safari.
*/



::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}



/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/



[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}



/**
Remove the inner padding in Chrome and Safari on macOS.
*/



::-webkit-search-decoration {
	-webkit-appearance: none;
}



/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/



::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}



/*
Interactive
===========
*/



/*
Add the correct display in Chrome and Safari.
*/



summary {
	display: list-item;
}



/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */



/**
 * Removes the default spacing and border for appropriate elements.
 */



blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}



button {
  background-color: transparent;
  background-image: none;
}



/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */



button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}



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: #e5e7eb; /* 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,
[role="button"] {
  cursor: pointer;
}



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: Inconsolata, monospace;
}



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



img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}



/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */



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



* {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}



/* dancing-script-regular - latin */



@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Dancing Script Regular'), local('DancingScript-Regular'),
      url('/assets/fonts/dancing-script-v9-latin-regular.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/dancing-script-v9-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Poppins Light'), local('Poppins-Light'),
      url('/assets/fonts/poppins-v5-latin-300.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/poppins-v5-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* poppins-regular - latin */



@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'),
      url('/assets/fonts/poppins-v5-latin-regular.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/poppins-v5-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* poppins-300italic - latin */



@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Poppins Light Italic'), local('Poppins-LightItalic'),
      url('/assets/fonts/poppins-v5-latin-300italic.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/poppins-v5-latin-300italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* poppins-italic - latin */



@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Italic'), local('Poppins-Italic'),
      url('/assets/fonts/poppins-v5-latin-italic.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/poppins-v5-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* poppins-700 - latin */



@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'),
      url('/assets/fonts/poppins-v5-latin-700.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/poppins-v5-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* poppins-700italic - latin */



@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
      url('/assets/fonts/poppins-v5-latin-700italic.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/poppins-v5-latin-700italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



/* inconsolata-regular - latin */



@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inconsolata Regular'), local('Inconsolata-Regular'),
      url('/assets/fonts/inconsolata-v17-latin-regular.woff2') format('woff2'),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('/assets/fonts/inconsolata-v17-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }



:root {
    --orange:#f15a23;
    --grey: #b1b5c5;
    --green: #b7fae9;
  }



/* needed for particle and sass functions - won't work with css variables
  $color-orange: #f15a23;
  $color-black: #000;


  /* Default Font Stack
  $font-default: 'Poppins', sans-serif;
  $font-dancing: 'Dancing Script', cursive;
  $font-monospace: 'Inconsolata', monospace;
  */



body {
    overflow-x: hidden;
  }



[x-cloak] {
    display: none;
  }



html {
    scroll-behavior: smooth;
  }
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 640px) {



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



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



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



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



	.container {
		max-width: 1536px;
	}
}
/*********
// shared
*********/
html {
	font-size: 100%;
  /* 16px browser default */
	line-height: 1.5rem;
	scroll-behavior: smooth;
}
html, body {
	overflow-x: hidden;
	background: #fff;
}
body {
	-webkit-transition: height 1s ease;
	transition: height 1s ease;
  /* font-size:1.5rem;
  // font-family: $font-default;
  // font-weight: 300;
  // background: url(/assets/images/microphone.jpg) no-repeat center center;
  // background-size:cover;
  // min-height: 100vh;
  // color: #fff;
*/;
}
@media only screen and (max-width: 576px) {
	.main-logo {
		max-width: 290px;
	}
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.svg-shadow {
	-webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
img {
	max-width: 100%;
}
a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.screen-reader {
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(1px);
	        clip-path: inset(1px);
	white-space: nowrap;
	position: absolute;
}
.testing {
	clear: both;
	background: #DB5B5B;
	padding: 30px;
	margin: 30px 0;
	color: white;
	font-size: 16px;
	font-family: sans-serif;
}
.testing:before {
	content: 'Testing Note';
	color: yellow;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}
.testing:after {
	content: 'remove once testing complete';
	color: yellow;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	margin-top: 15px;
}
::-webkit-input-placeholder {
	font-size: 1rem;
	color: #aeaeae;
}
footer ::-webkit-input-placeholder {
	font-size: .75rem;
}
:-moz-placeholder {
	font-size: 1rem;
	color: #aeaeae;
}
footer :-moz-placeholder {
	font-size: .75rem;
}
::-moz-placeholder {
	font-size: 1rem;
	color: #aeaeae;
}
footer ::-moz-placeholder {
	font-size: .75rem;
}
:-ms-input-placeholder {
	font-size: 1rem;
	color: #aeaeae;
}
footer :-ms-input-placeholder {
	font-size: .75rem;
}
/* skip to main link
//https: //www.hawaii.edu/access/2019/04/17/42-no-option-to-skip-repeated-content/
*/
a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
	color: #fff;
	background-color: #f15a23;
	left: 5px;
	top: 0px;
	overflow: auto;
	min-width: 240px;
	height: 46px;
	text-decoration: none;
	margin: 10px 5px;
	padding: 10px;
	border: 1px solid #000;
	font-size: 1.2em;
	z-index: 999;
}
/************** service circle **************/
.service-circle {
	height: 400px;
	width: 800px;
	top: 0px;
	left: 0px;
	border-top-right-radius: 800px;
	border-top-left-radius: 800px;
}
.service-circle > div:not(.circle-content) {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: 100px;
	width: 100px;
	border-radius: 500px;
	top: 360px;
	left: 360px;
}
@media only screen and (max-width: 991px) {
	.service-circle {
		border-radius: 0;
		width: 100vw;
		height: auto;
	}
}
.circle-content {
	bottom: 0;
	width: 60%;
	height: 85%;
	left: 20%;
}
@media only screen and (max-width: 991px) {
	.circle-content {
		bottom: auto;
		width: 100%;
		height: 100%;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.circle-item[aria-hidden="true"] {
	display: none;
}
.circle-item[aria-hidden="false"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  /*// animation: scale-display 1.5s;
    // animation-delay:2s;
    */;
}
/*
//   0% {
//     opacity: 0;
//     // transform: scale(0);
//   }

//   100% {
//     opacity: 1;
//     // transform: scale(1);
//   }
// }
*/
/************** end service circle **************/
input[name=contact-status] {
	display: none;
}
.cms-love {
	min-height: 900px;
}
.videoWrapper {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
/*********
// end shared
*********/
/************/
.testing {
	margin-top: 2rem;
	margin-bottom: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
	padding: 2rem;
	font-size: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
    clear: both;
    font-family: sans-serif;
}
.testing:before {
	margin-bottom: 1rem;
	display: block;
	font-size: 1.125rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
    content: 'Testing Note';
}
.testing:after {
	margin-top: 1rem;
	display: block;
	font-size: 1.125rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
    content: 'remove once testing complete';
}
h1, h2, h3, h4, h5, h6, .h4, .h5 {
	line-height: 1.25;
}
/**** end hero image split ****/
/* particles js */
#particles-js {
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 10;
    background: #f15a23;
    background: radial-gradient(circle at 20% 20%, #f15a23, #f6906b, #ec4a0f);
  }
#particles-js .flexed .caption {
    max-width: 1000px;
  }
#particles-js .flexed .caption h3 {
    color: white;
    font-size: 58px;
    margin-top: 0;
  }
#particles-js .flexed .caption p {
    font-size: 36px;
  }
#particles-js canvas {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: transparent;
  }
/* end particles js */
.btn {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
	width: auto;
	border-radius: 0.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-decoration: none;
}
.btn-default {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 66, 13, var(--tw-bg-opacity));
	font-size: 1.125rem;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--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);
}
.btn-default:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 126, 83, var(--tw-bg-opacity));
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.25;
}
img {
    max-width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
.clear-float {
    clear:both;
  }
.circle-item {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 5rem;
	padding-bottom: 2rem;
	text-align: center;
	opacity: 0.9;
}
@media (min-width: 640px) {



	.circle-item {
		width: auto;
	}
}
@media (min-width: 768px) {



	.circle-item {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
@media (min-width: 1024px) {



	.circle-item {
		margin-top: 0px;
		margin-bottom: 0px;
	}



	.circle-item {
		height: 100%;
	}



	.circle-item {
		min-height: 0px;
	}



	.circle-item {
		width: 100%;
	}



	.circle-item {
		border-width: 0px;
	}



	.circle-item {
		background-color: transparent;
	}



	.circle-item {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.circle-item {
    /* flex-basis:calc(50% - 32px);*/
    min-height:270px;
  }
.card {
	margin-left: 2rem;
	margin-right: 2rem;
	height: 100%;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 2.5rem;
	--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: 768px) {



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



	.card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
section {
	z-index: 10;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    &.circle-block {
      z-index:20 !important;
    }
}
section:first-of-type {
    margin-top:68px;
    /* only for medium*/
    @media (min-width: 768px) {
      margin-top:57px;
    }
    /* reset to basic when above medium*/
    @media (min-width: 1024px) {
      margin-top: 68px;
    }
  }
section:last-of-type {
	--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);
}
section:last-of-type .resume {
	--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);
}
section:first-of-type .resume {
	margin-top: 0px;
}
.resume {
    p {
		margin-bottom: 1rem;
	}
  }
#footer-spacer {
    z-index:-200;
  }
footer {
    z-index: 0;
  }
.footer-links {
     a {
		font-size: 1rem;
	}
     a {
		font-weight: 100;
	}
     a {
		--tw-text-opacity: 1;
		color: rgba(211, 66, 13, var(--tw-text-opacity));
	}
     a {
		text-decoration: none;
	}
     a:hover {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
  }
.jarallax {
    z-index:10 !important;
  }
.float {
    max-width:100vw;

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

  }
.blog-more {
    bottom:2rem;
  }
code.inline-code {
	padding: 0.25rem;
	font-family: Inconsolata, monospace;
	--tw-text-opacity: 1;
	color: rgba(221, 17, 68, var(--tw-text-opacity));
    background-color:#f0f1f4;
}
/*  copied below as .rich-text*/
.blog-copy {
	padding-left: 0px;
	padding-right: 0px;
}
.blog-copy blockquote {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-top-left-radius: 90px;
	border-bottom-right-radius: 90px;
	--tw-bg-opacity: 1;
	background-color: rgba(211, 66, 13, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));
}
.blog-copy blockquote.pull-quote p {
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(37, 44, 49, var(--tw-text-opacity));
}
.blog-copy blockquote  li {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.375;
}
.blog-copy blockquote   p {
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 2;
}
.blog-copy h3, .blog-copy .h3 {
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	font-size: 2.25rem;
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}
.blog-copy h4 {
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.875rem;
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}
.blog-copy h3.h5 {
	font-size: 1.25rem;
}
.blog-copy p {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.625;
}
.blog-copy a {
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
	text-decoration: none;
}
/* first ul in blog is category links above title*/
.blog-copy ul:not(:first-of-type), .blog-copy
  ol {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 300;
}
@media (min-width: 768px) {



	.blog-copy ul:not(:first-of-type), .blog-copy
  ol {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}



	.blog-copy ul:not(:first-of-type), .blog-copy
  ol {
		font-size: 1.25rem;
	}



	.blog-copy ul:not(:first-of-type), .blog-copy
  ol {
		line-height: 1.625;
	}
}
.blog-copy ul:not(:first-of-type) li, .blog-copy
  ol li {
	margin-bottom: 1rem;
}
/* copy of .blog-copy but without ul:first of type*/
.rich-text {
	padding-left: 2rem;
	padding-right: 2rem;
}
.rich-text h3 {
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	font-size: 2.25rem;
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}
.rich-text h3.h4 {
	font-size: 1.875rem;
}
.rich-text h4, .h4 {
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.875rem;
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}
.rich-text  p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5;
}
.rich-text  a {
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
	text-decoration: none;
}
.rich-text ul {
	list-style-type: disc;
	list-style-type: decimal;
}
/* first ul in blog is category links above title*/
.rich-text ul, .rich-text ol {
	margin-top: 1rem;
	margin-bottom: 1rem;
	list-style-position: inside;
	padding-left: 1rem;
	font-size: 1.125rem;
	font-weight: 300;
}
@media (min-width: 768px) {



	.rich-text ul, .rich-text ol {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}



	.rich-text ul, .rich-text ol {
		font-size: 1.25rem;
	}



	.rich-text ul, .rich-text ol {
		line-height: 1.625;
	}
}
.rich-text li {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {



	.rich-text li {
		margin-bottom: 0px;
	}
}
.rich-text ul {
	list-style-type: disc;
}
.rich-text ol {
	list-style-type: decimal;
}
.rich-text     blockquote {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-top-left-radius: 90px;
	border-bottom-right-radius: 90px;
	--tw-bg-opacity: 1;
	background-color: rgba(211, 66, 13, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	line-height: 2;
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));
}
.rich-text blockquote     li {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.375;
}
.rich-text blockquote p {
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.625;
}
blockquote.side-quote p, blockquote.testimonial-listing p {
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.375;
}
blockquote.side-quote svg, blockquote.testimonial-listing svg {
    fill: rgba(0, 0, 0, 0.15);
  }
blockquote.solid-orange {
	margin-left: 1rem;
	margin-right: 1rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(211, 66, 13, var(--tw-bg-opacity));
}
@media (min-width: 768px) {



	blockquote.solid-orange {
		margin-left: 0px;
		margin-right: 0px;
	}



	blockquote.solid-orange {
		margin-left: auto;
		margin-right: auto;
	}



	blockquote.solid-orange {
		width: 75%;
	}
}
blockquote.solid-orange span {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
blockquote.solid-orange svg {
    fill: rgba(255, 255, 255, 0.5);
  }
blockquote.solid-orange p {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
blockquote.solid-orange  h5, blockquote.solid-orange .quote-author {
	margin-top: 1rem;
	font-size: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(28, 28, 30, var(--tw-text-opacity));
      font-weight:500;
}
blockquote.solid-orange  h5, blockquote.solid-orange .quote-author a {
	--tw-text-opacity: 1;
	color: rgba(28, 28, 30, var(--tw-text-opacity));
}
/* blog listing summary*/
.summary-copy a {
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
	text-decoration: none;
}
.orange-gradient {
    /* background:linear-gradient(135deg, transparent 30px, rgba(241, 90, 35, .15) 0, rgba(241, 90, 35, .15) calc(100% - 30px), transparent 30px) !important;*/
  }
.green-gradient {
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, var(--green)), color-stop(50%, #ffffff));
      background: linear-gradient(to right top, var(--green) 50%, #ffffff 50%);
      /* background: radial-gradient(circle at center center, var(--green) 0%,var(--green) 50%, #fff 50.05%,);*/
  }
.code {
	margin-left: 0px;
	margin-right: 0px;
}
@media (min-width: 768px) {



	.code {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}
code > span:first-of-type {
    margin-left:-1rem;
  }
.code code {
    -moz-tab-size:2;
      -o-tab-size:2;
         tab-size:2;
  }
/* project legacy*/
.legacy-project-body {

    h3 {
		margin-top: 2.5rem;
	}

    h3 {
		margin-bottom: 0.5rem;
	}

    h3 {
		font-size: 1.5rem;
	}

    h3 {
		--tw-text-opacity: 1;
		color: rgba(211, 66, 13, var(--tw-text-opacity));
	}

    h4 {
		margin-top: 2.5rem;
	}

    h4 {
		margin-bottom: 0.5rem;
	}

    h4 {
		font-size: 1.5rem;
	}

    h4 {
		--tw-text-opacity: 1;
		color: rgba(211, 66, 13, var(--tw-text-opacity));
	}

    p {
		font-size: 1.25rem;
	}

    p {
		font-weight: 100;
	}

    p {
		line-height: 2;
	}

    a {
		--tw-text-opacity: 1;
		color: rgba(211, 66, 13, var(--tw-text-opacity));
	}

    a {
		text-decoration: none;
	}

    /* first ul in blog is category links above title*/
    ul, ol {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
    ul, ol {
		padding-left: 0px;
	}
    ul, ol {
		font-size: 1.25rem;
	}
    ul, ol {
		font-weight: 100;
	}
    ul, ol {

      li {
			margin-bottom: 1rem;
		}

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

      li {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
		}

      li {
			line-height: 1.25;
		}

      li {

        &:before {
          content: "";
          display:inline-block;
          height: 20px;
          width: 20px;
          min-width:20px;
          max-width:20px;
          margin-right:12px;
          background-image: url(/assets/images/icons/checked.svg);
          background-repeat: no-repeat;
          background-size: 20px 20px;
          fill: var(--orange);
          -ms-flex-item-align: start;
              align-self: flex-start;
        }
      }
    }
  }
/* nav logo*/
.main-logo {
    height:50px;
    width:280px;

    @media (min-width: 768px) {
      max-width: 170px;
      max-height:40px;
    }
    @media (min-width: 1024px) {
      max-width:100%;
      max-height:100%;
    }

  }
.main-nav-item {
	position: relative;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-item-align: center;
	    align-self: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(28, 28, 30, var(--tw-text-opacity));
	text-decoration: none;
}
@media (min-width: 768px) {



	.main-nav-item {
		margin-top: 0px;
		margin-bottom: 0px;
	}



	.main-nav-item {
		-ms-flex-item-align: auto;
		    align-self: auto;
	}



	.main-nav-item {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}



	.main-nav-item {
		padding-left: 1rem;
		padding-right: 1rem;
	}



	.main-nav-item {
		font-size: 1rem;
	}
}
.main-nav-item:hover, .main-nav-item:focus {
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}
.main-nav {
    height: calc(100vh - 75px);

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



	.main-nav {
		height: auto;
	}
}
.hamburger-icon,
  .close-icon {
    width: 40px;
  }
/* forms */
input:not([type='checkbox']):not([type='radio']), textarea {
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));
	--tw-shadow: inset 0 2px 4px 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);
}
input[type=checkbox], input[type=radio] {
    width:15px;
    height:15px;
  }
input:focus, textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--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(3px + 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);
}
.catSearch {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(211, 213, 222, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
	padding: 1rem;
    width:240px;
    left:-30px;
    top:32px;
}
.category-activate {
    max-width:90px;
  }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible {
	visibility: visible;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.bottom-0 {
	bottom: 0px;
}
.right-4 {
	right: 1rem;
}
.top-4 {
	top: 1rem;
}
.top-0 {
	top: 0px;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-50 {
	z-index: 50;
}
.float-left {
	float: left;
}
.m-0 {
	margin: 0px;
}
.m-4 {
	margin: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.-mx-8 {
	margin-left: -2rem;
	margin-right: -2rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-0 {
	margin-top: 0px;
}
.mb-24 {
	margin-bottom: 6rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-\[25px\] {
	margin-top: 25px;
}
.mr-0 {
	margin-right: 0px;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-16 {
	margin-bottom: 4rem;
}
.block {
	display: block;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inline-block {
	display: inline-block;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.inline {
	display: inline;
}
.hidden {
	display: none;
}
.h-full {
	height: 100%;
}
.h-6 {
	height: 1.5rem;
}
.h-32 {
	height: 8rem;
}
.h-12 {
	height: 3rem;
}
.h-auto {
	height: auto;
}
.max-h-screen {
	max-height: 100vh;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-full {
	min-height: 100%;
}
.w-full {
	width: 100%;
}
.w-\[160px\] {
	width: 160px;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-6 {
	width: 1.5rem;
}
.w-4\/5 {
	width: 80%;
}
.w-screen {
	width: 100vw;
}
.w-12 {
	width: 3rem;
}
.w-auto {
	width: auto;
}
.max-w-full {
	max-width: 100%;
}
.max-w-screen-lg {
	max-width: 1024px;
}
.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));
}
.origin-top-left {
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.resize {
	resize: both;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content-center {
	-ms-flex-line-pack: center;
	    align-content: center;
}
.items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.items-stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.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-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.justify-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.self-center {
	-ms-flex-item-align: center;
	    align-self: center;
}
.self-end {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.self-start {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.rounded-r-none {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.rounded-l-none {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-tl-90 {
	border-top-left-radius: 90px;
}
.rounded-br-90 {
	border-bottom-right-radius: 90px;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-2 {
	border-width: 2px;
}
.border-8 {
	border-width: 8px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-grey-light {
	--tw-border-opacity: 1;
	border-color: rgba(211, 213, 222, var(--tw-border-opacity));
}
.border-grey-darker {
	--tw-border-opacity: 1;
	border-color: rgba(96, 111, 123, var(--tw-border-opacity));
}
.border-orange {
	--tw-border-opacity: 1;
	border-color: rgba(211, 66, 13, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(28, 28, 30, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-grey-lighter {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 241, 244, var(--tw-bg-opacity));
}
.bg-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 66, 13, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(28, 28, 30, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-grey-darkest {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 44, 49, var(--tw-bg-opacity));
}
.bg-grey-lightest {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-green {
	--tw-bg-opacity: 1;
	background-color: rgba(183, 250, 233, var(--tw-bg-opacity));
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-0 {
	padding: 0px;
}
.p-8 {
	padding: 2rem;
}
.p-12 {
	padding: 3rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.p-16 {
	padding: 4rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-28 {
	padding-bottom: 7rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pl-0 {
	padding-left: 0px;
}
.pt-24 {
	padding-top: 6rem;
}
.pt-0 {
	padding-top: 0px;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.text-center {
	text-align: center;
}
.font-cursive {
	font-family: Dancing Script, cursive;
}
.font-default {
	font-family: Poppins, sans-serif;
}
.font-roboto {
	font-family: Roboto Slab, serif;
}
.font-mono {
	font-family: Inconsolata, monospace;
}
.font-sans {
	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";
}
.text-6xl {
	font-size: 3.75rem;
}
.text-3xl {
	font-size: 1.875rem;
}
.text-2xl {
	font-size: 1.5rem;
}
.text-xl {
	font-size: 1.25rem;
}
.text-4xl {
	font-size: 2.25rem;
}
.text-5xl {
	font-size: 3rem;
}
.text-sm {
	font-size: .875rem;
}
.text-base {
	font-size: 1rem;
}
.text-lg {
	font-size: 1.125rem;
}
.text-xs {
	font-size: .75rem;
}
.font-light {
	font-weight: 300;
}
.font-extralight {
	font-weight: 200;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-thin {
	font-weight: 100;
}
.uppercase {
	text-transform: uppercase;
}
.normal-case {
	text-transform: none;
}
.leading-tight {
	line-height: 1.25;
}
.leading-none {
	line-height: 1;
}
.leading-loose {
	line-height: 2;
}
.leading-normal {
	line-height: 1.5;
}
.leading-relaxed {
	line-height: 1.625;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-orange {
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(28, 28, 30, var(--tw-text-opacity));
}
.text-grey-darkest {
	--tw-text-opacity: 1;
	color: rgba(37, 44, 49, var(--tw-text-opacity));
}
.text-red {
	--tw-text-opacity: 1;
	color: rgba(221, 17, 68, var(--tw-text-opacity));
}
.text-grey {
	--tw-text-opacity: 1;
	color: rgba(177, 181, 197, var(--tw-text-opacity));
}
.text-grey-darker {
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));
}
.text-grey-lightest {
	--tw-text-opacity: 1;
	color: rgba(248, 250, 252, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.no-underline {
	text-decoration: none;
}
.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 {
	--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);
}
.transition {
	-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
	transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -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-500 {
	-webkit-transition-duration: 500ms;
	        transition-duration: 500ms;
}/* end components */.hover\:border-black:hover {
	--tw-border-opacity: 1;
	border-color: rgba(28, 28, 30, var(--tw-border-opacity));
}.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(28, 28, 30, var(--tw-bg-opacity));
}.hover\:bg-grey-lighter:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 241, 244, var(--tw-bg-opacity));
}.hover\:bg-grey-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 213, 222, var(--tw-bg-opacity));
}.hover\:bg-grey-darkest:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 44, 49, var(--tw-bg-opacity));
}.hover\:bg-orange:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 66, 13, var(--tw-bg-opacity));
}.hover\:bg-opacity-20:hover {
	--tw-bg-opacity: 0.2;
}.hover\:text-orange:hover {
	--tw-text-opacity: 1;
	color: rgba(211, 66, 13, var(--tw-text-opacity));
}.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.hover\:underline:hover {
	text-decoration: underline;
}.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.group:hover .group-hover\:mt-0 {
	margin-top: 0px;
}.group:hover .group-hover\:scale-150 {
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
}@media (min-width: 640px) {



	.sm\:mt-0 {
		margin-top: 0px;
	}



	.sm\:mb-8 {
		margin-bottom: 2rem;
	}



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



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



	.sm\:w-4\/5 {
		width: 80%;
	}



	.sm\:max-w-full {
		max-width: 100%;
	}



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



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



	.sm\:pl-8 {
		padding-left: 2rem;
	}



	.sm\:pl-0 {
		padding-left: 0px;
	}



	.sm\:text-3xl {
		font-size: 1.875rem;
	}
}@media (min-width: 768px) {



	.md\:absolute {
		position: absolute;
	}



	.md\:float-left {
		float: left;
	}



	.md\:float-right {
		float: right;
	}



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



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



	.md\:my-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}



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



	.md\:mb-16 {
		margin-bottom: 4rem;
	}



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



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



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



	.md\:mb-4 {
		margin-bottom: 1rem;
	}



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



	.md\:ml-0 {
		margin-left: 0px;
	}



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



	.md\:mr-0 {
		margin-right: 0px;
	}



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



	.md\:ml-6 {
		margin-left: 1.5rem;
	}



	.md\:ml-10 {
		margin-left: 2.5rem;
	}



	.md\:mr-4 {
		margin-right: 1rem;
	}



	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}



	.md\:mt-8 {
		margin-top: 2rem;
	}



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



	.md\:block {
		display: block;
	}



	.md\:hidden {
		display: none;
	}



	.md\:h-auto {
		height: auto;
	}



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



	.md\:w-1\/4 {
		width: 25%;
	}



	.md\:w-3\/4 {
		width: 75%;
	}



	.md\:w-4\/5 {
		width: 80%;
	}



	.md\:w-3\/5 {
		width: 60%;
	}



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



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



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



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



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



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



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



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



	.md\:self-start {
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}



	.md\:self-end {
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}



	.md\:border-none {
		border-style: none;
	}



	.md\:bg-transparent {
		background-color: transparent;
	}



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



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



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



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



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



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



	.md\:pt-32 {
		padding-top: 8rem;
	}



	.md\:pb-24 {
		padding-bottom: 6rem;
	}



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



	.md\:pb-28 {
		padding-bottom: 7rem;
	}



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



	.md\:pl-4 {
		padding-left: 1rem;
	}



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



	.md\:pr-4 {
		padding-right: 1rem;
	}



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



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



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



	.md\:text-6xl {
		font-size: 3.75rem;
	}



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



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



	.md\:text-7xl {
		font-size: 4.5rem;
	}



	.md\:text-5xl {
		font-size: 3rem;
	}



	.md\:text-lg {
		font-size: 1.125rem;
	}



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



	.md\:leading-loose {
		line-height: 2;
	}



	.md\: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);
	}
}@media (min-width: 1024px) {



	.lg\:absolute {
		position: absolute;
	}



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



	.lg\:m-0 {
		margin: 0px;
	}



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



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



	.lg\:my-24 {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}



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



	.lg\:mb-16 {
		margin-bottom: 4rem;
	}



	.lg\:mt-2 {
		margin-top: 0.5rem;
	}



	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}



	.lg\:mt-8 {
		margin-top: 2rem;
	}



	.lg\:mb-4 {
		margin-bottom: 1rem;
	}



	.lg\:mr-12 {
		margin-right: 3rem;
	}



	.lg\:mt-20 {
		margin-top: 5rem;
	}



	.lg\:ml-8 {
		margin-left: 2rem;
	}



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



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



	.lg\:block {
		display: block;
	}



	.lg\:w-4\/5 {
		width: 80%;
	}



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



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



	.lg\:w-3\/4 {
		width: 75%;
	}



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



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



	.lg\:w-3\/5 {
		width: 60%;
	}



	.lg\:w-full {
		width: 100%;
	}



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



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



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



	.lg\:self-start {
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}



	.lg\:border-8 {
		border-width: 8px;
	}



	.lg\:bg-transparent {
		background-color: transparent;
	}



	.lg\:bg-grey-lighter {
		--tw-bg-opacity: 1;
		background-color: rgba(240, 241, 244, var(--tw-bg-opacity));
	}



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



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



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



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



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



	.lg\:pb-0 {
		padding-bottom: 0px;
	}



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



	.lg\:pl-0 {
		padding-left: 0px;
	}



	.lg\:text-6xl {
		font-size: 3.75rem;
	}



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



	.lg\:text-7xl {
		font-size: 4.5rem;
	}



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



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



	.lg\:leading-none {
		line-height: 1;
	}



	.lg\:leading-loose {
		line-height: 2;
	}



	.lg\:leading-tight {
		line-height: 1.25;
	}
}@media (min-width: 1280px) {



	.xl\:w-3\/4 {
		width: 75%;
	}
}
