/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/styles.css ***!
  \****************************************************************************************************************************************/
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

.sandbox-product *,
.sandbox-product ::before,
.sandbox-product ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

.sandbox-product ::before,
.sandbox-product ::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

.sandbox-product html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.sandbox-product body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

.sandbox-product hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.sandbox-product abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.sandbox-product h1,
.sandbox-product h2,
.sandbox-product h3,
.sandbox-product h4,
.sandbox-product h5,
.sandbox-product h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.sandbox-product a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.sandbox-product b,
.sandbox-product strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

.sandbox-product code,
.sandbox-product kbd,
.sandbox-product samp,
.sandbox-product pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

.sandbox-product small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.sandbox-product sub,
.sandbox-product sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.sandbox-product sub {
  bottom: -0.25em;
}

.sandbox-product sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

.sandbox-product table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

.sandbox-product button,
.sandbox-product input,
.sandbox-product optgroup,
.sandbox-product select,
.sandbox-product textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

.sandbox-product button,
.sandbox-product select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.sandbox-product button,
.sandbox-product [type='button'],
.sandbox-product [type='reset'],
.sandbox-product [type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

.sandbox-product :-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

.sandbox-product :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.sandbox-product progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.sandbox-product ::-webkit-inner-spin-button,
.sandbox-product ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.sandbox-product [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.sandbox-product ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

.sandbox-product ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.sandbox-product summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.sandbox-product blockquote,
.sandbox-product dl,
.sandbox-product dd,
.sandbox-product h1,
.sandbox-product h2,
.sandbox-product h3,
.sandbox-product h4,
.sandbox-product h5,
.sandbox-product h6,
.sandbox-product hr,
.sandbox-product figure,
.sandbox-product p,
.sandbox-product pre {
  margin: 0;
}

.sandbox-product fieldset {
  margin: 0;
  padding: 0;
}

.sandbox-product legend {
  padding: 0;
}

.sandbox-product ol,
.sandbox-product ul,
.sandbox-product menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

.sandbox-product dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.sandbox-product textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

.sandbox-product input::-moz-placeholder, .sandbox-product textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

.sandbox-product input::placeholder,
.sandbox-product textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

.sandbox-product button,
.sandbox-product [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

.sandbox-product :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

.sandbox-product img,
.sandbox-product svg,
.sandbox-product video,
.sandbox-product canvas,
.sandbox-product audio,
.sandbox-product iframe,
.sandbox-product embed,
.sandbox-product object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

.sandbox-product img,
.sandbox-product video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

.sandbox-product [hidden] {
  display: none;
}

.sandbox-product *, .sandbox-product ::before, .sandbox-product ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.sandbox-product ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.sandbox-product .absolute {
  position: absolute;
}

.sandbox-product .relative {
  position: relative;
}

.sandbox-product .-bottom-10 {
  bottom: -2.5rem;
}

.sandbox-product .-top-16 {
  top: -4rem;
}

.sandbox-product .-top-\[1rem\] {
  top: -1rem;
}

.sandbox-product .-top-\[6rem\] {
  top: -6rem;
}

.sandbox-product .bottom-\[17\.5rem\] {
  bottom: 17.5rem;
}

.sandbox-product .bottom-\[21rem\] {
  bottom: 21rem;
}

.sandbox-product .bottom-\[22\.5rem\] {
  bottom: 22.5rem;
}

.sandbox-product .left-0 {
  left: 0px;
}

.sandbox-product .left-8 {
  left: 2rem;
}

.sandbox-product .left-\[12\.4rem\] {
  left: 12.4rem;
}

.sandbox-product .left-\[15\.5rem\] {
  left: 15.5rem;
}

.sandbox-product .left-\[16\.5rem\] {
  left: 16.5rem;
}

.sandbox-product .left-\[22\%\] {
  left: 22%;
}

.sandbox-product .right-0 {
  right: 0px;
}

.sandbox-product .right-\[2\.5rem\] {
  right: 2.5rem;
}

.sandbox-product .right-\[5rem\] {
  right: 5rem;
}

.sandbox-product .top-1\/2 {
  top: 50%;
}

.sandbox-product .top-\[10rem\] {
  top: 10rem;
}

.sandbox-product .left-10 {
  left: 2.5rem;
}

.sandbox-product .left-5 {
  left: 1.25rem;
}

.sandbox-product .top-\[6rem\] {
  top: 6rem;
}

.sandbox-product .right-1 {
  right: 0.25rem;
}

.sandbox-product .right-5 {
  right: 1.25rem;
}

.sandbox-product .top-\[1rem\] {
  top: 1rem;
}

.sandbox-product .right-\[2rem\] {
  right: 2rem;
}

.sandbox-product .right-\[1rem\] {
  right: 1rem;
}

.sandbox-product .top-\[5rem\] {
  top: 5rem;
}

.sandbox-product .z-10 {
  z-index: 10;
}

.sandbox-product .order-1 {
  order: 1;
}

.sandbox-product .order-2 {
  order: 2;
}

.sandbox-product .m-auto {
  margin: auto;
}

.sandbox-product .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.sandbox-product .mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.sandbox-product .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.sandbox-product .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.sandbox-product .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sandbox-product .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.sandbox-product .-mt-10 {
  margin-top: -2.5rem;
}

.sandbox-product .-mt-16 {
  margin-top: -4rem;
}

.sandbox-product .-mt-5 {
  margin-top: -1.25rem;
}

.sandbox-product .mb-10 {
  margin-bottom: 2.5rem;
}

.sandbox-product .ml-1 {
  margin-left: 0.25rem;
}

.sandbox-product .ml-20 {
  margin-left: 5rem;
}

.sandbox-product .ml-5 {
  margin-left: 1.25rem;
}

.sandbox-product .mr-0 {
  margin-right: 0px;
}

.sandbox-product .mr-2 {
  margin-right: 0.5rem;
}

.sandbox-product .mr-4 {
  margin-right: 1rem;
}

.sandbox-product .mr-5 {
  margin-right: 1.25rem;
}

.sandbox-product .mt-1 {
  margin-top: 0.25rem;
}

.sandbox-product .mt-10 {
  margin-top: 2.5rem;
}

.sandbox-product .mt-12 {
  margin-top: 3rem;
}

.sandbox-product .mt-14 {
  margin-top: 3.5rem;
}

.sandbox-product .mt-16 {
  margin-top: 4rem;
}

.sandbox-product .mt-20 {
  margin-top: 5rem;
}

.sandbox-product .mt-3 {
  margin-top: 0.75rem;
}

.sandbox-product .mt-4 {
  margin-top: 1rem;
}

.sandbox-product .mt-40 {
  margin-top: 10rem;
}

.sandbox-product .mt-5 {
  margin-top: 1.25rem;
}

.sandbox-product .mt-52 {
  margin-top: 13rem;
}

.sandbox-product .mt-6 {
  margin-top: 1.5rem;
}

.sandbox-product .mt-64 {
  margin-top: 16rem;
}

.sandbox-product .block {
  display: block;
}

.sandbox-product .flex {
  display: flex;
}

.sandbox-product .grid {
  display: grid;
}

.sandbox-product .hidden {
  display: none;
}

.sandbox-product .h-10 {
  height: 2.5rem;
}

.sandbox-product .h-48 {
  height: 12rem;
}

.sandbox-product .h-7 {
  height: 1.75rem;
}

.sandbox-product .h-\[10rem\] {
  height: 10rem;
}

.sandbox-product .h-\[35rem\] {
  height: 35rem;
}

.sandbox-product .h-\[40rem\] {
  height: 40rem;
}

.sandbox-product .h-auto {
  height: auto;
}

.sandbox-product .h-full {
  height: 100%;
}

.sandbox-product .w-10 {
  width: 2.5rem;
}

.sandbox-product .w-11\/12 {
  width: 91.666667%;
}

.sandbox-product .w-40 {
  width: 10rem;
}

.sandbox-product .w-7 {
  width: 1.75rem;
}

.sandbox-product .w-\[110\%\] {
  width: 110%;
}

.sandbox-product .w-\[120\%\] {
  width: 120%;
}

.sandbox-product .w-\[130\%\] {
  width: 130%;
}

.sandbox-product .w-\[14rem\] {
  width: 14rem;
}

.sandbox-product .w-\[20rem\] {
  width: 20rem;
}

.sandbox-product .w-\[25rem\] {
  width: 25rem;
}

.sandbox-product .w-\[2rem\] {
  width: 2rem;
}

.sandbox-product .w-\[5rem\] {
  width: 5rem;
}

.sandbox-product .w-\[60\%\] {
  width: 60%;
}

.sandbox-product .w-\[60rem\] {
  width: 60rem;
}

.sandbox-product .w-\[70\%\] {
  width: 70%;
}

.sandbox-product .w-\[80\%\] {
  width: 80%;
}

.sandbox-product .w-\[85\%\] {
  width: 85%;
}

.sandbox-product .w-\[90\%\] {
  width: 90%;
}

.sandbox-product .w-\[95\%\] {
  width: 95%;
}

.sandbox-product .w-full {
  width: 100%;
}

.sandbox-product .w-\[8rem\] {
  width: 8rem;
}

.sandbox-product .w-\[4rem\] {
  width: 4rem;
}

.sandbox-product .max-w-screen-2xl {
  max-width: 1536px;
}

.sandbox-product .max-w-vtex {
  max-width: 74rem;
}

.sandbox-product .flex-none {
  flex: none;
}

.sandbox-product .-translate-x-64 {
  --tw-translate-x: -16rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .-translate-x-\[5rem\] {
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .-translate-y-\[2rem\] {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .translate-y-36 {
  --tw-translate-y: 9rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .translate-y-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .-translate-y-\[5rem\] {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sandbox-product .cursor-pointer {
  cursor: pointer;
}

.sandbox-product .resize {
  resize: both;
}

.sandbox-product .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sandbox-product .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.sandbox-product .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.sandbox-product .flex-col {
  flex-direction: column;
}

.sandbox-product .flex-wrap {
  flex-wrap: wrap;
}

.sandbox-product .items-start {
  align-items: flex-start;
}

.sandbox-product .items-end {
  align-items: flex-end;
}

.sandbox-product .items-center {
  align-items: center;
}

.sandbox-product .justify-start {
  justify-content: flex-start;
}

.sandbox-product .justify-end {
  justify-content: flex-end;
}

.sandbox-product .justify-center {
  justify-content: center;
}

.sandbox-product .justify-evenly {
  justify-content: space-evenly;
}

.sandbox-product .gap-10 {
  gap: 2.5rem;
}

.sandbox-product .gap-12 {
  gap: 3rem;
}

.sandbox-product .gap-2 {
  gap: 0.5rem;
}

.sandbox-product .gap-3 {
  gap: 0.75rem;
}

.sandbox-product .gap-5 {
  gap: 1.25rem;
}

.sandbox-product .gap-8 {
  gap: 2rem;
}

.sandbox-product .gap-\[2\.5rem\] {
  gap: 2.5rem;
}

.sandbox-product .gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.sandbox-product .gap-y-20 {
  row-gap: 5rem;
}

.sandbox-product .overflow-x-hidden {
  overflow-x: hidden;
}

.sandbox-product .rounded-3xl {
  border-radius: 1.5rem;
}

.sandbox-product .rounded-full {
  border-radius: 9999px;
}

.sandbox-product .rounded-lg {
  border-radius: 0.5rem;
}

.sandbox-product .rounded-md {
  border-radius: 0.375rem;
}

.sandbox-product .rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.sandbox-product .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.sandbox-product .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.sandbox-product .rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.sandbox-product .border {
  border-width: 1px;
}

.sandbox-product .bg-black-default {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.sandbox-product .bg-red-default {
  --tw-bg-opacity: 1;
  background-color: rgb(152 31 31 / var(--tw-bg-opacity));
}

.sandbox-product .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sandbox-product .bg-cover {
  background-size: cover;
}

.sandbox-product .bg-center {
  background-position: center;
}

.sandbox-product .bg-no-repeat {
  background-repeat: no-repeat;
}

.sandbox-product .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.sandbox-product .object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.sandbox-product .object-center {
  -o-object-position: center;
     object-position: center;
}

.sandbox-product .p-2 {
  padding: 0.5rem;
}

.sandbox-product .p-4 {
  padding: 1rem;
}

.sandbox-product .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.sandbox-product .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.sandbox-product .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sandbox-product .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sandbox-product .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sandbox-product .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sandbox-product .px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.sandbox-product .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sandbox-product .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sandbox-product .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sandbox-product .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sandbox-product .pb-10 {
  padding-bottom: 2.5rem;
}

.sandbox-product .pb-20 {
  padding-bottom: 5rem;
}

.sandbox-product .pb-4 {
  padding-bottom: 1rem;
}

.sandbox-product .pb-56 {
  padding-bottom: 14rem;
}

.sandbox-product .pt-20 {
  padding-top: 5rem;
}

.sandbox-product .pb-16 {
  padding-bottom: 4rem;
}

.sandbox-product .text-center {
  text-align: center;
}

.sandbox-product .text-start {
  text-align: start;
}

.sandbox-product .font-inter {
  font-family: Inter, sans-serif;
}

.sandbox-product .font-poppins {
  font-family: Poppins, sans-serif;
}

.sandbox-product .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sandbox-product .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.sandbox-product .text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.sandbox-product .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sandbox-product .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sandbox-product .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sandbox-product .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sandbox-product .font-black {
  font-weight: 900;
}

.sandbox-product .font-bold {
  font-weight: 700;
}

.sandbox-product .font-extrabold {
  font-weight: 800;
}

.sandbox-product .font-light {
  font-weight: 300;
}

.sandbox-product .font-normal {
  font-weight: 400;
}

.sandbox-product .uppercase {
  text-transform: uppercase;
}

.sandbox-product .leading-5 {
  line-height: 1.25rem;
}

.sandbox-product .leading-\[120\.5\%\] {
  line-height: 120.5%;
}

.sandbox-product .leading-snug {
  line-height: 1.375;
}

.sandbox-product .leading-tight {
  line-height: 1.25;
}

.sandbox-product .tracking-tighter {
  letter-spacing: -0.05em;
}

.sandbox-product .text-black-default {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.sandbox-product .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sandbox-product .opacity-0 {
  opacity: 0;
}

.sandbox-product .opacity-100 {
  opacity: 1;
}

.sandbox-product .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sandbox-product .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sandbox-product .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sandbox-product .duration-500 {
  transition-duration: 500ms;
}

@media (min-width: 640px) {
  .sandbox-product .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sandbox-product .sm\:mt-0 {
    margin-top: 0px;
  }

  .sandbox-product .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sandbox-product .sm\:block {
    display: block;
  }

  .sandbox-product .sm\:hidden {
    display: none;
  }

  .sandbox-product .sm\:w-\[80\%\] {
    width: 80%;
  }

  .sandbox-product .sm\:-translate-y-\[2rem\] {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sandbox-product .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .sandbox-product .md\:-left-36 {
    left: -9rem;
  }

  .sandbox-product .md\:-left-\[6rem\] {
    left: -6rem;
  }

  .sandbox-product .md\:-top-28 {
    top: -7rem;
  }

  .sandbox-product .md\:right-14 {
    right: 3.5rem;
  }

  .sandbox-product .md\:right-20 {
    right: 5rem;
  }

  .sandbox-product .md\:top-10 {
    top: 2.5rem;
  }

  .sandbox-product .md\:-top-14 {
    top: -3.5rem;
  }

  .sandbox-product .md\:-left-\[2rem\] {
    left: -2rem;
  }

  .sandbox-product .md\:-left-\[3rem\] {
    left: -3rem;
  }

  .sandbox-product .md\:-left-\[4rem\] {
    left: -4rem;
  }

  .sandbox-product .md\:left-\[2rem\] {
    left: 2rem;
  }

  .sandbox-product .md\:left-\[1rem\] {
    left: 1rem;
  }

  .sandbox-product .md\:left-\[0rem\] {
    left: 0rem;
  }

  .sandbox-product .md\:top-5 {
    top: 1.25rem;
  }

  .sandbox-product .md\:-top-5 {
    top: -1.25rem;
  }

  .sandbox-product .md\:order-1 {
    order: 1;
  }

  .sandbox-product .md\:order-2 {
    order: 2;
  }

  .sandbox-product .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sandbox-product .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sandbox-product .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sandbox-product .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sandbox-product .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sandbox-product .md\:ml-0 {
    margin-left: 0px;
  }

  .sandbox-product .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .sandbox-product .md\:ml-20 {
    margin-left: 5rem;
  }

  .sandbox-product .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .sandbox-product .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .sandbox-product .md\:mt-0 {
    margin-top: 0px;
  }

  .sandbox-product .md\:mt-20 {
    margin-top: 5rem;
  }

  .sandbox-product .md\:mt-28 {
    margin-top: 7rem;
  }

  .sandbox-product .md\:mt-36 {
    margin-top: 9rem;
  }

  .sandbox-product .md\:mt-40 {
    margin-top: 10rem;
  }

  .sandbox-product .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .sandbox-product .md\:mt-56 {
    margin-top: 14rem !important;
  }

  .sandbox-product .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sandbox-product .md\:-mt-40 {
    margin-top: -10rem;
  }

  .sandbox-product .md\:-mt-24 {
    margin-top: -6rem;
  }

  .sandbox-product .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sandbox-product .md\:-mt-12 {
    margin-top: -3rem;
  }

  .sandbox-product .md\:-mt-16 {
    margin-top: -4rem;
  }

  .sandbox-product .md\:-mt-8 {
    margin-top: -2rem;
  }

  .sandbox-product .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sandbox-product .md\:-mt-28 {
    margin-top: -7rem;
  }

  .sandbox-product .md\:mt-80 {
    margin-top: 20rem;
  }

  .sandbox-product .md\:mt-64 {
    margin-top: 16rem;
  }

  .sandbox-product .md\:mt-72 {
    margin-top: 18rem;
  }

  .sandbox-product .md\:block {
    display: block;
  }

  .sandbox-product .md\:flex {
    display: flex;
  }

  .sandbox-product .md\:grid {
    display: grid;
  }

  .sandbox-product .md\:hidden {
    display: none;
  }

  .sandbox-product .md\:h-\[110\%\] {
    height: 110%;
  }

  .sandbox-product .md\:h-full {
    height: 100%;
  }

  .sandbox-product .md\:w-14 {
    width: 3.5rem;
  }

  .sandbox-product .md\:w-2\/3 {
    width: 66.666667%;
  }

  .sandbox-product .md\:w-\[15rem\] {
    width: 15rem;
  }

  .sandbox-product .md\:w-\[23rem\] {
    width: 23rem;
  }

  .sandbox-product .md\:w-\[25rem\] {
    width: 25rem;
  }

  .sandbox-product .md\:w-\[70\%\] {
    width: 70%;
  }

  .sandbox-product .md\:w-\[8rem\] {
    width: 8rem;
  }

  .sandbox-product .md\:w-\[90\%\] {
    width: 90%;
  }

  .sandbox-product .md\:w-full {
    width: 100%;
  }

  .sandbox-product .md\:-translate-x-\[8rem\] {
    --tw-translate-x: -8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:-translate-y-\[5rem\] {
    --tw-translate-y: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:-translate-y-\[15rem\] {
    --tw-translate-y: -15rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:-translate-y-\[10rem\] {
    --tw-translate-y: -10rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sandbox-product .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sandbox-product .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sandbox-product .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sandbox-product .md\:flex-row {
    flex-direction: row;
  }

  .sandbox-product .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sandbox-product .md\:items-start {
    align-items: flex-start;
  }

  .sandbox-product .md\:justify-center {
    justify-content: center;
  }

  .sandbox-product .md\:justify-around {
    justify-content: space-around;
  }

  .sandbox-product .md\:gap-0 {
    gap: 0px;
  }

  .sandbox-product .md\:gap-10 {
    gap: 2.5rem;
  }

  .sandbox-product .md\:gap-2 {
    gap: 0.5rem;
  }

  .sandbox-product .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sandbox-product .md\:border-r-2 {
    border-right-width: 2px;
  }

  .sandbox-product .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sandbox-product .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sandbox-product .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sandbox-product .md\:text-center {
    text-align: center;
  }

  .sandbox-product .md\:text-start {
    text-align: start;
  }

  .sandbox-product .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sandbox-product .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sandbox-product .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sandbox-product .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .sandbox-product .lg\:top-\[5rem\] {
    top: 5rem;
  }

  .sandbox-product .lg\:top-\[1rem\] {
    top: 1rem;
  }

  .sandbox-product .lg\:top-\[10rem\] {
    top: 10rem;
  }

  .sandbox-product .lg\:top-\[15rem\] {
    top: 15rem;
  }

  .sandbox-product .lg\:top-\[20rem\] {
    top: 20rem;
  }

  .sandbox-product .lg\:top-\[25rem\] {
    top: 25rem;
  }

  .sandbox-product .lg\:top-\[18rem\] {
    top: 18rem;
  }

  .sandbox-product .lg\:top-\[19rem\] {
    top: 19rem;
  }

  .sandbox-product .lg\:order-2 {
    order: 2;
  }

  .sandbox-product .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .sandbox-product .lg\:mt-0 {
    margin-top: 0px;
  }

  .sandbox-product .lg\:mt-32 {
    margin-top: 8rem;
  }

  .sandbox-product .lg\:mt-36 {
    margin-top: 9rem;
  }

  .sandbox-product .lg\:block {
    display: block;
  }

  .sandbox-product .lg\:flex {
    display: flex;
  }

  .sandbox-product .lg\:hidden {
    display: none;
  }

  .sandbox-product .lg\:h-\[45rem\] {
    height: 45rem;
  }

  .sandbox-product .lg\:h-\[750px\] {
    height: 750px;
  }

  .sandbox-product .lg\:w-\[70\%\] {
    width: 70%;
  }

  .sandbox-product .lg\:w-\[80\%\] {
    width: 80%;
  }

  .sandbox-product .lg\:w-\[800px\] {
    width: 800px;
  }

  .sandbox-product .lg\:w-\[50\%\] {
    width: 50%;
  }

  .sandbox-product .lg\:w-\[40\%\] {
    width: 40%;
  }

  .sandbox-product .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sandbox-product .lg\:items-start {
    align-items: flex-start;
  }

  .sandbox-product .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sandbox-product .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .sandbox-product .lg\:text-start {
    text-align: start;
  }

  .sandbox-product .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sandbox-product .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sandbox-product .lg\:text-black-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .sandbox-product .container-devices-security {
    height: 504px !important;
    border-radius: 1.5rem !important;
  }

  .sandbox-product .card-container {
    align-items: flex-start !important;
    background-color: transparent !important;
    border: none !important;
  }
}