/*!
Theme Name: Singleton
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: singleton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Singleton is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! tailwindcss v3.2.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
    font-family: "Barlow-Condensed";
    font-style: normal;
    font-weight: 900;
    src: url(./fonts/BarlowCondensed-Black.ttf);
  }

@font-face {
    font-family: "Barlow-Condensed";
    font-style: normal;
    font-weight: 800;
    src: url(./fonts/BarlowCondensed-ExtraBold.ttf);
  }

@font-face {
    font-family: "Barlow-Condensed";
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/BarlowCondensed-Bold.ttf);
  }

@font-face {
    font-family: "Barlow-Condensed";
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/BarlowCondensed-SemiBold.ttf);
  }

@font-face {
    font-family: "Barlow-Condensed";
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/BarlowCondensed-Medium.ttf);
  }

@font-face {
    font-family: "Open-Sans";
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/OpenSans-Regular.ttf);
  }

@font-face {
    font-family: "Open-Sans";
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/OpenSans-Light.ttf);
  }

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color)
      url("./https://traversymedia.com/downloads/cover.jpg") no-repeat center
      center/cover;
  }

/* .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }

.video-container:after {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: rgba(40, 60, 142, 0.7); */
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 5%,
      rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
  }

.mobile_nav {
    background: rgba(0, 0, 0, 0.98);
  }

@media screen and (max-width: 767px) {
    .video-container video {
      display: none;
    }
    .video-container {
      display: none;
    }
  }

.slick_prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    cursor: pointer;
  }

.slick_next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    cursor: pointer;
  }

@media screen and (max-width: 767px) {
    .slick_prev {
      position: absolute;
      left: 40%;
      top: unset;
      bottom: -35px;
      transform: translateY(-50%);
      width: 15px;
      cursor: pointer;
    }
    .slick_next {
      position: absolute;
      right: 40%;
      top: unset;
      bottom: -35px;
      transform: translateY(-50%);
      width: 15px;
      cursor: pointer;
    }
  }

/* @media screen and (max-width: 767px) {
    .features_card {
      width: 100%;
    }
    .aw_features_card {
      width: 100%;
    }
    .testimonial_card {
      width: 100%;
    }
    .support_card {
      width: 100%;
      min-height: 550px;
    }
    .girl_pack {
      position: absolute;
      bottom: -3px;
      left: -30px;
      height: 400px;
      width: auto;
    }
    .lines_bottom {
      bottom: 0;
      left: 0;
    }
  } */

/* @media screen and (min-width: 1024px) {
    .features_card {
      width: 30%;
      min-height: 650px;
    }
    .aw_features_card {
      width: 30%;
      min-height: 485px;
    }
    .lines_bottom {
      bottom: 10px;
      left: 0;
    }
    .support_card {
      width: 30%;
      min-height: 550px;
    }
  } */

/* @media screen and (min-width: 1280px) {
    .features_card {
      width: 30%;
      min-height: 530px;
    }
    .lines_bottom {
      bottom: 50px;
      left: 0;
    }
    .aw_features_card {
      width: 30%;
      min-height: 455px;
    }
    .carousel .slick-slide {
      min-height: 350px;
    }

    .carousel .slick-slide {
      min-height: unset !important;
    }
  }

  @media screen and (min-width: 1536px) {
    .features_card {
      width: 30%;
      min-height: 480px;
    }
    .aw_features_card {
      width: 30%;
      min-height: 400px;
    }
    .carousel .slick-slide {
      min-height: 120px;
    }
  } */

.about_bg {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 58%,
      rgba(0, 0, 0, 1) 100%
    );
  }

@media screen and (max-width: 767px) {
    .about_bg {
      background: rgb(0, 0, 0);
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 100%
      );
    }
  }

@media screen and (min-width: 768px) {
    .about_bg {
      background: rgb(0, 0, 0);
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 58%,
        rgba(0, 0, 0, 1) 100%
      );
    }
  }

footer {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 58%,
      rgba(0, 0, 0, 0) 100%
    );
  }

@media screen and (max-width: 767px) {
    footer {
      background: rgb(0, 0, 0);
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 95%,
        rgba(0, 0, 0, 0) 100%
      );
    }
  }

@media screen and (min-width: 768px) {
    footer {
      background: rgb(0, 0, 0);
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 95%,
        rgba(0, 0, 0, 0) 100%
      );
    }
  }

@media screen and (min-width: 1280px) {
    footer {
      background: rgb(0, 0, 0);
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0) 100%
      );
    }
  }

.section_header:after {
    position: absolute;
    content: "";
    height: 5px;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #f66a16;
    width: 150px;
  }

.getting_started_bg {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 100%
    );
  }

@media screen and (max-width: 767px) {
    .getting_started_bg {
      background: black;
    }
    header {
      background-image: url("./images/mobile_hero_image.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
    }
  }

.footer_bottom_text p,
  .footer_bottom_text span {
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Open-Sans";
    font-weight: 300;
  }

.footer_bottom_text a {
    text-decoration: underline;
    transition: all 200ms ease-in-out;
  }

.footer_bottom_text a:hover {
    text-decoration: underline;
    color: #f15a24;
  }

.body_white p {
    color: #fff;
    font-family: "Open-Sans";
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: center;
  }

.body_content p {
    color: #000;
    font-family: "Open-Sans";
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: left;
  }

.body_content ul {
    list-style-type: disc;
    padding-left: 20px;
  }

.body_content li {
    color: #000;
    font-family: "Open-Sans";
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: left;
  }

.notes_body p {
    color: #000;
    font-family: "Open-Sans";
    font-size: 1.175rem;
    line-height: 2rem;
    text-align: left;
  }

.notes_body {
    color: #000;
    font-family: "Open-Sans";
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
  }

.notes_body ul {
    list-style-type: disc;
    padding-left: 20px;
  }

.notes_body li {
    color: #000;
    font-family: "Open-Sans";
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
  }

.notes_body a {
    color: #fd9917;
    text-decoration: none;
  }

.notes_body a:hover {
    color: #f66c15;
    text-decoration: underline;
  }

.button_orange {
    background: rgb(246, 108, 21);
    /* background: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%); */
    background: linear-gradient(
        333deg,
        var(--c1, #f66c15),
        var(--c2, #fd9917) 51%
      )
      var(--x, 0) / 200%;
    transition: all 200ms ease-in-out;
  }

.button_orange:hover {
    /* background: #000; */
    /* background: #000; */
    --x: 100%;
  }

.woocommerce-form-login__submit,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: rgb(246, 108, 21);
    /* background: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%); */
    background: linear-gradient(
        333deg,
        var(--c1, #f66c15),
        var(--c2, #fd9917) 51%
      )
      var(--x, 0) / 200% !important;
    transition: all 200ms ease-in-out;
    text-transform: uppercase !important;
    font-family: "Barlow-Condensed";
    font-size: 1.375rem !important;
    color: #000 !important;
  }

.woocommerce-form-login__submit:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    /* background: #000; */
    /* background: #000; */
    --x: 100%;
  }

.woocommerce-form-register__submit {
    background: rgb(246, 108, 21);
    /* background: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%); */
    background: linear-gradient(
        333deg,
        var(--c1, #f66c15),
        var(--c2, #fd9917) 51%
      )
      var(--x, 0) / 200% !important;
    transition: all 200ms ease-in-out;
    text-transform: uppercase !important;
    font-family: "Barlow-Condensed";
    font-size: 1.375rem !important;
    color: #000 !important;
  }

.woocommerce-form-register__submit:hover {
    /* background: #000; */
    /* background: #000; */
    --x: 100%;
  }

.single_add_to_cart_button {
    background: rgb(246, 108, 21);
    /* background: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%); */
    background: linear-gradient(
        333deg,
        var(--c1, #f66c15),
        var(--c2, #fd9917) 51%
      )
      var(--x, 0) / 200% !important;
    transition: all 200ms ease-in-out;
    text-transform: uppercase !important;
    font-family: "Barlow-Condensed";
    font-size: 1.375rem !important;
  }

.single_add_to_cart_button:hover {
    /* background: #000; */
    /* background: #000; */
    --x: 100%;
  }

.about_gray_bg {
    background: #f5f5f5;
  }

.schedule_bg {
    background-image: url("./images/schedule_background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }

.cta_orange_bg {
    background: rgb(246, 106, 22);
    background: linear-gradient(
      333deg,
      rgba(246, 106, 22, 1) 0%,
      rgba(253, 153, 23, 1) 100%
    );
  }

/* .form_container:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 46%,
      rgba(0, 0, 0, 1) 100%
    );
  } */

#gform_wrapper_1 input[type="text"],
  #gform_wrapper_1 input[type="email"] {
    width: 100% !important;
    border-radius: 2px;
    font-size: 1.125rem;
    padding: 1.125rem;
    border: 1px solid #ddd;
  }

#gform_wrapper_1 textarea {
    width: 100% !important;
    border-radius: 2px;
    font-size: 1.125rem;
    padding: 1.125rem;
    border: 1px solid #ddd;
  }

#gform_wrapper_1 input[type="submit"] {
    border-radius: 2px;
    padding: 0.75rem 3rem;
    background: rgb(246, 108, 21);
    /* background: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%); */
    background: linear-gradient(
        333deg,
        var(--c1, #f66c15),
        var(--c2, #fd9917) 51%
      )
      var(--x, 0) / 200% !important;
    transition: all 200ms ease-in-out;
    font-family: "Barlow-Condensed";
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
  }

#gform_wrapper_1 input[type="submit"]:hover {
    --x: 100%;
  }

.orange_box:hover {
    background: rgb(246, 106, 22);
    background: linear-gradient(
      333deg,
      rgba(246, 106, 22, 1) 0%,
      rgba(253, 153, 23, 1) 100%
    );
    border-color: rgb(246, 106, 22);
  }

.smoke_top {
    position: absolute;
    content: "";
    height: 550px;
    top: -100px;
    left: 0;
    width: 100%;
    background-image: url("./images/tiled.png");
    background-position: top;
    background-repeat: repeat;
    background-size: auto;
    /* transform: rotate(180deg); */
  }

/* WOOCOMMERCE STYLES */

.woocommerce .quantity input {
    border: 1px solid #ddd;
    background: transparent !important;
    font-size: 1.375rem;
    width: 50px !important;
    height: 50px !important;
    padding-left: 10px;
  }

@media screen and (max-width: 767px) {
    .singleton_logo_woo {
      height: 4rem !important;
      width: auto !important;
    }

    .open_menu_image {
      height: 2rem !important;
      width: auto !important;
    }
  }

@media screen and (min-width: 768px) {
    .singleton_logo_woo {
      height: 4rem !important;
      width: auto !important;
    }

    .open_menu_image {
      height: 2rem !important;
      width: auto !important;
    }
  }

@media screen and (min-width: 1024px) {
    .singleton_logo_woo {
      height: 5rem !important;
      width: auto !important;
    }

    .open_menu_image {
      height: 5rem !important;
      width: auto !important;
    }
  }

.woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
    border: 1px solid #ddd !important;
    padding: 10px;
  }

.coupon input[type="text"] {
    width: 150px !important;
  }

.woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    border-top: none !important;
    /* background-color: #000 !important; */
    border-radius: 5px;
    color: #fff !important;
    font-family: "Open-Sans" !important;
  }

.woocommerce-info,
  .woocommerce-message {
    background-color: #000 !important;
  }

.woocommerce-info:before {
    color: #777 !important;
  }

.woocommerce-pagination {
    display: none !important;
  }

@media screen and (max-width: 767px) {
  }

.open_menu_image {
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.-bottom-48 {
  bottom: -12rem;
}
.top-40 {
  top: 10rem;
}
.-bottom-40 {
  bottom: -10rem;
}
.-top-20 {
  top: -5rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-32 {
  height: 8rem;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-72 {
  height: 18rem;
}
.w-full {
  width: 100%;
}
.w-56 {
  width: 14rem;
}
.w-10 {
  width: 2.5rem;
}
.w-auto {
  width: auto;
}
.w-8 {
  width: 2rem;
}
.w-48 {
  width: 12rem;
}
.w-32 {
  width: 8rem;
}
.w-20 {
  width: 5rem;
}
.max-w-screen-max {
  max-width: 1920px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-6xl {
  max-width: 72rem;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-0 {
  gap: 0px;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-none {
  border-radius: 0px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-brandOrange {
  --tw-border-opacity: 1;
  border-color: rgb(241 90 36 / var(--tw-border-opacity));
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-64 {
  padding-right: 16rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-open {
  font-family: Open-Sans, sans-serif;
}
.font-barlow {
  font-family: Barlow-Condensed, sans-serif;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-loose {
  line-height: 2;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brandOrange {
  --tw-text-opacity: 1;
  color: rgb(241 90 36 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.hover\:border-brandOrangeGradient:hover {
  border-color: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%);
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-brandOrangeGradient:hover {
  background-color: linear-gradient(333deg, rgba(246, 108, 21, 1) 0%, rgba(253, 153, 23, 1) 100%);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-brandOrange:hover {
  --tw-text-opacity: 1;
  color: rgb(241 90 36 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .md\:top-40 {
    top: 10rem;
  }

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

  .md\:top-80 {
    top: 20rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-top-0 {
    top: -0px;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

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

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

  .lg\:mr-20 {
    margin-right: 5rem;
  }

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

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

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

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

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

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

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

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

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

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

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

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

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

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

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

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

  .lg\:pl-32 {
    padding-left: 8rem;
  }

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

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

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

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

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

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

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

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1536px) {

  .\32xl\:-top-32 {
    top: -8rem;
  }

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