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

/* Document
   ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

.instagram-media{
  margin: 0 auto!important;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

input[type=text]:not(.tw-form),
input[type=email]:not(.tw-form),
input[type=url]:not(.tw-form),
select:not(.tw-form),
textarea:not(.tw-form) {
    border-width: 1px;
}


/* Active page styles */
.header .menu-item-L0.active {
  position: relative;
}

.header .menu-item-L0.active::after {
  content: '';
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 4px;
  background-color: #e0706a;
}

input[type=submit] {
  padding: .5rem 1.5rem;
  cursor: pointer;
}

/*
 * 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::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

@media (max-width: 640px) {
  body.admin-bar {
    margin-top: 46px;
  }
}

@media (min-width: 640px) {
  body.admin-bar {
    margin-top: 32px;
  }
}

.title-area {
  display: none;
}

.article-body p {
  margin-bottom: 1rem;
}

.article-body h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 1rem;
}

.article-body h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 1rem;
}

.article-body h4 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 1rem;
  font-weight: bolder;
  text-transform: uppercase;
  opacity: .7;
}

.single .site-inner p.wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  padding-bottom: 2rem !important;
  margin-top: 1rem;
}

.article-body ul, 
.article-body ol {
  padding-left: 1rem;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-bottom: 1rem;
}

.article-body a, .archive-description a, .author-bio a {
  color: #e0706a;
  border-bottom: 1px solid #aaa;
  text-decoration: none;
}

.article-body iframe {
  margin: 0 auto;
}

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



/* Social Warfare Style Overrides */
.swp_social_panel.swp_default_full_color .swp_facebook, html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover, body .swp_social_panel.swp_other_full_color:hover .swp_facebook {
  background: #5E7E97;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook, html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover, body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover) {
  border: 1px solid #5E7E97;
}


.swp_social_panel.swp_default_full_color .swp_pinterest, html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover, body .swp_social_panel.swp_other_full_color:hover .swp_pinterest {
  background: #E0706A;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest, html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover, body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover) {
  border: 1px solid #E0706A;
}


.swp_social_panel.swp_default_full_color .swp_linkedin, html body .swp_social_panel.swp_individual_full_color .swp_linkedin:hover, body .swp_social_panel.swp_other_full_color:hover .swp_linkedin {
  background: #7A96AC;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_linkedin, html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_linkedin:hover, body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_linkedin:not(:hover) {
  border: 1px solid #7A96AC;
}

/* Vendors */

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled{
  position:relative
}

.flickity-enabled:focus{
  outline:0
}

.flickity-viewport{
  overflow:hidden;
  position:relative;
  height:100%
}

.flickity-slider{
  position:absolute;
  width:100%;
  height:100%
}

.flickity-enabled.is-draggable{
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.flickity-enabled.is-draggable .flickity-viewport{
  cursor:move;
  cursor:-webkit-grab;
  cursor:grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
  cursor:-webkit-grabbing;
  cursor:grabbing
}

.flickity-button{
  position:absolute;
  background:hsla(0,0%,100%,.75);
  border:none;
  color:#333
}

.flickity-button:hover{
  background:#fff;
  cursor:pointer
}

.flickity-button:focus{
  outline:0;
  box-shadow:0 0 0 5px #19f
}

.flickity-button:active{
  opacity:.6
}

.flickity-button:disabled{
  opacity:.3;
  cursor:auto;
  pointer-events:none
}

.flickity-button-icon{
  fill:currentColor
}

.flickity-prev-next-button{
  top:50%;
  width:44px;
  height:44px;
  border-radius:50%;
  transform:translateY(-50%)
}

.flickity-prev-next-button.previous{
  left:10px
}

.flickity-prev-next-button.next{
  right:10px
}

.flickity-rtl .flickity-prev-next-button.previous{
  left:auto;
  right:10px
}

.flickity-rtl .flickity-prev-next-button.next{
  right:auto;
  left:10px
}

.flickity-prev-next-button .flickity-button-icon{
  position:absolute;
  left:20%;
  top:20%;
  width:60%;
  height:60%
}

.flickity-page-dots{
  position:absolute;
  width:100%;
  bottom:-25px;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center;
  line-height:1
}

.flickity-rtl .flickity-page-dots{
  direction:rtl
}

.flickity-page-dots .dot{
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 8px;
  background:#333;
  border-radius:50%;
  opacity:.25;
  cursor:pointer
}

.flickity-page-dots .dot.is-selected{
  opacity:1
}

.block-editor-block-list__block {
  margin: 0 !important;
}

/** Editor Styles **/

.wp-core-ui .editor-styles-wrapper .acf-block-preview a {
        text-decoration: none;
      }

.wp-core-ui .editor-styles-wrapper .acf-block-preview a {
        /* &.button-primary {
        } */
      }

.wp-core-ui .editor-styles-wrapper .acf-block-preview .button-link {
        text-decoration: none;
      }

.wp-core-ui .editor-styles-wrapper .acf-block-preview img {
        border: none;
      }

/*  Serif define in here, Sans defined in preview-head.html */

/* Webfont: AbhayaLibre-Regular */

@font-face {
  font-family: 'AbhayaLibre';

  src: url('fonts/AbhayaLibre/AbhayaLibre-Regular.eot'); /* IE9 Compat Modes */

  src: url('fonts/AbhayaLibre/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/AbhayaLibre/AbhayaLibre-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/AbhayaLibre/AbhayaLibre-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/AbhayaLibre/AbhayaLibre-Regular.svg#AbhayaLibre-Regular') format('svg'); /* Legacy iOS */

  font-style: normal;

  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Webfont: AbhayaLibre-Bold */

@font-face {
  font-family: 'AbhayaLibre';

  src: url('fonts/AbhayaLibre/AbhayaLibre-Bold.eot'); /* IE9 Compat Modes */

  src: url('fonts/AbhayaLibre/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/AbhayaLibre/AbhayaLibre-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/AbhayaLibre/AbhayaLibre-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/AbhayaLibre/AbhayaLibre-Bold.svg#AbhayaLibre-Bold') format('svg'); /* Legacy iOS */

  font-style: normal;

  font-weight: 700;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Webfont: AbhayaLibre-ExtraBold */

@font-face {
  font-family: 'AbhayaLibre';

  src: url('fonts/AbhayaLibre-ExtraBold/AbhayaLibre-ExtraBold.eot'); /* IE9 Compat Modes */

  src: url('fonts/AbhayaLibre-ExtraBold/AbhayaLibre-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/AbhayaLibre-ExtraBold/AbhayaLibre-ExtraBold.woff') format('woff'), /* Modern Browsers */
         url('fonts/AbhayaLibre-ExtraBold/AbhayaLibre-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/AbhayaLibre-ExtraBold/AbhayaLibre-ExtraBold.svg#AbhayaLibre-ExtraBold') format('svg'); /* Legacy iOS */

  font-style: normal;

  font-weight: 800;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Webfont: AbhayaLibre-SemiBold */

@font-face {
  font-family: 'AbhayaLibre';

  src: url('fonts/AbhayaLibre-SemiBold/AbhayaLibre-SemiBold.eot'); /* IE9 Compat Modes */

  src: url('fonts/AbhayaLibre-SemiBold/AbhayaLibre-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/AbhayaLibre-SemiBold/AbhayaLibre-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('fonts/AbhayaLibre-SemiBold/AbhayaLibre-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/AbhayaLibre-SemiBold/AbhayaLibre-SemiBold.svg#AbhayaLibre-SemiBold') format('svg'); /* Legacy iOS */

  font-style: normal;

  font-weight: 600;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Webfont: AbhayaLibre-Medium */

@font-face {
  font-family: 'AbhayaLibre';

  src: url('fonts/AbhayaLibre-Medium/AbhayaLibre-Medium.eot'); /* IE9 Compat Modes */

  src: url('fonts/AbhayaLibre-Medium/AbhayaLibre-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/AbhayaLibre-Medium/AbhayaLibre-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/AbhayaLibre-Medium/AbhayaLibre-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/AbhayaLibre-Medium/AbhayaLibre-Medium.svg#AbhayaLibre-Medium') format('svg'); /* Legacy iOS */

  font-style: normal;

  font-weight: 500;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Default Header Styles */

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* h1 {
  @apply text-h1Sm;
  @screen lg {
    @apply text-h1;
  }
}

h2 {
  @apply text-h2Sm;
  @screen lg {
    @apply text-h2;
  }
}

h3 {
  @apply text-p21;
  @screen lg {
    @apply text-h3;
  }
}

h4 {
  @apply text-p16;
  @screen lg {
    @apply text-h4;
  }
} */

h5,
h6 {
  font-weight: 600;
}

b, strong {
  font-weight: 800;
}

body {
  position: relative;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  color: #57565C;
}

body * {
    outline: none !important;
  }

body::before {
    background-color: rgb(28, 33, 41, 0.5);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease-in-out;
    z-index: 31;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

@media (max-width: 1023px) {

body.curtain {
    overflow-y: hidden
}
  }

body.curtain::before {
    opacity: 1;
  }

.icon svg {
    height: 100%;
    width: 100%;
  }

.icon-center svg {
      margin: auto;
    }

.icon-currentColor path,
    .icon-currentColor circle,
    .icon-currentColor g {
      stroke: currentColor;
    }

.ease-200 {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.ease-400 {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.ease-500 {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.pl-grid {
  padding-left: calc((100vw - 1200px) / 2) !important;
}

.pr-grid {
  padding-right: calc((100vw - 1200px) / 2) !important;
}

/* An efficient shadow transition style */

.hover-shadow {
  position: relative;
}

.hover-shadow::after {
    border-radius: inherit;
    box-shadow: 0 8px 16px 0 #3031331a, 0 0 1px 0 #3031330a;
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: 0.35s opacity ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

.hover-shadow:hover::after {
    opacity: 1;
  }

/* This still works on other browsers for some reason */

@media (min-width: 768px) {

.md\:line-clamp-2 {
    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden
}
  }

/* Content fade for a post body, used on preview-fade.twig/php */

.limit-preview-length {
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-body-fade {
  position: relative;
}

.post-body-fade::after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,1) 90%,
      rgba(255,255,255,1) 100%
    )
  }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

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

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

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

/* .form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-input::-moz-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input::placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-textarea::-moz-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea::placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 6.81L7 .698H0l3.5 6.114z' fill='%23606164'/%3e %3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select::-ms-expand {
  color: #a0aec0;
  border: none;
} */

@media not print {
  .form-select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: 0.75rem;
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select {
  box-shadow: none !important;
  border-style: none;
  background-position: right 1.5rem center;
  background-size: 0.5rem 0.5rem;
  font-size: inherit;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3e %3cpath d='M18.333 2.167H1.667v16.666h16.666V2.167z' fill='%230071EE' stroke='%230071EE' stroke-miterlimit='10' stroke-linecap='square'/%3e %3cpath d='M5.833 11.333l2.5 2.5 5.834-6.666' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3e %3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -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;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #70767e;
}

.form-checkbox:checked, .form-checkbox:checked:focus {
  border-color: #0071EE;
}

.form-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");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -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;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.header .menu-item-L0.menu-item-has-items span, .header .menu-item-L0.menu-item-has-items svg {
      transition-property: color, fill, transform;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.header .menu-item-L0.menu-item-has-items:hover span, .header .menu-item-L0.menu-item-has-items:focus-within span {
        color: #E0706A;
      }

.header .menu-item-L0.menu-item-has-items:hover svg, .header .menu-item-L0.menu-item-has-items:focus-within svg {
        transform: scaleY(-1);
        fill: #E0706A;
      }

.header .menu-item-L0.menu-item-has-items:hover .mega-menu, .header .menu-item-L0.menu-item-has-items:focus-within .mega-menu {
        opacity: 1;
        pointer-events: all;
      }

.button-primary, .button-primary--large, .button-outline, .button-outline-dark {
    border-radius: 0 !important;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: AbhayaLibre, serif;
    font-weight: 800;
  }

  @media (min-width: 768px) {
    .button-primary:hover, .button-primary--large:hover {
      background-color: #D74941;
      box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 22px 0 rgba(0, 0, 0, 0.12), 0 12px 17px 0 rgba(0, 0, 0, 0.14);
      cursor: pointer;
    }
  }

@media (max-width: 767px) {

.button-primary, .button-primary--large, .button-outline, .button-outline-dark {
      font-size: 16px;

      line-height: 22px;
  }
    }

.button-primary, .button-primary--large {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --bg-opacity: 1;
    background-color: #E0706A;
    background-color: rgba(224, 112, 106, var(--bg-opacity));
    text-align: center;
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: auto;
  }

.button-primary:disabled, .button-primary--large:disabled {
      --text-opacity: 1;
      color: #70767E;
      color: rgba(112, 118, 126, var(--text-opacity));
      background-color: rgba(224, 112, 106, 0.2);
      cursor: not-allowed;
    }

.button-primary:disabled:hover, .button-primary--large:disabled:hover {
        box-shadow: none;
      }

.button-primary--large {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

@media (max-width: 767px) {

.button-primary--large {
      font-size: 18px;

      line-height: 22px
  }
    }

/* Honestly surprised all these selectors work... tested: √ */

.button-outline, .button-outline-dark {
    display: inline-block;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }

/* @apply border-blue-2 border-2 text-blue-2; */

@media (min-width: 768px) {

.button-outline, .button-outline-dark {
      width: auto
  }
    }

.button-outline:hover, .button-outline-dark:hover {
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity));
      --bg-opacity: 1;
      background-color: #7A96AC;
      background-color: rgba(122, 150, 172, var(--bg-opacity));
      box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 22px 0 rgba(0, 0, 0, 0.12), 0 12px 17px 0 rgba(0, 0, 0, 0.14);
    }

.button-outline:active, .button-outline-dark:active {
      /* Rewrite once dark shadow is defined */
      box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 22px 0 rgba(0, 0, 0, 0.12), 0 12px 17px 0 rgba(0, 0, 0, 0.14);
    }

.button-outline-dark, .button-outline-dark-dark {
      --border-opacity: 1;
      border-color: #7A96AC;
      border-color: rgba(122, 150, 172, var(--border-opacity));
      border-width: 2px;
      --text-opacity: 1;
      color: #7A96AC;
      color: rgba(122, 150, 172, var(--text-opacity));
    }

.button-outline-dark:hover, .button-outline-dark-dark:hover {
        --bg-opacity: 1;
        background-color: #7A96AC;
        background-color: rgba(122, 150, 172, var(--bg-opacity));
      }

.button-link svg {
      transition: transform 0.2s ease-in-out;
    }

.button-link:focus svg, .button-link:active svg, .button-link:hover svg {
        transform: translateX(6px);
      }

.icon-left-star {
  position: relative;
}

.icon-left-star::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 7px;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMyA0LjVsLTEuNzYzLjkyNy4zMzYtMS45NjNMLjE0NyAyLjA3M2wxLjk3MS0uMjg3TDMgMGwuODgyIDEuNzg2IDEuOTcxLjI4Ny0xLjQyNiAxLjM5LjMzNiAxLjk2NEwzIDQuNXoiIGZpbGw9IiNFMDcwNkEiLz4KPC9zdmc+Cg==") no-repeat center center;
  }

/* Defaults */
/* 
input[type="text"]:not(.custom-tw),
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="password"],
select,
textarea {
  transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="submit"] {
  margin-top: 2rem !important;
  width: 100%;
}

input[type="number"].appearance-none {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.scry-form p {
    --text-opacity: 1;
    color: #70767E;
    color: rgba(112, 118, 126, var(--text-opacity));
  }

.scry-form a {
    --text-opacity: 1;
    color: #7A96AC;
    color: rgba(122, 150, 172, var(--text-opacity));
    font-weight: 600;
  }

.scry-form select,
.variations_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  padding-right: 2rem;

.input-half-left,
  .input-half-right {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
  }

.input-half-left {
    padding-right: 0.5rem;
  }

.input-half-right {
    padding-left: 0.5rem;
  }

/* GForm asterix on required inputs */
/* 
span.gfield_required {
  display: none;
}

.input-set,
.gfield {
  margin-top: 1rem;
  position: relative;
}

.input-set label, .gfield label {
    left: 10px;
    opacity: 0;
    padding: 0 0.35rem;
    pointer-events: none;
    position: absolute;
    top: -7px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #70767E;
    color: rgba(112, 118, 126, var(--text-opacity));
  }

.input-set input, .gfield input {
    width: 100%;
  }

.input-set:focus-within label, .gfield:focus-within label {
      opacity: 1;
      --text-opacity: 1;
      color: #7A96AC;
      color: rgba(122, 150, 172, var(--text-opacity));
    }

.input-set:focus-within input, .gfield:focus-within input {
      --border-opacity: 1;
      border-color: #7A96AC;
      border-color: rgba(122, 150, 172, var(--border-opacity));
    }

.input-set.filled label, .gfield.filled label {
    opacity: 1;
  }
 */


.bg-light {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-dark {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #7A96AC;
  background-color: rgba(122, 150, 172, var(--bg-opacity));
}

.bg-blue-hover {
  --bg-opacity: 1;
  background-color: #5E7E97;
  background-color: rgba(94, 126, 151, var(--bg-opacity));
}

.bg-grey-1 {
  --bg-opacity: 1;
  background-color: #F1F4F9;
  background-color: rgba(241, 244, 249, var(--bg-opacity));
}

.bg-grey-2 {
  --bg-opacity: 1;
  background-color: #C3CAD6;
  background-color: rgba(195, 202, 214, var(--bg-opacity));
}

.bg-grey-3 {
  --bg-opacity: 1;
  background-color: #70767E;
  background-color: rgba(112, 118, 126, var(--bg-opacity));
}

.bg-grey-5 {
  --bg-opacity: 1;
  background-color: #3B3B3B;
  background-color: rgba(59, 59, 59, var(--bg-opacity));
}

.bg-grey-6 {
  --bg-opacity: 1;
  background-color: #1F1D1D;
  background-color: rgba(31, 29, 29, var(--bg-opacity));
}

.bg-grey-550 {
  --bg-opacity: 1;
  background-color: #242323;
  background-color: rgba(36, 35, 35, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #E0706A;
  background-color: rgba(224, 112, 106, var(--bg-opacity));
}

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

.hover\:bg-grey-1:hover {
  --bg-opacity: 1;
  background-color: #F1F4F9;
  background-color: rgba(241, 244, 249, var(--bg-opacity));
}

.hover\:bg-grey-2:hover {
  --bg-opacity: 1;
  background-color: #C3CAD6;
  background-color: rgba(195, 202, 214, var(--bg-opacity));
}

.group:hover .group-hover\:bg-grey-1 {
  --bg-opacity: 1;
  background-color: #F1F4F9;
  background-color: rgba(241, 244, 249, var(--bg-opacity));
}

.bg-none {
  background-image: none;
}

.border-clear {
  border-color: rgba(0,0,0,0);
}

.border-grey-2 {
  --border-opacity: 1;
  border-color: #C3CAD6;
  border-color: rgba(195, 202, 214, var(--border-opacity));
}

.border-red {
  --border-opacity: 1;
  border-color: #E0706A;
  border-color: rgba(224, 112, 106, var(--border-opacity));
}

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

.border-none {
  border-width: 0 !important;
}

.border-1p {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

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

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

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

.border-l-1p {
  border-left-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

.self-start {
  align-self: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.order-2 {
  order: 2;
}

.font-serif {
  font-family: AbhayaLibre, serif;
}

.font-sans {
  font-family: proxima-nova, helvetica, sans-serif;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.h-0 {
  height: 0;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-15 {
  height: 3.75rem;
}

.h-19 {
  height: 4.75rem;
}

.h-auto {
  height: auto;
}

.h-18p {
  height: 18px;
}

.h-110p {
  height: 110px;
}

.h-200p {
  height: 200px;
}

.h-250p {
  height: 250px;
}

.h-full {
  height: 100%;
}

.h-52p {
  height: 52px;
}

.h-90p {
  height: 90px;
}

.h-125p {
  height: 125px;
}

.h-172p {
  height: 172px;
}

.h-240p {
  height: 240px;
}

.h-288p {
  height: 288px;
}

.h-360p {
  height: 360px;
}

.h-400p {
  height: 400px;
}

.h-444p {
  height: 444px;
}

.text-h1Lg-mb {
  font-size: 22px;
  line-height: 1.2;
}

.text-h2Lg {
  font-size: 34px;
  line-height: 28px;
}

.text-eyebrowSm {
  font-size: 12px;
  line-height: 22px;
}

.text-eyebrow-mb {
  font-size: 14px;
  line-height: 22px;
}

.text-tag-mb {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.8px;
}

.text-card-mb {
  font-size: 16px;
  line-height: 24px;
}

.text-bodyMd {
  font-size: calc(18px * 1.2);
  line-height: 1.5;
}

.text-bodyMd-mb {
  font-size: calc(18px * 1.2);
  line-height: 22px;
}

.text-bodyLg-mb {
  font-size: calc(18px * 1.2);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .text-bodyMd {
    font-size: 22px;
    line-height: 1.5;
  }

  .text-bodyMd-mb {
    font-size: 22px;
    line-height: 22px;
  }

  .text-bodyLg-mb {
    font-size: 22px;
    line-height: 1.5;
  }
}

.text-navMd {
  font-size: 18px;
}

.text-navMd-mb {
  font-size: 16px;
  line-height: 28px;
}

.text-navLg {
  font-size: 24px;
  letter-spacing: 3.4px;
}

.text-buttonMd {
  font-size: 18px;
  line-height: 22px;
}

.text-bioMd {
  font-size: 16px;
  line-height: 24px;
}

.text-12p {
  font-size: 12px;
  line-height: 1;
}

.text-14p {
  font-size: 14px;
  line-height: 1.65;
}

.text-16p {
  font-size: 16px;
  line-height: 19px;
}

.text-18p {
  font-size: 18px;
  line-height: 1.5;
}

.text-22p {
  font-size: 22px;
  line-height: 24px;
}

.text-24p {
  font-size: 24px;
}

.text-32p {
  font-size: 32px;
}

.leading-10p {
  line-height: 10px;
}

.leading-16p {
  line-height: 16px;
}

.leading-24p {
  line-height: 24px;
}

.leading-32p {
  line-height: 32px;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

.mr-13 {
  margin-right: 3.25rem;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

.mt-2p {
  margin-top: 2px;
}

.mb-2p {
  margin-bottom: 2px;
}

.mt-6p {
  margin-top: 6px;
}

.mt-10p {
  margin-top: 10px;
}

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

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

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

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

.-mr-6 {
  margin-right: -1.5rem;
}

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

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

.-mb-2p {
  margin-bottom: -2px;
}

.-mr-6p {
  margin-right: -6px;
}

.-mb-14p {
  margin-bottom: -14px;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.max-h-19 {
  max-height: 4.75rem;
}

.max-h-screen-w\/o-header {
  max-height: calc(100vh - 152px);
}

.max-w-192 {
  max-width: 48rem;
}

.max-w-640 {
  max-width: 640px;
}

.max-w-970 {
  max-width: 970px;
}

.max-w-1200 {
  max-width: 1200px;
  overflow-x: hidden;
}

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

.max-w-grid {
  max-width: 1200px;
}

.min-h-20 {
  min-height: 5rem;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-6p {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6p {
  padding-left: 6px;
  padding-right: 6px;
}

.py-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-14p {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14p {
  padding-left: 14px;
  padding-right: 14px;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

.pt-8 {
  padding-top: 2rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-6p {
  padding-right: 6px;
}

.pt-10p {
  padding-top: 10px;
}

.pointer-events-none {
  pointer-events: none;
}


.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

.inset-x-4 {
  right: 1rem;
  left: 1rem;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-4 {
  right: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-16 {
  bottom: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-75p {
  top: 75px;
}

.active\:shadow-pressed:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
}

.fill-current {
  fill: currentColor;
}

.fill-none {
  fill: transparent;
}

.stroke-current {
  stroke: currentColor;
}

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

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

.text-light {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-dark {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-blue-2 {
  --text-opacity: 1;
  color: #647B8D;
  color: rgba(100, 123, 141, var(--text-opacity));
}

.text-blue {
  --text-opacity: 1;
  color: #7A96AC;
  color: rgba(122, 150, 172, var(--text-opacity));
}

.text-blue-accent {
  --text-opacity: 1;
  color: #7FBED9;
  color: rgba(127, 190, 217, var(--text-opacity));
}

.text-grey-2 {
  --text-opacity: 1;
  color: #C3CAD6;
  color: rgba(195, 202, 214, var(--text-opacity));
}

.text-grey-3 {
  --text-opacity: 1;
  color: #70767E;
  color: rgba(112, 118, 126, var(--text-opacity));
}

.text-grey-5 {
  --text-opacity: 1;
  color: #3B3B3B;
  color: rgba(59, 59, 59, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #E0706A;
  color: rgba(224, 112, 106, var(--text-opacity));
}

.hover\:text-blue-3:hover {
  color: rgba(122, 150, 172, 0.35);
}

.hover\:text-blue:hover {
  --text-opacity: 1;
  color: #7A96AC;
  color: rgba(122, 150, 172, var(--text-opacity));
}

.hover\:text-blue-hover:hover {
  --text-opacity: 1;
  color: #5E7E97;
  color: rgba(94, 126, 151, var(--text-opacity));
}

.hover\:text-grey-3:hover {
  --text-opacity: 1;
  color: #70767E;
  color: rgba(112, 118, 126, var(--text-opacity));
}

.hover\:text-grey-4:hover {
  --text-opacity: 1;
  color: #57565C;
  color: rgba(87, 86, 92, var(--text-opacity));
}

.hover\:text-red:hover {
  --text-opacity: 1;
  color: #E0706A;
  color: rgba(224, 112, 106, var(--text-opacity));
}

.hover\:text-red-hover:hover {
  --text-opacity: 1;
  color: #D74941;
  color: rgba(215, 73, 65, var(--text-opacity));
}

.focus\:text-red:focus {
  --text-opacity: 1;
  color: #E0706A;
  color: rgba(224, 112, 106, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.tracking-09 {
  letter-spacing: 0.9px;
}

.tracking-07 {
  letter-spacing: 0.7px;
}

.tracking-1p {
  letter-spacing: 1px;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-11 {
  width: 2.75rem;
}

.w-13 {
  width: 3.25rem;
}

.w-16 {
  width: 4rem;
}

.w-21 {
  width: 5.25rem;
}

.w-auto {
  width: auto;
}

.w-110p {
  width: 110px;
}

.w-200p {
  width: 200px;
}

.w-250p {
  width: 250px;
}

.w-600p {
  width: 600px;
}

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

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

.w-1\/5 {
  width: 20%;
}

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

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

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

.w-full {
  width: 100%;
}

.w-70p {
  width: 70px;
}

.w-154p {
  width: 154px;
}

.w-280p {
  width: 280px;
}

.w-336p {
  width: 336px;
}

.w-384p {
  width: 384px;
}

.w-400p {
  width: 400px;
}

.w-970p {
  width: 970px;
}

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

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

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

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

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

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

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

.rotate-180 {
  --transform-rotate: 180deg;
}

.-rotate-90 {
  --transform-rotate: -90deg;
}

.translate-x-10p {
  --transform-translate-x: 10px;
}

.translate-x-screen {
  --transform-translate-x: 100vw;
}

.-translate-x-screen {
  --transform-translate-x: -100vw;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.active\:translate-y-1:active {
  --transform-translate-y: 0.25rem;
}

.group:hover .group-hover\:translate-x-10p {
  --transform-translate-x: 10px;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-350 {
  transition-duration: 350ms;
}

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

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

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

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

@keyframes bounce {
  0%, 100% {
    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% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {

  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

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

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-18 {
    padding-top: 4.5rem;
  }

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

@media (min-width: 768px) {

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-1p {
    border-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

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

  .md\:h-6\/10 {
    height: 60%;
  }

  .md\:h-150p {
    height: 150px;
  }

  .md\:h-200p {
    height: 200px;
  }

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

  .md\:h-90p {
    height: 90px;
  }

  .md\:h-210p {
    height: 210px;
  }

  .md\:h-288p {
    height: 288px;
  }

  .md\:h-330p {
    height: 330px;
  }

  .md\:h-444p {
    height: 444px;
  }

  .md\:h-672p {
    height: 672px;
  }

  .md\:text-h1Xl {
    font-size: 72px;
  }

  .md\:text-h1Lg {
    font-size: 38px;
    line-height: 1.2;
  }

  .md\:text-h3Lg {
    font-size: 28px;
    line-height: 32px;
  }

  .md\:text-h3Md {
    font-size: 26px;
    line-height: 30px;
  }

  .md\:text-eyebrow {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-tag {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.8px;
  }

  .md\:text-cardTitle {
    font-size: 18px;
    line-height: 22px;
  }

  .md\:text-cardTitleLg {
    font-size: 24px;
    line-height: 28px;
  }

  .md\:text-cardTextSm {
    font-size: 22px;
    line-height: 24px;
  }

  .md\:text-bodyMd {
    font-size: 22px;
    line-height: 1.5;
  }

  .md\:text-bodyLg {
    font-size: 22px;
    line-height: 1.7;
  }

  .md\:text-14p {
    font-size: 14px;
    line-height: 1.65;
  }

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

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

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

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

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

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

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

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

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

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

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:min-w-264p {
    min-width: 264px;
  }

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

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

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

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

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

  .md\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

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

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  
  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

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

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

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

  .md\:tracking-09 {
    letter-spacing: 0.9px;
  }

  .md\:w-6\/10 {
    width: 60%;
  }

  .md\:w-200p {
    width: 200px;
  }

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

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

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

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

  .md\:w-169p {
    width: 169px;
  }


  .md\:w-336p {
    width: 336px;
  }

  .md\:w-640p {
    width: 640px;
  }

  .md\:w-970p {
    width: 970px;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-400p {
    height: 400px;
  }

  .lg\:h-672p {
    height: 672px;
  }

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

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

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

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

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

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

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

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

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

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

@media (min-width: 1280px) {

  .xl\:h-150p {
    height: 150px;
  }

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

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

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

  .xl\:left-4 {
    left: 1rem;
  }

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

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

  .xl\:w-1\/6 {
    width: 16.666667%;
  }
}

@media (min-width: 0px) {

  .o\:block {
    display: block;
  }

  .o\:h-0 {
    height: 0;
  }

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

  .o\:overflow-visible {
    overflow: visible;
  }

  .o\:opacity-100 {
    opacity: 1;
  }

  .o\:pointer-events-all {
    pointer-events: all;
  }

  .o\:visible {
    visibility: visible;
  }

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

  .o\:w-fit {
    width: fit-content;
  }

  .o\:translate-x-0 {
    --transform-translate-x: 0;
  }
}

@media (max-width: 639px) {

  .-sm\:hidden {
    display: none;
  }

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

@media (max-width: 767px) {

  .-md\:flex {
    display: flex;
  }

  .-md\:hidden {
    display: none;
  }

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


  .-md\:font-extrabold {
    font-weight: 800;
  }

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

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

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

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

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

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

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

  .-md\:text-18p {
    font-size: 18px;
    line-height: 1.5;
  }

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

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

@media (max-width: 1023px) {

  .-lg\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #7A96AC;
    border-color: rgba(122, 150, 172, var(--border-opacity));
  }

  .-lg\:hidden {
    display: none;
  }

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

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

@media (min-width: 768px) and (max-width: 1279px) {

  .md-xl\:flex-row {
    flex-direction: row;
  }

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

@media (min-width: 1024px) and (max-width: 1279px) {

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

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

@media (min-width: 1200px) {

  .grid\:border-0 {
    border-width: 0;
  }

  .grid\:border-1p {
    border-width: 1px;
  }

  .grid\:hidden {
    display: none;
  }

  .grid\:h-18 {
    height: 4.5rem;
  }

  .grid\:h-full {
    height: 100%;
  }

  .grid\:h-125p {
    height: 125px;
  }

  .grid\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

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

  .grid\:mt-6p {
    margin-top: 6px;
  }

  .grid\:-mb-5 {
    margin-bottom: -1.25rem;
  }

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

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

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

  .grid\:pt-6 {
    padding-top: 1.5rem;
  }

  .grid\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

  .grid\:w-169p {
    width: 169px;
  }

  .grid\:w-282p {
    width: 282px;
  }

  .grid\:w-384p {
    width: 384px;
  }

  .grid\:w-792p {
    width: 792px;
  }
}

@media (max-width: 1199px) {

  .-grid\:hidden {
    display: none;
  }

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

@media (max-width: 1279px) {

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

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

@media (min-width: 1440px) {

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

/* Fix GF base styles */
/* .gform_wrapper input,
.gform_wrapper select {
  border: #444444 1px solid;
}

.gform_wrapper .gfield_label,
.gform_wrapper label {
  color: #444444;
} */


/* Tribe Events Styles Events Calendar Pro Plugin */
.tribe-events__read-more{
  font-size: var(--tec-font-size-2);
  line-height: var(--tec-line-height-3);
  font-weight: var(--tec-font-weight-bold);
  color: #e0706a!important;
  border-bottom: 1px solid #aaa !important;
}

.desktop-leaderboard-ad{
  height: 247px;
}

@media (max-width: 769px) {
  .desktop-leaderboard-ad{
    display:none;
  }
}