@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
:root {
  --hover: rgba(0, 0, 0, 0.075);
  --hover-1: rgba(0, 0, 0, 0.15);
  --hover-2: rgba(0, 0, 0, 0.25);
  --teal-shiny: #35f8dc;
  --grey-lightest: #edeffc;
  --grey-light: #989898;
  --grey: #5a5a5a;
  --grey-dark: #4e4e4e;
  --grey-darker: #333038;
  --grey-darkest: #1a1a1a;
  --grey-84: #848484;
  --grey-57: #575757;
  --c-grey: #2c2c2c;
  --grey-76: #f7f6fd;
  --light-grey-text: #535353;
  --light-grey-bg: #eff0f2;
  --light-teal-bg: #5ebd79;
  --teal-lighter: #acedf0;
  --teal-light: #8bd5d8;
  --teal: #1bc8d1;
  --teal-dark: #17bcc5;
  --teal-darker: #47b4a8;
  --green-lighter: #70db99;
  --green-light: #4fd5aa;
  --green: #00b275;
  --green-dark: #4caf50;
  --green-darker: #5ebd79;
  --purlpe1-lighter: #7a82b2;
  --purlpe1-light: #9089f0;
  --purlpe1: #96f;
  --c-purple-10: #f6effe;
  --c-purple-20: #eadffc;
  --c-purple-56: #f5f6ff;
  --c-purple-80: #5820a0;
  --c-blue-50: #7179f3;
  --c-blue-10: #f5f7fb;
  --skyblue-light: #3baaca77;
  --purple-text: #40146f;
  --purple-text-light: #561c97;
  --purple-border: #724be1;
  --border-purple-light: #e3d3f5;
  --border-purple-1: #b5abff;
  --border-grey: #6a6a6a;
  --border-light-grey: #ccccd2;
  --purple-3: #2b1046;
  --c-red: #e66841;
  --c-purple-light: #f5f3ff;
  --c-purple-70: #6224b2;
  --purple-g-lightest: #f7f6fe;
  --purple-g-lighter: #ece9f4;
  --purple-g-light: #d9d5f1;
  --purple-g: #b2a9d4;
  --purple-g-dark: #4e4e4e;
  --purple-g-darker: #333038;
  --purple-g-darkest: #1a1a1a;
  --purple-g-90: #4d2490;
  --purple-2-lightest: #f8f7ff;
  --purple-2-lighter: #bb99ea;
  --purple-2-light: #a57ddb;
  --purple-2: #9368cd;
  --purple-2-dark: #6300b3;
  --purple-2-darker: #260947;
  --purple-2-darker2: #3b1b6b;
  --dark-50: #3a434e;
  --dark-40: #4e5a69;
  --dark-70: #1a1f23;
  --pink-lighter: #ffc0ff;
  --pink-light: #ff74ff;
  --pink: #d71bdc;
  --pink-darker: #b23ab5;
  --pink-darker: #d9bdfe;
  --grey-text-1: #828282;
  --black-text-1: #2f2f2f;
  --skin: #ffd498;
  --skin-dark: #ffb598;
  --corange-lightest: #ffe848;
  --corange-lighter: #ffdb6c;
  --corange-light: #ffbe00;
  --corange-default: #fcad02;
  --corange-dark: #fb9501;
  --corange-darker: #f67701;
  --corange-darkest: #885e46;
  --orange-light: #ffdf7e;
  --orange-default: #fdc002;
  --orange-dark: #eb8f35;
  --orange-darker: #e37425;
  --teal-default: #4fd5aa;
  --teal-dark: #55c4b8;
  --turquoise-default: #3bd0d7;
  --purple-darkest: #341059;
  --purple-default: #9368cd;
  --purple-light: #6548c0;
  --purple-dark: #541a96;
  --light-black: #272727;
  --dark-grey: #979797;
  --dark-grey-30: #373538;
  --lavendar: #ae97ed;
  --lavendar-light: #c2a5e2;
  --white-opacity-50: #ffffff80;
  --white: #fff;
  --light-purple-1: #c0a7e040;
  --light-purple-2: #f6effe40;
  --black-dark-80: #121418;
  --text-light: #4a4a4a;
  --c-lavender: #f4f3ff;
  --category-purple: #e9d8ff;
  --category-teal: #b0ebe5;
  --category-yellow: #ffe7b8;
  --font-raleway: "Raleway", sans-serif;
}
[data-theme="dark"] {
  --orange-light: #ffdf7e;
  --orange-default: #fdc002;
  --orange-dark: #fb8c01;
  --orange-darker: #e37425;
}
*,
:after,
:before {
  box-sizing: inherit;
}
* {
  font-size: 16px;
}
html {
  height: 100%;
  box-sizing: border-box;
  touch-action: manipulation;
  font-feature-settings: "case1", "rlig1", "calt0";
}
body,
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  font-family: var(--font-raleway);
  background-color: #fbf8f3;
  color: var(--text-primary);
}
body {
  position: relative;
  min-height: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:focus {
  outline: none !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.react-mk-body-2 p,
.react-mk-body-2 strong {
  font-size: 14px;
}
.fit {
  min-height: calc(100vh - 88px);
}
.carousel.carousel-slider > .control-dots > .dot.selected {
  background: var(--purple-2-dark);
}
.carousel.carousel-slider > .control-dots > .dot {
  background: var(--purple-light);
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9fa6b2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9fa6b2;
}
input::placeholder,
textarea::placeholder {
  color: #9fa6b2;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video,
img,
video {
  max-width: 100%;
  height: auto;
}
.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;
  }
}
.heading-2 {
  font-size: 2.25rem;
  line-height: 3rem;
}
.heading-2,
.heading-2-2 {
  font-family: Red Hat Display, sans-serif;
}
.heading-2-2 {
  font-size: 2rem;
  line-height: 2.625rem;
}
.heading-3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.heading-3,
.heading-4 {
  font-family: Red Hat Display, sans-serif;
}
.heading-4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.heading-5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.heading-5,
.heading-6 {
  font-family: Red Hat Display, sans-serif;
}
.heading-6 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.sub-heading-1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.sub-heading-1,
.sub-heading-2 {
  font-family: Nunito Sans, sans-serif;
}
.sub-heading-2 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.body-1 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.body-1,
.body-2 {
  font-family: Nunito Sans, sans-serif;
}
.body-2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.body-3 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.body-3,
.caption {
  font-family: Nunito Sans, sans-serif;
}
.caption {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.footer {
  font-family: Nunito Sans, sans-serif;
  font-size: 0.5rem;
  line-height: 0.625rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 220, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 166, 178, var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 47, 63, var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 128, 128, var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 82, 82, var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 236, 220, var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 246, 178, var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 225, 188, var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 196, 141, var(--tw-bg-opacity));
}
.bg-green-darker {
  background-color: var(--green-darker);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 245, 246, var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 248, var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 235, 254, var(--tw-bg-opacity));
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 148, 250, var(--tw-bg-opacity));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
.bg-c_orange-dark {
  background-color: var(--orange-dark);
}
.bg-c_teal-light {
  background-color: var(--light-teal-bg);
}
.bg-c_blue-10 {
  background-color: var(--c-blue-10);
}
.bg-c_blue-50 {
  background-color: var(--c-blue-50);
}
.bg-c_purple-10 {
  background-color: var(--c-purple-10);
}
.bg-c_purple-20 {
  background-color: var(--c-purple-20);
}
.bg-c_purple-56 {
  background-color: var(--c-purple-56);
}
.bg-c_purple-70 {
  background-color: var(--c-purple-70);
}
.bg-c_purple-light {
  background-color: var(--c-purple-light);
}
.bg-c_purple-dark {
  background-color: var(--purple-dark);
}
.bg-c_white-opacity50 {
  background-color: var(--white-opacity-50);
}
.bg-grey-50 {
  background-color: var(--light-grey-bg);
}
.bg-grey-lightest {
  background-color: var(--grey-lightest);
}
.bg-purple_3-lighter {
  background-color: var(--purple-light);
}
.bg-purple_3 {
  background-color: var(--purple-text);
}
.bg-purple_g-lightest {
  background-color: var(--purple-g-lightest);
}
.bg-purple_g-lighter {
  background-color: var(--purple-g-lighter);
}
.bg-purple_g-light {
  background-color: var(--purple-g-light);
}
.bg-purple_g {
  background-color: var(--purple-g);
}
.bg-purple_g-dark {
  background-color: var(--purple-text-light);
}
.bg-purple2-lightest {
  background-color: var(--purple-2-lightest);
}
.bg-purple2-darker {
  background-color: var(--purple-2-darker);
}
.bg-c_lavender {
  background-color: var(--c-lavender);
}
.bg-crejo-orange-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 214, var(--tw-bg-opacity));
}
.bg-crejo-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 169, 90, var(--tw-bg-opacity));
}
.bg-crejo-orange-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 147, 49, var(--tw-bg-opacity));
}
.bg-crejo-orange-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 132, 44, var(--tw-bg-opacity));
}
.bg-crejo-purple-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 239, 254, var(--tw-bg-opacity));
}
.bg-crejo-purple-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 212, 252, var(--tw-bg-opacity));
}
.bg-crejo-purple-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 167, 224, var(--tw-bg-opacity));
}
.bg-crejo-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 80, 193, var(--tw-bg-opacity));
}
.bg-crejo-purple-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 58, 186, var(--tw-bg-opacity));
}
.bg-crejo-purple-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 36, 178, var(--tw-bg-opacity));
}
.bg-crejo-purple-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 5, 38, var(--tw-bg-opacity));
}
.bg-crejo-dark-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 90, 105, var(--tw-bg-opacity));
}
.bg-crejo-light-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-crejo-light-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 247, 251, var(--tw-bg-opacity));
}
.bg-crejo-green-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 242, 228, var(--tw-bg-opacity));
}
.bg-crejo-green-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 170, 109, var(--tw-bg-opacity));
}
.bg-crejo-red-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 238, 237, var(--tw-bg-opacity));
}
.bg-crejo-red-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 101, 90, var(--tw-bg-opacity));
}
.bg-crejo-blue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 87, 240, var(--tw-bg-opacity));
}
.bg-purple-pink-light {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 212, 252, var(--tw-bg-opacity));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 239, 252, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity));
}
.hover\:bg-purple_3:hover {
  background-color: var(--purple-text);
}
.hover\:bg-crejo-orange-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 235, var(--tw-bg-opacity));
}
.hover\:bg-crejo-orange-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 147, 49, var(--tw-bg-opacity));
}
.hover\:bg-crejo-orange-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 132, 44, var(--tw-bg-opacity));
}
.hover\:bg-crejo-purple-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 239, 254, var(--tw-bg-opacity));
}
.hover\:bg-crejo-purple-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 36, 178, var(--tw-bg-opacity));
}
.hover\:bg-crejo-purple-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 32, 160, var(--tw-bg-opacity));
}
.hover\:bg-crejo-blue-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 78, 216, var(--tw-bg-opacity));
}
.active\:bg-crejo-orange-70:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 147, 49, var(--tw-bg-opacity));
}
.active\:bg-crejo-purple-70:active {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 36, 178, var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-c_skyblue-light {
  --tw-gradient-from: var(--skyblue-light);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, hsla(0, 0%, 100%, 0));
}
.from-purple_g {
  --tw-gradient-from: var(--purple-g);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, hsla(0, 0%, 100%, 0));
}
.to-white {
  --tw-gradient-to: #fff;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 30, 46, var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 128, 128, var(--tw-border-opacity));
}
.border-red {
  border-color: var(--c-red);
}
.border-orange-darker {
  border-color: var(--orange-darker);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 196, 141, var(--tw-border-opacity));
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 189, 202, var(--tw-border-opacity));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 215, 254, var(--tw-border-opacity));
}
.border-cool-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}
.border-c_purple-dark {
  border-color: var(--purple-dark);
}
.border-b_purple-light {
  border-color: var(--border-purple-light);
}
.border-grey {
  border-color: var(--border-grey);
}
.border-c_grey-light {
  border-color: var(--border-light-grey);
}
.border-purple1-lighter {
  border-color: var(--purlpe1-lighter);
}
.border-purple_3-light {
  border-color: var(--border-purple-1);
}
.border-purple_3 {
  border-color: var(--purple-text);
}
.border-lavendar-light {
  border-color: var(--lavendar-light);
}
.border-purple_g-lighter {
  border-color: var(--purple-g-lighter);
}
.border-purple_g-light {
  border-color: var(--purple-g-light);
}
.border-purple_g {
  border-color: var(--purple-g);
}
.border-purple_g-dark {
  border-color: var(--purple-text-light);
}
.border-purple2-darker2 {
  border-color: var(--purple-2-darker2);
}
.border-crejo-orange-30 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 212, 173, var(--tw-border-opacity));
}
.border-crejo-orange-70 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 147, 49, var(--tw-border-opacity));
}
.border-crejo-purple-20 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 212, 252, var(--tw-border-opacity));
}
.border-crejo-purple-30 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 167, 224, var(--tw-border-opacity));
}
.border-crejo-purple,
.border-crejo-purple-70 {
  --tw-border-opacity: 1;
  border-color: rgba(98, 36, 178, var(--tw-border-opacity));
}
.border-crejo-dark-20 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 141, 156, var(--tw-border-opacity));
}
.border-crejo-dark-40 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 90, 105, var(--tw-border-opacity));
}
.border-crejo-dark-50 {
  --tw-border-opacity: 1;
  border-color: rgba(58, 67, 78, var(--tw-border-opacity));
}
.border-crejo-light-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-crejo-light-40 {
  --tw-border-opacity: 1;
  border-color: rgba(223, 225, 229, var(--tw-border-opacity));
}
.border-crejo-light-50 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 206, 214, var(--tw-border-opacity));
}
.border-crejo-red-70 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 101, 90, var(--tw-border-opacity));
}
.border-form-purple {
  --tw-border-opacity: 1;
  border-color: rgba(86, 28, 151, var(--tw-border-opacity));
}
.border-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgba(151, 151, 151, var(--tw-border-opacity));
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.rounded-40 {
  border-radius: 2.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-0\.2 {
  border-width: 0.2px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r-0\.2 {
  border-right-width: 0.2px;
}
.border-b-0\.2 {
  border-bottom-width: 0.2px;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-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;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-self-center {
  justify-self: center;
}
.flex-1 {
  flex: 1 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.order-last {
  order: 9999;
}
.float-right {
  float: right;
}
.font-raleway {
  font-family: Raleway;
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.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;
}
.font-black {
  font-weight: 900;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-13 {
  height: 3.25rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 3.75rem;
}
.h-16 {
  height: 4rem;
}
.h-18 {
  height: 4.5rem;
}
.h-20 {
  height: 5rem;
}
.h-22 {
  height: 5.5rem;
}
.h-24 {
  height: 6rem;
}
.h-25 {
  height: 6.25rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-100 {
  height: 25rem;
}
.h-125 {
  height: 31.5rem;
}
.h-200 {
  height: 50rem;
}
.h-1000 {
  height: 1000px;
}
.h-1200 {
  height: 1200px;
}
.h-auto {
  height: auto;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-3\/5 {
  height: 60%;
}
.h-4\/5 {
  height: 80%;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-5\/12 {
  height: 41.666667%;
}
.h-7\/12 {
  height: 58.333333%;
}
.h-10\/12 {
  height: 83.333333%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-50v {
  height: 50vh;
}
.h-60v {
  height: 60vh;
}
.h-65v {
  height: 65vh;
}
.h-75v {
  height: 75vh;
}
.h-90v {
  height: 90vh;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-lg,
.text-xl {
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-tiny {
  font-size: 0.625rem;
}
.text-2\.2xl {
  font-size: 1.375rem;
}
.text-2\.6xl {
  font-size: 1.625rem;
}
.text-2\.8xl {
  font-size: 1.75rem;
}
.text-3\.2xl {
  font-size: 2rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.list-none {
  list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.ml-15 {
  margin-left: 3.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.ml-24 {
  margin-left: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-4\/12 {
  margin-top: -33.33333%;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-70v {
  max-height: 70vh;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-1\/2 {
  max-width: 50%;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-6 {
  min-height: 3rem;
}
.min-h-8 {
  min-height: 8rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-15 {
  min-height: 3.75rem;
}
.min-h-50 {
  min-height: 12.5rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-128 {
  min-height: 32rem;
}
.min-h-3\/4 {
  min-height: 75%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-7\.5 {
  min-height: 1.875rem;
}
.min-h-8\.5 {
  min-height: 2rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-11 {
  min-width: 2.75rem;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-27 {
  min-width: 6.75rem;
}
.min-w-30 {
  min-width: 7.5rem;
}
.min-w-34 {
  min-width: 8.5rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-7\.5 {
  min-width: 1.875rem;
}
.min-w-8\.5 {
  min-width: 2rem;
}
.min-w-4\/5 {
  min-width: 80%;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.group:hover .group-hover\:opacity-100,
.opacity-100 {
  opacity: 1;
}
.focus\:outline-none:focus,
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.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;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-13 {
  padding-left: 3.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pl-24 {
  padding-left: 6rem;
}
.odd\:pr-2:nth-child(odd) {
  padding-right: 0.5rem;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.inset-x-0 {
  right: 0;
  left: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-1 {
  top: 0.25rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-3 {
  left: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.right-8 {
  right: 2rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-8 {
  left: 2rem;
}
.right-10 {
  right: 2.5rem;
}
.right-12 {
  right: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.right-40 {
  right: 10rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.right-3\.5 {
  right: 0.875rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2\/5 {
  top: 40%;
}
.left-1\/12 {
  left: 8.333333%;
}
.top-3\/12 {
  top: 25%;
}
.-left-2 {
  left: -0.5rem;
}
.-right-4 {
  right: -1rem;
}
.-right-6 {
  right: -1.5rem;
}
.-left-6 {
  left: -1.5rem;
}
.-top-8 {
  top: -2rem;
}
.-top-12 {
  top: -3rem;
}
.resize {
  resize: both;
}
* {
  --tw-shadow: 0 0 #0000;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow,
.shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg,
.shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-darker-orange-lg,
.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-darker-orange-lg {
  --tw-shadow: 0px 8px 0 var(--orange-darker), 0 8px 29px 0 rgba(0, 0, 0, 0.5);
}
.shadow-light-white {
  --tw-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.19);
}
.shadow-light-grey,
.shadow-light-white {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-light-grey {
  --tw-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.14);
}
.shadow-lighter-grey {
  --tw-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
}
.shadow-card-lg,
.shadow-lighter-grey {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card-lg {
  --tw-shadow: 0 1px 20px 0 rgb(0 0 0/14%);
}
.shadow-filled-lg {
  --tw-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
}
.shadow-filled-lg,
.shadow-filled-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-filled-sm {
  --tw-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.15);
}
.shadow-outline-lg {
  --tw-shadow: inset 0px -6px 0px rgba(245, 147, 49, 0.2);
}
.shadow-outline-lg,
.shadow-outline-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-outline-sm {
  --tw-shadow: inset 0px -4px 0px rgba(245, 147, 49, 0.2);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.focus\:shadow-outline:focus,
.hover\:shadow-md:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-outline:focus {
  --tw-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45);
}
.active\:shadow-darker-orange-sm:active {
  --tw-shadow: 0px 4px 0 var(--orange-darker), 0 8px 29px 0 rgba(0, 0, 0, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
* {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);

  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(63, 131, 248, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
.fill-current {
  fill: currentColor;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-current {
  color: currentColor;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(159, 166, 178, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(249, 128, 128, var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(240, 82, 82, var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(200, 30, 30, var(--tw-text-opacity));
}
.text-red {
  color: var(--c-red);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 90, 31, var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 52, 3, var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(227, 160, 8, var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(49, 196, 141, var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 159, 110, var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 122, 85, var(--tw-text-opacity));
}
.text-green-dark {
  color: var(--green-dark);
}
.text-green-darker {
  color: var(--green-darker);
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgba(78, 50, 157, var(--tw-text-opacity));
}
.text-cool-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(151, 166, 186, var(--tw-text-opacity));
}
.text-cool-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(54, 65, 82, var(--tw-text-opacity));
}
.text-cool-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 48, 63, var(--tw-text-opacity));
}
.text-cool-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 46, var(--tw-text-opacity));
}
.text-c_orange {
  color: var(--orange-default);
}
.text-c_orange-dark {
  color: var(--orange-dark);
}
.text-c_teal {
  color: var(--teal-default);
}
.text-c_teal-dark {
  color: var(--teal-dark);
}
.text-c_blue-50 {
  color: var(--c-blue-50);
}
.text-c_purple-70 {
  color: var(--c-purple-70);
}
.text-c_purple-80 {
  color: var(--c-purple-80);
}
.text-c_purple-dark {
  color: var(--purple-dark);
}
.text-c_turquoise {
  color: var(--turquoise-default);
}
.text-grey-84 {
  color: var(--grey-84);
}
.text-grey-light {
  color: var(--grey-light);
}
.text-grey-dark {
  color: var(--grey-dark);
}
.text-c_grey {
  color: var(--c-grey);
}
.text-c_dark-50 {
  color: var(--dark-50);
}
.text-purple1-lighter {
  color: var(--purlpe1-lighter);
}
.text-purple_3-lighter {
  color: var(--purple-light);
}
.text-purple_3 {
  color: var(--purple-text);
}
.text-purple_3-dark {
  color: var(--purple-3);
}
.text-purple_g-90 {
  color: var(--purple-g-90);
}
.text-purple_g-light {
  color: var(--purple-g-light);
}
.text-purple_g-dark {
  color: var(--purple-text-light);
}
.text-purple2-dark {
  color: var(--purple-2-dark);
}
.text-purple2-darker2 {
  color: var(--purple-2-darker2);
}
.text-crejo-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 169, 90, var(--tw-text-opacity));
}
.text-crejo-orange-70 {
  --tw-text-opacity: 1;
  color: rgba(245, 147, 49, var(--tw-text-opacity));
}
.text-crejo-orange-80 {
  --tw-text-opacity: 1;
  color: rgba(221, 132, 44, var(--tw-text-opacity));
}
.text-crejo-teal-70 {
  --tw-text-opacity: 1;
  color: rgba(36, 178, 169, var(--tw-text-opacity));
}
.text-crejo-teal-80 {
  --tw-text-opacity: 1;
  color: rgba(32, 160, 152, var(--tw-text-opacity));
}
.text-crejo-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(129, 80, 193, var(--tw-text-opacity));
}
.text-crejo-purple-60 {
  --tw-text-opacity: 1;
  color: rgba(114, 58, 186, var(--tw-text-opacity));
}
.text-crejo-purple-70 {
  --tw-text-opacity: 1;
  color: rgba(98, 36, 178, var(--tw-text-opacity));
}
.text-crejo-purple-80 {
  --tw-text-opacity: 1;
  color: rgba(88, 32, 160, var(--tw-text-opacity));
}
.text-crejo-dark-10 {
  --tw-text-opacity: 1;
  color: rgba(140, 153, 168, var(--tw-text-opacity));
}
.text-crejo-dark-20 {
  --tw-text-opacity: 1;
  color: rgba(129, 141, 156, var(--tw-text-opacity));
}
.text-crejo-dark-30 {
  --tw-text-opacity: 1;
  color: rgba(100, 114, 130, var(--tw-text-opacity));
}
.text-crejo-dark-40 {
  --tw-text-opacity: 1;
  color: rgba(78, 90, 105, var(--tw-text-opacity));
}
.text-crejo-dark-50 {
  --tw-text-opacity: 1;
  color: rgba(58, 67, 78, var(--tw-text-opacity));
}
.text-crejo-dark-60 {
  --tw-text-opacity: 1;
  color: rgba(36, 42, 48, var(--tw-text-opacity));
}
.text-crejo-dark-70 {
  --tw-text-opacity: 1;
  color: rgba(26, 31, 35, var(--tw-text-opacity));
}
.text-crejo-dark-80 {
  --tw-text-opacity: 1;
  color: rgba(18, 20, 24, var(--tw-text-opacity));
}
.text-crejo-light-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-crejo-light-50 {
  --tw-text-opacity: 1;
  color: rgba(201, 206, 214, var(--tw-text-opacity));
}
.text-crejo-light-80 {
  --tw-text-opacity: 1;
  color: rgba(148, 161, 176, var(--tw-text-opacity));
}
.text-crejo-green-70 {
  --tw-text-opacity: 1;
  color: rgba(94, 189, 121, var(--tw-text-opacity));
}
.text-crejo-green-80 {
  --tw-text-opacity: 1;
  color: rgba(85, 170, 109, var(--tw-text-opacity));
}
.text-crejo-red-70 {
  --tw-text-opacity: 1;
  color: rgba(237, 101, 90, var(--tw-text-opacity));
}
.text-crejo-blue-70 {
  --tw-text-opacity: 1;
  color: rgba(78, 87, 240, var(--tw-text-opacity));
}
.text-tile {
  --tw-text-opacity: 1;
  color: rgba(87, 179, 160, var(--tw-text-opacity));
}
.text-light-grey {
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgba(32, 32, 32, var(--tw-text-opacity));
}
.text-darker {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}
.text-light-black {
  color: var(--light-black);
}
.text-grey-lighter {
  color: var(--text-light);
}
.text-purple-light {
  color: var(--purple-text-light);
}
.text-black-1 {
  color: var(--black-text-1);
}
.text-light-grey-text {
  color: var(--light-grey-text);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-crejo-orange-80:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 132, 44, var(--tw-text-opacity));
}
.hover\:text-crejo-purple-80:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 32, 160, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
}
.overflow-ellipsis,
.truncate {
  text-overflow: ellipsis;
}
.overflow-clip {
  text-overflow: clip;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.w-0 {
  width: 0;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-13 {
  width: 3.25rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-25 {
  width: 6.25rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-30\% {
  width: 30%;
}
.w-90\% {
  width: 90%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.-z-1 {
  z-index: -1;
}
.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}
.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.gap-x-3 {
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-6 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.active\:transform:active,
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.rotate-90 {
  --tw-rotate: 90deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}
.active\:translate-y-1:active,
.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-700 {
  transition-duration: 0.7s;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    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);
  }
}
@keyframes bounce {
  0%,
  to {
    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);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 640px) {
  .sm\:display-1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }
  .sm\:display-1,
  .sm\:display-2 {
    font-family: Red Hat Display, sans-serif;
  }
  .sm\:display-2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .sm\:heading-1 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
  .sm\:heading-1,
  .sm\:heading-2 {
    font-family: Red Hat Display, sans-serif;
  }
  .sm\:heading-2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .sm\:heading-2-2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  .sm\:heading-2-2,
  .sm\:heading-3 {
    font-family: Red Hat Display, sans-serif;
  }
  .sm\:heading-3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .sm\:heading-4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:heading-4,
  .sm\:heading-5 {
    font-family: Red Hat Display, sans-serif;
  }
  .sm\:heading-5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:heading-6 {
    font-family: Red Hat Display, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .sm\:sub-heading-1 {
    font-family: Nunito Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:sub-heading-2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .sm\:body-1,
  .sm\:sub-heading-2 {
    font-family: Nunito Sans, sans-serif;
  }
  .sm\:body-1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:body-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:body-2,
  .sm\:body-3 {
    font-family: Nunito Sans, sans-serif;
  }
  .sm\:body-3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .sm\:border-crejo-dark-50 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 67, 78, var(--tw-border-opacity));
  }
  .sm\:rounded-md {
    border-radius: 0.375rem;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem;
  }
  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .sm\:border-2 {
    border-width: 2px;
  }
  .sm\:border-r-2 {
    border-right-width: 2px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-baseline {
    align-items: baseline;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:flex-1 {
    flex: 1 1;
  }
  .sm\:flex-initial {
    flex: 0 1 auto;
  }
  .sm\:font-bold {
    font-weight: 700;
  }
  .sm\:font-black {
    font-weight: 900;
  }
  .sm\:h-6 {
    height: 1.5rem;
  }
  .sm\:h-7 {
    height: 1.75rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:h-24 {
    height: 6rem;
  }
  .sm\:h-28 {
    height: 7rem;
  }
  .sm\:h-32 {
    height: 8rem;
  }
  .sm\:h-36 {
    height: 9rem;
  }
  .sm\:h-40 {
    height: 10rem;
  }
  .sm\:h-44 {
    height: 11rem;
  }
  .sm\:h-56 {
    height: 14rem;
  }
  .sm\:h-72 {
    height: 18rem;
  }
  .sm\:h-96 {
    height: 24rem;
  }
  .sm\:h-100 {
    height: 25rem;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:h-screen {
    height: 100vh;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-tiny {
    font-size: 0.625rem;
  }
  .sm\:text-2\.2xl {
    font-size: 1.375rem;
  }
  .sm\:text-2\.6xl {
    font-size: 1.625rem;
  }
  .sm\:leading-8 {
    line-height: 2rem;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mr-4 {
    margin-right: 1rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mt-24 {
    margin-top: 6rem;
  }
  .sm\:-mt-4 {
    margin-top: -1rem;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
  .sm\:-mt-15 {
    margin-top: -3.75rem;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .sm\:max-w-screen-sm {
    max-width: 640px;
  }
  .sm\:min-h-8 {
    min-height: 8rem;
  }
  .sm\:min-h-11 {
    min-height: 2.75rem;
  }
  .sm\:min-h-128 {
    min-height: 32rem;
  }
  .sm\:min-h-8\.5 {
    min-height: 2rem;
  }
  .sm\:min-w-11 {
    min-width: 2.75rem;
  }
  .sm\:min-w-45 {
    min-width: 11.25rem;
  }
  .sm\:min-w-120 {
    min-width: 30rem;
  }
  .sm\:min-w-130 {
    min-width: 32.5rem;
  }
  .sm\:min-w-8\.5 {
    min-width: 2rem;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem;
  }
  .sm\:pr-3 {
    padding-right: 0.75rem;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-7 {
    padding-left: 1.75rem;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:pt-11 {
    padding-top: 2.75rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:left-4 {
    left: 1rem;
  }
  .sm\:right-5 {
    right: 1.25rem;
  }
  .sm\:top-6 {
    top: 1.5rem;
  }
  .sm\:right-6 {
    right: 1.5rem;
  }
  .sm\:left-6 {
    left: 1.5rem;
  }
  .sm\:right-7 {
    right: 1.75rem;
  }
  .sm\:right-8 {
    right: 2rem;
  }
  .sm\:left-1\/4 {
    left: 25%;
  }
  .sm\:top-4\/12 {
    top: 33.333333%;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-purple_3-lighter {
    color: var(--purple-light);
  }
  .sm\:w-8 {
    width: 2rem;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-24 {
    width: 6rem;
  }
  .sm\:w-28 {
    width: 7rem;
  }
  .sm\:w-32 {
    width: 8rem;
  }
  .sm\:w-36 {
    width: 9rem;
  }
  .sm\:w-44 {
    width: 11rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-4\/6 {
    width: 66.666667%;
  }
  .sm\:w-3\/12 {
    width: 25%;
  }
  .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .sm\:w-10\/12 {
    width: 83.333333%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (min-width: 768px) {
  .md\:heading-1 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
  .md\:heading-1,
  .md\:heading-3 {
    font-family: Red Hat Display, sans-serif;
  }
  .md\:heading-3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .md\:heading-4 {
    font-family: Red Hat Display, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:sub-heading-1 {
    font-family: Nunito Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:sub-heading-2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .md\:body-1,
  .md\:sub-heading-2 {
    font-family: Nunito Sans, sans-serif;
  }
  .md\:body-1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:body-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:body-2,
  .md\:body-3 {
    font-family: Nunito Sans, sans-serif;
  }
  .md\:body-3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:bg-crejo-light-20 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 247, 251, var(--tw-bg-opacity));
  }
  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }
  .md\:rounded-xl {
    border-radius: 0.75rem;
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-3 {
    border-width: 3px;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:font-extrabold {
    font-weight: 800;
  }
  .md\:font-black {
    font-weight: 900;
  }
  .md\:h-3 {
    height: 0.75rem;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-9 {
    height: 2.25rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-15 {
    height: 3.75rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-18 {
    height: 4.5rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-28 {
    height: 7rem;
  }
  .md\:h-32 {
    height: 8rem;
  }
  .md\:h-36 {
    height: 9rem;
  }
  .md\:h-40 {
    height: 10rem;
  }
  .md\:h-44 {
    height: 11rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-52 {
    height: 13rem;
  }
  .md\:h-56 {
    height: 14rem;
  }
  .md\:h-64 {
    height: 16rem;
  }
  .md\:h-72 {
    height: 18rem;
  }
  .md\:h-80 {
    height: 20rem;
  }
  .md\:h-96 {
    height: 24rem;
  }
  .md\:h-125 {
    height: 31.5rem;
  }
  .md\:h-150 {
    height: 37.5rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-50v {
    height: 50vh;
  }
  .md\:h-60v {
    height: 60vh;
  }
  .md\:h-65v {
    height: 65vh;
  }
  .md\:h-70v {
    height: 70vh;
  }
  .md\:h-75v {
    height: 75vh;
  }
  .md\:h-90v {
    height: 90vh;
  }
  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-2\.2xl {
    font-size: 1.375rem;
  }
  .md\:text-2\.6xl {
    font-size: 1.625rem;
  }
  .md\:text-2\.8xl {
    font-size: 1.75rem;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-9 {
    margin-left: 2.25rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-13 {
    margin-bottom: 3.25rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mt-15 {
    margin-top: 3.75rem;
  }
  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:ml-32 {
    margin-left: 8rem;
  }
  .md\:mt-44 {
    margin-top: 11rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .md\:-mt-8 {
    margin-top: -2rem;
  }
  .md\:-mt-11 {
    margin-top: -2.75rem;
  }
  .md\:-mt-12 {
    margin-top: -3rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:-mt-28 {
    margin-top: -7rem;
  }
  .md\:-mt-40 {
    margin-top: -10rem;
  }
  .md\:-mt-44 {
    margin-top: -11rem;
  }
  .md\:max-w-36 {
    max-width: 9rem;
  }
  .md\:max-w-sm {
    max-width: 24rem;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:max-w-screen-md {
    max-width: 768px;
  }
  .md\:max-w-screen-lg {
    max-width: 1024px;
  }
  .md\:max-w-screen-xl {
    max-width: 1280px;
  }
  .md\:min-h-96 {
    min-height: 24rem;
  }
  .md\:min-w-28 {
    min-width: 7rem;
  }
  .md\:min-w-34 {
    min-width: 8.5rem;
  }
  .md\:min-w-36 {
    min-width: 9rem;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-9 {
    padding: 2.25rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-11 {
    padding: 2.75rem;
  }
  .md\:p-15 {
    padding: 3.75rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pl-7 {
    padding-left: 1.75rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:bottom-2 {
    bottom: 0.5rem;
  }
  .md\:top-4 {
    top: 1rem;
  }
  .md\:bottom-4 {
    bottom: 1rem;
  }
  .md\:right-6 {
    right: 1.5rem;
  }
  .md\:left-6 {
    left: 1.5rem;
  }
  .md\:right-10 {
    right: 2.5rem;
  }
  .md\:right-12 {
    right: 3rem;
  }
  .md\:left-1\/5 {
    left: 20%;
  }
  .md\:left-2\/5 {
    left: 40%;
  }
  .md\:-bottom-1 {
    bottom: -0.25rem;
  }
  .md\:-left-6 {
    left: -1.5rem;
  }
  .md\:-top-16 {
    top: -4rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
  .md\:whitespace-normal {
    white-space: normal;
  }
  .md\:whitespace-pre-line {
    white-space: pre-line;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-5 {
    width: 1.25rem;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-9 {
    width: 2.25rem;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-28 {
    width: 7rem;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-52 {
    width: 13rem;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-2\/12 {
    width: 16.666667%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-30\% {
    width: 30%;
  }
  .md\:w-90\% {
    width: 90%;
  }
  .md\:w-31\% {
    width: 31%;
  }
  .md\:z-10 {
    z-index: 10;
  }
  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }
  .md\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .md\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .md\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .md\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .md\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .md\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .md\:grid-flow-row {
    grid-auto-flow: row;
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .md\:transform-none {
    transform: none;
  }
  .md\:odd\:transform:nth-child(odd) {
    --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;
    transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y));
  }
  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }
  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }
  .md\:odd\:-translate-y-32:nth-child(odd) {
    --tw-translate-y: -8rem;
  }
  .md\:odd\:-translate-y-40:nth-child(odd) {
    --tw-translate-y: -10rem;
  }
  .md\:odd\:-translate-y-48:nth-child(odd) {
    --tw-translate-y: -12rem;
  }
  .md\:odd\:-translate-y-56:nth-child(odd) {
    --tw-translate-y: -14rem;
  }
  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:heading-1 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
  .lg\:heading-1,
  .lg\:heading-3 {
    font-family: Red Hat Display, sans-serif;
  }
  .lg\:heading-3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .lg\:sub-heading-1 {
    font-family: Nunito Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-48 {
    height: 12rem;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:h-72 {
    height: 18rem;
  }
  .lg\:h-100 {
    height: 25rem;
  }
  .lg\:h-60v {
    height: 60vh;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-2\.2xl {
    font-size: 1.375rem;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mt-36 {
    margin-top: 9rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:even\:mt-16:nth-child(2n) {
    margin-top: 4rem;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-33 {
    padding-left: 8.25rem;
    padding-right: 8.25rem;
  }
  .lg\:px-51 {
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pr-72 {
    padding-right: 18rem;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:bottom-4 {
    bottom: 1rem;
  }
  .lg\:right-14 {
    right: 3.5rem;
  }
  .lg\:left-14 {
    left: 3.5rem;
  }
  .lg\:left-2\/12 {
    left: 16.666667%;
  }
  .lg\:-right-16 {
    right: -4rem;
  }
  .lg\:w-20 {
    width: 5rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-40 {
    width: 10rem;
  }
  .lg\:w-72 {
    width: 18rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-4\/6 {
    width: 66.666667%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-11\/12 {
    width: 91.666667%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:gap-x-9 {
    grid-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }
  .lg\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .lg\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y));
  }
  .group:hover .lg\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:h-28 {
    height: 7rem;
  }
  .xl\:h-40 {
    height: 10rem;
  }
  .xl\:h-72 {
    height: 18rem;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-4\.4xl {
    font-size: 2.75rem;
  }
  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pr-15 {
    padding-right: 3.75rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:right-20 {
    right: 5rem;
  }
  .xl\:left-20 {
    left: 5rem;
  }
  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }
  .xl\:w-20 {
    width: 5rem;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .xl\:w-7\/12 {
    width: 58.333333%;
  }
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: Raleway, -apple-system, sans-serif;
  font-feature-settings: "lnum";
  -webkit-tap-highlight-color: transparent;
}
*,
:focus,
:hover {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.custom-markdown p {
  margin-bottom: 1rem;
}
.custom-markdown ol,
.custom-markdown ul {
  list-style: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.custom-markdown li {
  margin-top: 5px;
}
.custom-markdown a {
  text-decoration: underline;
}
.dial-code {
  margin-left: 5px;
  display: none;
}
.MuiPhoneNumber-flagButton:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: grey transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  vertical-align: middle;
  margin-left: 2px;
  content: "";
}
.affiliateLandingPageCarousel .carousel.carousel-slider {
  height: 104% !important;
}
.referUserEmailSquareInputBox .MuiOutlinedInput-root {
  border-radius: 5px;
}
@media only screen and (max-width: 639px) {
  .affiliateLandingPageCarousel .carousel.carousel-slider {
    padding-bottom: 20px;
  }
}
.affiliateLandingPageCarousel
  .carousel
  .slider-wrapper.axis-horizontal
  .slider
  .slide {
  padding-bottom: 1.5rem;
}
.workshop-tags-text-animation {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background: -moz-gradient(
    linear,
    right top,
    left top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background: gradient(
    linear,
    right top,
    left top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background-size: 175px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation-name: text-animation;
  animation-name: text-animation;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-webkit-keyframes text-animation {
  0% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes text-animation {
  0% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.uploadVideoViewWrapper > video {
  max-height: 50vh;
}
div[class^="swiper_right_arrow"] {
  background-image: url(../../../img/right-arrow.svg);
  right: 0;
}
div[class^="swiper_left_arrow"],
div[class^="swiper_right_arrow"] {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 10;
}
div[class^="swiper_left_arrow"] {
  background-image: url(../../../img/left-arrow.svg);
  left: 0;
}
.hideNavigation {
  display: none;
}
.swiper-auto-height {
  height: auto !important;
  align-self: stretch;
}
.swiper_pagination_container {
  position: absolute;
  margin: 0 auto;
}
.swiper_pagination_container > .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.swiper_pagination_container > .swiper-pagination-bullet-active {
  height: 10px;
  width: 10px;
  background-color: #6224b2;
}
.reasonsAvailable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.reasonsAvailable .radio-checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e0e0e9;
}
.reasonsAvailable .radio-checkmark:after {
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f98c25;
  display: none;
  content: "";
  position: absolute;
}
.reasonsAvailable input:checked ~ .radio-checkmark {
  background-color: #fff;
  border: 2px solid #f98c25;
}
.reasonsAvailable input:checked ~ .radio-checkmark:after {
  display: block;
}
.clip-left {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 92% 50%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 92% 50%, 100% 0);
}
.clip-right {
  -webkit-clip-path: polygon(0 0, 8% 50%, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 8% 50%, 0 100%, 100% 100%, 100% 0);
}
.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
  display: none;
}
.react-horizontal-scrolling-menu--scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.swiper-upcoming-session-right-arrow {
  background-image: url(../../../img/right-arrow.svg);
  right: 0;
}
.swiper-upcoming-session-left-arrow,
.swiper-upcoming-session-right-arrow {
  background-size: 100% auto;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -40px;
  z-index: 10;
}
.swiper-upcoming-session-left-arrow {
  background-image: url(../../../img/left-arrow.svg);
  right: 40px;
}
.swiper-champion-widget-right-arrow {
  background-image: url(../../../img/right-arrow.svg);
  right: 0;
}
.swiper-champion-widget-left-arrow,
.swiper-champion-widget-right-arrow {
  background-size: 100% auto;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -40px;
  z-index: 10;
}
.swiper-champion-widget-left-arrow {
  background-image: url(../../../img/left-arrow.svg);
  right: 40px;
}
.swiper-recommended-session-right-arrow {
  background-image: url(../../../img/right-arrow.svg);
  right: 0;
}
.swiper-recommended-session-left-arrow,
.swiper-recommended-session-right-arrow {
  background-size: 100% auto;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -40px;
  z-index: 10;
}
.swiper-recommended-session-left-arrow {
  background-image: url(../../../img/left-arrow.svg);
  right: 40px;
}
.swiperPaginationCommonBullet {
  height: 10px !important;
  width: 10px !important;
  background-color: #6224b2 !important;
}
.swiperPaginationCommonBulletActive {
  height: 10px !important;
  width: 10px !important;
  background-color: #8150c1 !important;
}
.LoadingDots_animateDot__1oTrK {
  -webkit-animation: LoadingDots_bounce__PeODo 1.5s ease-in-out infinite;
  animation: LoadingDots_bounce__PeODo 1.5s ease-in-out infinite;
}
.LoadingDots_dot1__1PfgY {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.LoadingDots_dot2__b4pN7 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.LoadingDots_dot3__3IFP8 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.LoadingDots_dot4__2sGdW {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes LoadingDots_bounce__PeODo {
  0%,
  to {
    transform: none;
    opacity: 0.4;
  }
  50% {
    transform: scale(1.25) translateY(-50%);
    opacity: 1;
  }
}
@keyframes LoadingDots_bounce__PeODo {
  0%,
  to {
    transform: none;
    opacity: 0.4;
  }
  50% {
    transform: scale(1.25) translateY(-50%);
    opacity: 1;
  }
}
.Button_orange3D__1O1lt {
  text-shadow: 0 2px 4px var(--orange-dark);
  background: linear-gradient(
    to bottom,
    var(--orange-light),
    var(--orange-default) 11%,
    var(--orange-dark)
  );
}
@-webkit-keyframes SuccessCheck_rotateCircle__1z62K {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@keyframes SuccessCheck_rotateCircle__1z62K {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes SuccessCheck_iconLineTip__1fIYw {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes SuccessCheck_iconLineTip__1fIYw {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes SuccessCheck_iconLineLong__2vzYo {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes SuccessCheck_iconLineLong__2vzYo {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.SuccessCheck_success-checkmark__13WLO {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.SuccessCheck_success-checkmark__13WLO .SuccessCheck_check-icon__303sH {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.SuccessCheck_success-checkmark__13WLO .SuccessCheck_check-icon__303sH:before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.SuccessCheck_success-checkmark__13WLO .SuccessCheck_check-icon__303sH:after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: SuccessCheck_rotateCircle__1z62K 4.25s ease-in;
  animation: SuccessCheck_rotateCircle__1z62K 4.25s ease-in;
}
.SuccessCheck_success-checkmark__13WLO .SuccessCheck_check-icon__303sH:after,
.SuccessCheck_success-checkmark__13WLO .SuccessCheck_check-icon__303sH:before {
  content: "";
  height: 100px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}
.SuccessCheck_success-checkmark__13WLO
  .SuccessCheck_check-icon__303sH
  .SuccessCheck_icon-line__uGnuL {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.SuccessCheck_success-checkmark__13WLO
  .SuccessCheck_check-icon__303sH
  .SuccessCheck_icon-line__uGnuL.SuccessCheck_line-tip__kg3_A {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  -webkit-animation: SuccessCheck_iconLineTip__1fIYw 0.75s;
  animation: SuccessCheck_iconLineTip__1fIYw 0.75s;
}
.SuccessCheck_success-checkmark__13WLO
  .SuccessCheck_check-icon__303sH
  .SuccessCheck_icon-line__uGnuL.SuccessCheck_line-long__kwu_e {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  -webkit-animation: SuccessCheck_iconLineLong__2vzYo 0.75s;
  animation: SuccessCheck_iconLineLong__2vzYo 0.75s;
}
.SuccessCheck_success-checkmark__13WLO
  .SuccessCheck_check-icon__303sH
  .SuccessCheck_icon-circle__1sOuY {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.SuccessCheck_success-checkmark__13WLO
  .SuccessCheck_check-icon__303sH
  .SuccessCheck_icon-fix__3x4Y- {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}
.carousel.carousel-slider .control-arrow,
.carousel .control-arrow {
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}
.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel.carousel-slider .control-arrow:before,
.carousel .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}
.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}
.carousel .control-prev.control-arrow {
  left: 0;
}
.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}
.carousel .control-next.control-arrow {
  right: 0;
}
.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}
.carousel-root {
  outline: none;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel * {
  box-sizing: border-box;
}
.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}
.carousel .carousel {
  position: relative;
}
.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}
.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}
.carousel .thumbs {
  transition: all 0.15s ease-in;
  transform: translateZ(0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.carousel .thumb {
  transition: border 0.15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}
.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
}
.carousel .thumb img {
  vertical-align: top;
}
.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}
.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height 0.15s ease-in;
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-vertical .slider {
  flex-direction: column;
}
.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}
.carousel .slider.animated {
  transition: all 0.35s ease-in-out;
}
.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}
.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}
.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}
.carousel .slide .legend {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  transition: opacity 0.35s ease-in-out;
}
.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}
.carousel .control-dots .dot {
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}
.carousel:hover .slide .legend {
  opacity: 1;
}
.ReferralSignUpPopup_affiliateLandingPageBenefits__2AsRa p {
  font-size: 1.25rem;
  white-space: pre-line;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ReferralSignUpPopup_affiliateLandingPageBenefits__2AsRa p {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .ReferralSignUpPopup_affiliateLandingPageBenefits__2AsRa p strong {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.35rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1024px) {
  .ReferralSignUpPopup_affiliateLandingPageBenefits__2AsRa p {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
  .ReferralSignUpPopup_affiliateLandingPageBenefits__2AsRa p strong {
    display: inline-block;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    margin-top: 0.35rem;
    font-weight: 700;
  }
}

section.banner:after {
  background: linear-gradient(90deg, black ,#000000, transparent);
  position: absolute;
  width: 65%;
  left: 0;
  z-index: 4;
  content: "";
  height: 90vh;
  top: 0;
}

.rowcustom {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: -15px;
}

.a1:hover { 

  border-radius: 25px;
  background-color: #ffc85b;
}

.btn{
color: #212529;
padding: 0.rem 0rem;
font-weight: 0;
}
.pika-btn{ 
  border-radius: 0;
  color: #fff;
  -webkit-animation: c 53s linear infinite; 
  animation: c 80s linear infinite;
  background: linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgb(255 255 255 / 22%) 45.27%,rgba(133,239,49,0) 62.27%),#266c6e;
  /*background: #266c6e;*/
  padding: 12px 0;
  display: inline-block;
  font-weight:600;
  font-size: 16px;
  text-transform: capitalize;
  border: 2px solid #266c6e;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-in-out;
  z-index: 1;
}
@keyframes c {
  0% {
      background-position: -5000px 0;
  }
  
  100% {
      background-position: 5000px 0;
  }
}

.banner-btn .btn_superpro{
  display:block !important;
}
div[data-el="pikapika"] .modal__header {
  position: unset;
  box-shadow: none;
}
div[data-el="pikapika"] .modal__content p {
   padding: 0; 
   margin-bottom: 0;
}
.pika-btn:after,.pika-btn:before {
  /*background: linear-gradient(to right, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 48%) 100%);*/
  /*content: "";*/
  /*height: 155px;*/
  /*left: -85px;*/
  /*opacity: .6;*/
  /*position: absolute;*/
  /*top: -50px;*/
  /*transform: rotate(35deg);*/
  /*transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);*/
  /*width: 50px;*/
  
    background: #fff;
    content: '';
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
}
  /*box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);*/
footer div[data-el="pikapika"] .btn_superpro {
  display: block !important;
}
header .form-inline .btn_superpro{
  display:block !important;
}

.pika-btn i{
  margin-right: 5px;
  font-size: 18px;
}
.pika-btn-white i{
  margin-right: 5px;
  font-size: 18px;
}


.btn-custom {

    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #233767;
    border: 1px solid transparent;
    top : 8px;
    margin-left: -14px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    width: 150px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 1200px)
{ .container-lg-cx {
    max-width: 1282px;
} 
}

/*booking*/
.book-free {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.book-free h2{
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;

}
.book-free select {
background-color: #266C6E !important;
  color: #fff !important;
  background: linear-gradient(0deg, #266c6e, #266c6e);
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  margin-bottom: 15px;
}    
.book-free input {
  height: 55px;
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  margin-bottom: 15px;
}
/*.book-free .col-md-5 img{*/
/*    box-shadow: 5px 5px 10px #00000045;*/
/*}*/
.book-free .col-md-5 {
  padding-right: 5%;
}
.time-slot ul li {
  display: inline-block;
  width: 24%;
  margin-right: 2px;
}

.time-slot ul li input[type=radio] {
  display: none;
}
.time-slot ul li span {    
  padding: 10px;
  border: 1px solid;
  text-decoration: none;
  font-size: 14px;
  height: 55px;
  color: #3B3B3B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-slot ul li input:checked + label {
  background: #266c6e;
}
.time-slot ul li input:checked + label span{
  color: #fff;
}
.book-free .background-book img {
  position: absolute;
  width: auto;
  box-shadow: none;
}
.book-free .background-book .book1 {
  right: 5%;
  bottom: 10%;
}
.book-free .background-book .book2 {
  right: 5%;
  top: 10%;
}
.book-free .background-book .book3 {
  top: -20%;
  left: -10%;
}
.book-free .background-book .book4 {
  width: 18%;
  bottom: -20%;
  left: -8%;
}

.btn-custom_regi{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #233767;
  border: 1px solid transparent;
  top: 8px;
  margin-left: 100px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.25rem;
  width: 150px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



@media (min-width: 1000px)
{ .btn-custom_regi{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #233767;
  border: 1px solid transparent;
  top: 8px;
  margin-left: 100px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.25rem;
  width: 150px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
}
.footer-content h4{
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: 500;
}
.footer-content h4:after {
  content: ">";
  position: absolute;
  right: 10px;   
  transition: 0.3s;
}
.footer-content .faq-btn:after {   
  transform: rotate(90deg);
  transition: 0.3s;
}
.footer-content div{
  margin-bottom: 20px;
}
.footer-content p{
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 500;
}

.footer-menu li {
  list-style: none;
  margin: 5px 0;
}
.footer-menu li a{
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
footer h6{
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.rowcustom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  margin-left: -15px;
}
/*.bgcustom {

  background-image: url("../../assets/images/BG_IMg.jpg");
  height : 100%;

}*/