/*
! tailwindcss v3.4.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)
*/

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

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

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

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[19px\] {
  margin-bottom: 19px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

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

.mt-\[-54px\] {
  margin-top: -54px;
}

.mt-\[-66px\] {
  margin-top: -66px;
}

.mt-\[-84px\] {
  margin-top: -84px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[235px\] {
  height: 235px;
}

.h-\[57px\] {
  height: 57px;
}

.h-\[90\.35px\] {
  height: 90.35px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

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

.w-\[57px\] {
  width: 57px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.max-w-\[1164px\] {
  max-width: 1164px;
}

.max-w-\[137px\] {
  max-width: 137px;
}

.max-w-\[1400px\] {
  max-width: 1400px;
}

.max-w-\[144px\] {
  max-width: 144px;
}

.max-w-\[163px\] {
  max-width: 163px;
}

.max-w-\[177px\] {
  max-width: 177px;
}

.max-w-\[185px\] {
  max-width: 185px;
}

.max-w-\[201px\] {
  max-width: 201px;
}

.max-w-\[205px\] {
  max-width: 205px;
}

.max-w-\[210px\] {
  max-width: 210px;
}

.max-w-\[213px\] {
  max-width: 213px;
}

.max-w-\[215px\] {
  max-width: 215px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[237px\] {
  max-width: 237px;
}

.max-w-\[241px\] {
  max-width: 241px;
}

.max-w-\[242px\] {
  max-width: 242px;
}

.max-w-\[247px\] {
  max-width: 247px;
}

.max-w-\[258px\] {
  max-width: 258px;
}

.max-w-\[261px\] {
  max-width: 261px;
}

.max-w-\[269px\] {
  max-width: 269px;
}

.max-w-\[274px\] {
  max-width: 274px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[306px\] {
  max-width: 306px;
}

.max-w-\[315px\] {
  max-width: 315px;
}

.max-w-\[327px\] {
  max-width: 327px;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.max-w-\[386px\] {
  max-width: 386px;
}

.max-w-\[504px\] {
  max-width: 504px;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.max-w-\[89px\] {
  max-width: 89px;
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 60s linear infinite;
}

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

.grid-cols-\[repeat\(14\2c minmax\(0\2c 217px\)\)\] {
  grid-template-columns: repeat(14,minmax(0,217px));
}

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

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

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

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

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

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

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

.gap-11 {
  gap: 2.75rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[73px\] {
  gap: 73px;
}

.gap-1 {
  gap: 0.25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

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

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

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

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

.border-\[\#1C1C1C\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
}

.border-\[\#9664A0\] {
  --tw-border-opacity: 1;
  border-color: rgb(150 100 160 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-\[\#1C1C1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}

.bg-\[\#3EBDDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 189 223 / var(--tw-bg-opacity));
}

.bg-\[\#9664A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(150 100 160 / var(--tw-bg-opacity));
}

.bg-\[\#B1B1B1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity));
}

.bg-\[\#D88498\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 132 152 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

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

.bg-banner2Mobile {
  background-image: url('../src/assets/images/banners/balls-security-section-mobile.png');
}

.bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-\[37px\] {
  padding-bottom: 37px;
}

.pb-\[88px\] {
  padding-bottom: 88px;
}

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

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

.pt-\[75px\] {
  padding-top: 75px;
}

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

.font-arial {
  font-family: Arial;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[48px\] {
  font-size: 48px;
}

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

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

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

.leading-\[18\.4px\] {
  line-height: 18.4px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[27\.6px\] {
  line-height: 27.6px;
}

.leading-\[55\.2px\] {
  line-height: 55.2px;
}

.tracking-\[-5\%\] {
  letter-spacing: -5%;
}

.text-\[\#2C2C2C\] {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.text-\[\#3EBDDF\] {
  --tw-text-opacity: 1;
  color: rgb(62 189 223 / var(--tw-text-opacity));
}

.text-\[\#5A7AAE\] {
  --tw-text-opacity: 1;
  color: rgb(90 122 174 / var(--tw-text-opacity));
}

.text-\[\#9664A0\] {
  --tw-text-opacity: 1;
  color: rgb(150 100 160 / var(--tw-text-opacity));
}

.text-\[\#D88498\] {
  --tw-text-opacity: 1;
  color: rgb(216 132 152 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-\[5px_5px_0px_0px_rgb\(28\2c 28\2c 28\)\] {
  --tw-shadow: 5px 5px 0px 0px rgb(28,28,28);
  --tw-shadow-colored: 5px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[8px_8px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-shadow: 8px 8px 0px 0px rgba(0,0,0,0.75);
  --tw-shadow-colored: 8px 8px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

  src: url("../src/assets/fonts/Arial/arial.ttf") format("truetype");

  font-weight: 400;
}

#container-text{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

#container-img{
  position: relative;
  display: flex;
  align-items: center;
  width: 84%;
}

.sliderImg{
  opacity: 0;
  transition: opacity .2s;
  width: 100%;
  position: absolute;
}

.sliderImg.on {
  opacity: 1;
}

.slider {
  opacity: 0;
  transition: opacity .2s;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.slider.on {
  opacity: 1;
}

@media (max-width: 1023px) {
  .slider {
    align-items: center;
  }
}

#container-colors{
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  max-width: 646px;
}

.optionsColor {
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  width: 100%;
}

.optionsColor.on {
  opacity: 1;
}

@media (max-width: 1023px) {
  #container-colors {
    width: 100%;
    max-width: 460px;
  }
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

@media (min-width: 480px) {
  .min-\[480px\]\:bg-cover {
    background-size: cover;
  }
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[136px\] {
    height: 136px;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

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

  .sm\:w-\[85\%\] {
    width: 85%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-\[282px\] {
    max-width: 282px;
  }

  .sm\:max-w-\[406px\] {
    max-width: 406px;
  }

  .sm\:max-w-\[424px\] {
    max-width: 424px;
  }

  .sm\:max-w-\[434px\] {
    max-width: 434px;
  }

  .sm\:max-w-\[440px\] {
    max-width: 440px;
  }

  .sm\:max-w-\[445px\] {
    max-width: 445px;
  }

  .sm\:max-w-\[452px\] {
    max-width: 452px;
  }

  .sm\:max-w-\[473px\] {
    max-width: 473px;
  }

  .sm\:max-w-\[521px\] {
    max-width: 521px;
  }

  .sm\:max-w-\[630px\] {
    max-width: 630px;
  }

  .sm\:max-w-\[692px\] {
    max-width: 692px;
  }

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

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-\[53px\] {
    gap: 53px;
  }

  .sm\:gap-\[70px\] {
    gap: 70px;
  }

  .sm\:bg-banner2Tablet {
    background-image: url('../src/assets/images/banners/balls-security-section-tablet.svg');
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

  .sm\:pb-\[187px\] {
    padding-bottom: 187px;
  }

  .sm\:pt-\[153px\] {
    padding-top: 153px;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }

  .sm\:text-\[48px\] {
    font-size: 48px;
  }

  .sm\:leading-\[24px\] {
    line-height: 24px;
  }

  .sm\:leading-\[27\.6px\] {
    line-height: 27.6px;
  }

  .sm\:leading-\[55\.2px\] {
    line-height: 55.2px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[-7vw\] {
    bottom: -7vw;
  }

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

  .lg\:ml-\[-6vw\] {
    margin-left: -6vw;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[2016px\] {
    height: 2016px;
  }

  .lg\:h-\[384px\] {
    height: 384px;
  }

  .lg\:h-\[50vw\] {
    height: 50vw;
  }

  .lg\:h-\[67vw\] {
    height: 67vw;
  }

  .lg\:max-h-\[714px\] {
    max-height: 714px;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[35vw\] {
    width: 35vw;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .lg\:max-w-\[449px\] {
    max-width: 449px;
  }

  .lg\:max-w-\[475px\] {
    max-width: 475px;
  }

  .lg\:max-w-\[521px\] {
    max-width: 521px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

  .lg\:grid-cols-\[repeat\(3\2c minmax\(0\2c 217px\)\)\] {
    grid-template-columns: repeat(3,minmax(0,217px));
  }

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

  .lg\:gap-\[154px\] {
    gap: 154px;
  }

  .lg\:gap-\[66px\] {
    gap: 66px;
  }

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

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:bg-banner1 {
    background-image: url('../src/assets/images/banners/lp-bb428.png');
  }

  .lg\:bg-header {
    background-image: url('../src/assets/images/banners/header.png');
  }

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

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

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

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lg\:pl-\[35px\] {
    padding-left: 35px;
  }

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

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

@media (min-width: 1280px) {
  .xl\:mb-\[53px\] {
    margin-bottom: 53px;
  }

  .xl\:ml-\[-88px\] {
    margin-left: -88px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:w-\[56\%\] {
    width: 56%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:gap-\[130px\] {
    gap: 130px;
  }

  .xl\:gap-\[138px\] {
    gap: 138px;
  }

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

  .xl\:self-center {
    align-self: center;
  }
}

@media (min-width: 1341px) {
  .min-\[1341px\]\:bottom-\[-75\%\] {
    bottom: -75%;
  }
}

@media (min-width: 1372px) {
  .min-\[1372px\]\:w-\[58\%\] {
    width: 58%;
  }

  .min-\[1372px\]\:gap-x-\[62px\] {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .min-\[1372px\]\:gap-y-\[50px\] {
    row-gap: 50px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:self-center {
    align-self: center;
  }
}