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

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/


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

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


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

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

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input {
  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 { /* 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.
*/

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

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


h1,
h2,
h3,
p {
  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;
}


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: source-sans-pro, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

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

input::-webkit-input-placeholder {
  color: #9ca3af;
}

input::-moz-placeholder {
  color: #9ca3af;
}

input:-ms-input-placeholder {
  color: #9ca3af;
}

input::-ms-input-placeholder {
  color: #9ca3af;
}

input::placeholder {
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3 {
  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 {
  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.
 */

/**
 * 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 {
  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;
}

.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;
  }
}

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

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

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 55, 71, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 45, 52, var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 110, 116, var(--tw-bg-opacity));
}

.bg-teal-500 {
  background-color: #0d6e74;
  transition: all .2s;
}
.bg-teal-500:hover {
  background-color: #065c61;
}
.bg-tan {
  --tw-bg-opacity: 1;
  background-color: #f0e3d4;
}

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

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

.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 110, 116, var(--tw-bg-opacity));
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

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

.underline {
  text-decoration: underline ;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

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

.hidden {
  display: none;
}

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

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

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse!important;
}

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

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

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

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

.font-sans {
  font-family: source-sans-pro, sans-serif;
}

.font-serif {
  font-family: FaktBlond, georgia, serif;
}

.font-extralight {
  font-weight: 200;
}

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

.h-4 {
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.text-left {
  text-align: left;
}
.leading-relaxed {
  line-height: 1.625;
}

.list-outside {
  list-style-position: outside;
}

.-m-4 {
  margin: -1rem;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

@media (max-width: 1024px) {
.md\:max-w-sm {
    max-width: 24rem;
  }
}


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

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.place-items-center {
  place-items: center;
}

* {
  --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(24, 42, 213, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.fill-current {
  fill: currentColor;
}

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

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(49, 55, 71, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 55, 71, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-100 {
  color: rgba(254, 243, 199, 1);
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.w-4 {
  width: 1rem;
}

.w-12 {
  width: 3rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

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

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

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -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;
}

@-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);
  }
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "FaktBlond";

  src: url("https://www.duckbrand.com/fonts/FaktSlabPro-Blond.woff"), url("https://www.duckbrand.com/fonts/FaktSlabPro-Blond.eot"), url("https://www.duckbrand.com/fonts/FaktSlabPro-Blond.ttf"), url("https://www.duckbrand.com/fonts/FaktSlabPro-Blond.otf") format("");
}

@font-face {
  font-family: "FaktBlond";

  font-style: italic;

  src: url("https://www.duckbrand.com/fonts/FaktSlabPro-BlondItalic.woff"), url("https://www.duckbrand.com/fonts/FaktSlabPro-BlondItalic.eot"), url("https://www.duckbrand.com/fonts/FaktSlabPro-BlondItalic.ttf"), url("https://www.duckbrand.com/fonts/FaktSlabPro-BlondItalic.otf");
}

.bullet-light li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  list-style: none;
  list-style-position: outside;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  position: relative;
}

.bullet-light li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 5px;
  width: 9px;
  height: 14px;
  border: solid #fc0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text-gray-600 .bullet-light li::before {
  border: solid #0d6e74;
  border-width: 0 2px 2px 0;
  }

.bullet-dark li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  list-style: none;
  list-style-position: outside;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  position: relative;
}

.bullet-dark li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 5px;
  width: 9px;
  height: 14px;
  border: solid #0d6e74;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.feature-image {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-width: 8px;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -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);
}

h1 {
  font-family: "FaktBlond";
}

h2 {
  margin-bottom: 2rem;
  font-family: "FaktBlond";
}

.rating {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}

.comingsoon {
  background-color: #cadb2a;
  color: #48451f;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  font-size: 15px;
  letter-spacing: .1em;
  -webkit-box-shadow: 2px 5px 5px #000000;
  font-weight: 700;
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-teal {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #003133), to(#0d6e74));
  background-image: linear-gradient(0deg, #003133 8%, 100%);
}

.video {
  position: relative;
}

/* .video::after {
  background: url(https://duckbrand.com/images/duckcares/video-icon.png) no-repeat;
  background-position: center center;
  content: "";
  background-size: contain;
  z-index: 2;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
} */

section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#kraft {
  background-image: url("https://www.duckbrand.com/images/flourish/Flourish_KraftPaper_0131.jpg");
}

#packing {
  background-image: url("https://www.duckbrand.com/images/flourish/Flourish_PackingPaper_0174.jpg");
}

#spiral {
  background-image: url("https://www.duckbrand.com/images/flourish/Flourish_SpiralFill_0650.jpg");
}

#cushion {
  background-image: url("https://www.duckbrand.com/images/flourish/Flourish_HoneycombWrap_0457.jpg");
}

#honeycomb {
  background-image: url("https://www.duckbrand.com/images/flourish/Flourish_HoneycombWrap_0093.jpg");
}

.dark-spatter {
  background-image: url("https://www.duckbrand.com/images/stuckatprom/prefooter_pattern-94d4d40c8e.png");
}

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

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

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

  .md\:w-5\/6 {
    width: 83.333333%;
  }

}

@media (min-width: 1024px) {

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


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


  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:visible {
    visibility: visible;
  }

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

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

/* -- CUSTOM CSS RULES -- */

.product-bullet li {
  text-align: left;
}


/* need to find a way to do without !important */

@media only screen and (max-width: 768px) {
    .freeform-row {
      display: block!important;
    }
}
@media (max-width: 640px) {
  .freeform-row {
    margin: 0 !important;
    flex-direction: column;
  }
}
.freeform-row .freeform-column .freeform-label.freeform-required:after {
  content: "*";
  margin-left: 5px;
  color: white;
}

.details {
  font-weight: bold;
  font-size: 1.6rem;
}


@media (max-width: 1024px) {

  .pr-10 {
    padding-right: 0;
  }

  .pl-10 {
    padding-left: 0;
  }

  iframe {
    max-width: 100%;
    height: 317px;
    margin: auto;
    display: block;
  }
  header > div > a {
    margin: auto;
  }
}

@media (max-width: 680px) {
  iframe {
    max-width: 100%;
    height: 207px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .text-2xl {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  iframe {
    max-width: 480px;
    height: 270px;
    margin: auto;
    display: block;
  }
  .pr-10 {
    padding-right: 2.5rem;
  }

  .pl-10 {
    padding-left: 2.5rem;
  }

}

.video-container {
  background-color: rgb(255 255 255 / 85%);
}

@media (min-width: 1024px) {
  .flourish-hero-content {
    margin-left: 55vw;
    padding-right: 7vw;
    background-color: rgb(255 255 255 / 70%);
    backdrop-filter: blur(6px);
  }
}

section#meet-flourish {
  background-position: left center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .flourish-hero-content {
    background-color: rgb(255 255 255 / 70%);
    padding-left: 2rem;
  }
  .hero {
    height: auto;
  }
}
.hero iframe {
  box-shadow: 0 0 30px #fff;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 640px;

  aspect-ratio: 16 / 9;
}

.ps-widget[ps-sku], .ps-widget[data-ps-sku] {
  background-color: #0D6E74!important;
  border: 3px solid rgba(110, 231, 183, 1)!important;
  border-radius: 50px!important;
  padding: 8px 32px!important;

}

.ps-button-label {
  font-weight: 300!important;
  text-transform: capitalize!important;
  font-family: source-sans-pro, sans-serif!important;
  font-size: 16px;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flex-col {
  flex-direction: column;
}

@media (min-width: 640px) {
  .md-flex-row {
    flex-direction: row;
  }
}
  .cta > .ps-widget,
  .gap-4 > a {
    margin: 0.5rem;
    text-align: center;
    line-height: 1;
    padding: 14px 32px;
    font-weight: normal;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    line-height: 1.4;
    /* max-width: 180px; */
  }

.gap-4 {
  gap: 1rem;
}

@supports not (gap: 1rem) {
  .gap-4 {
      margin: 1rem auto;
  }
}

.flourish-nav {
  margin: 1rem auto;
  gap: 1rem;
}

.flourish-nav a {
  text-decoration: none;
  border-bottom: 1px dotted #fff9;
}

div.ps-client-logo.center {
  background-image: url(https://www.duckbrand.com/images/flourish/flourish_logo.svg);
  width: 160px;
  background-repeat: no-repeat;
  background-size: contain;
}

.ps-client-logo img {
  display: none;
}

.shiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .xs\:order-1 {
    order: 1;
  }
}

.edit-entry {
  padding: 10px 30px;
  color: #084b2e;
  border-radius: 3px;
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 120px;
  right: 15px;
  position: fixed;
  -webkit-box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
  box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}
.darkmode .flourish-hero-content {
  background: hsl(216deg 70% 6% / 68%);
  padding: 2rem;
  max-width: 100%;

}
@media (min-width: 1024px) {
  .darkmode .flourish-hero-content {
    margin-left: 0;
    margin-right: 50vw;
    backdrop-filter: blur(6px);
    top: 0;
    height: 100%;
    padding: 3vw;
}
}

.duck-green {
  padding: 1rem;
  background: #108247;
}

.ratings_block {
	background: white;
	padding: 10px 30px 4px;
	border-radius: 65px;
}

.flexeroo {
	display: flex;
	gap: 22px;
	flex-wrap: nowrap;
	font-weight: 100;
	letter-spacing: 0.03em !important;
}

.testimonials {
	height: 480px;
	overflow: auto;
}

@media only screen and (max-width: 40em) {
	.flexeroo {
			flex-direction: column;
	}
	.flexeroo > * {
			flex: 1;
			margin: auto;
	}
}
