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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

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

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

@media (min-width: 400px) {

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-full {
  top: 100%;
}
.left-full {
  left: 100%;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-20 {
  left: 5rem;
}
.top-16 {
  top: 4rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.right-0 {
  right: 0px;
}
.z-50 {
  z-index: 50;
}
.z-30 {
  z-index: 30;
}
.z-20 {
  z-index: 20;
}
.-z-10 {
  z-index: -10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[10vw\] {
  margin-left: 10vw;
  margin-right: 10vw;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-\[68px\] {
  margin-top: 68px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 3rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-\[119px\] {
  height: 119px;
}
.h-\[12vh\] {
  height: 12vh;
}
.h-28 {
  height: 7rem;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[50px\] {
  height: 50px;
}
.h-8 {
  height: 2rem;
}
.h-\[36px\] {
  height: 36px;
}
.h-screen {
  height: 100vh;
}
.h-\[10vh\] {
  height: 10vh;
}
.h-\[68px\] {
  height: 68px;
}
.h-2 {
  height: 0.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-64 {
  height: 16rem;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-32 {
  height: 8rem;
}
.h-56 {
  height: 14rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/4 {
  width: 25%;
}
.w-12 {
  width: 3rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-4 {
  width: 1rem;
}
.w-screen {
  width: 100vw;
}
.w-\[270px\] {
  width: 270px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-10 {
  width: 2.5rem;
}
.w-24 {
  width: 6rem;
}
.w-\[50px\] {
  width: 50px;
}
.w-8 {
  width: 2rem;
}
.w-20 {
  width: 5rem;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-64 {
  width: 16rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.basis-full {
  flex-basis: 100%;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-5xl {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}
.border-\[2px\] {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-0 {
  border-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-\[2\.5px\] {
  border-right-width: 2.5px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-eduOrange {
  --tw-border-opacity: 1;
  border-color: rgb(254 92 54 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-\[\#53afbe\] {
  --tw-border-opacity: 1;
  border-color: rgb(83 175 190 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#fe5c36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 92 54 / var(--tw-bg-opacity));
}
.bg-\[\#8AD0C6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 208 198 / var(--tw-bg-opacity));
}
.bg-eduOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(254 92 54 / var(--tw-bg-opacity));
}
.bg-\[\#939498\] {
  --tw-bg-opacity: 1;
  background-color: rgb(147 148 152 / var(--tw-bg-opacity));
}
.bg-\[\#53afbe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(83 175 190 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#faf9f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-\[\#54afbe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 175 190 / var(--tw-bg-opacity));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.bg-eduBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(83 175 190 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-zinc-900 {
  --tw-gradient-from: #18181b;
  --tw-gradient-to: rgb(24 24 27 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-current {
  fill: currentColor;
}
.fill-slate-400 {
  fill: #94a3b8;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-10 {
  padding: 2.5rem;
}
.p-0 {
  padding: 0px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[1\.375rem\] {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[10vw\] {
  padding-left: 10vw;
  padding-right: 10vw;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-17 {
  padding-top: 6rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-\[5vh\] {
  padding-top: 5vh;
}
.pb-\[5vh\] {
  padding-bottom: 5vh;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.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;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-superbold {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-loose {
  line-height: 2;
}
.leading-tight {
  line-height: 1.25;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-eduOrange {
  --tw-text-opacity: 1;
  color: rgb(254 92 54 / var(--tw-text-opacity));
}
.text-\[\#53afbe\] {
  --tw-text-opacity: 1;
  color: rgb(83 175 190 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#f15d3b\] {
  --tw-text-opacity: 1;
  color: rgb(241 93 59 / var(--tw-text-opacity));
}
.text-\[\#54afbe\] {
  --tw-text-opacity: 1;
  color: rgb(84 175 190 / var(--tw-text-opacity));
}
.text-\[\#fcb349\] {
  --tw-text-opacity: 1;
  color: rgb(252 179 73 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-eduBlue {
  --tw-text-opacity: 1;
  color: rgb(83 175 190 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}
.hover\:border-eduBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 175 190 / var(--tw-border-opacity));
}
.hover\:bg-eduBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 175 190 / var(--tw-bg-opacity));
}
.hover\:bg-eduOrange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 92 54 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-eduOrange:hover {
  --tw-text-opacity: 1;
  color: rgb(254 92 54 / var(--tw-text-opacity));
}
.focus\:border-eduOrange:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 92 54 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-eduOrange:focus {
  outline-color: #FE5C36;
}
@media (min-width: 1280px) {

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pl-\[80px\] {
    padding-left: 80px;
  }

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

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 400px) {

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

  .phone\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .phone\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

  .phone\:mt-5 {
    margin-top: 1.25rem;
  }

  .phone\:block {
    display: block;
  }

  .phone\:hidden {
    display: none;
  }

  .phone\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .phone\:h-\[12vh\] {
    height: 12vh;
  }

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

  .phone\:w-11\/12 {
    width: 91.666667%;
  }

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

  .phone\:basis-full {
    flex-basis: 100%;
  }

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

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

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

  .phone\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .phone\:pl-\[100px\] {
    padding-left: 100px;
  }

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

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

  .phone\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 900px) {

  .tablet\:m-5 {
    margin: 1.25rem;
  }

  .tablet\:mx-\[10vw\] {
    margin-left: 10vw;
    margin-right: 10vw;
  }

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

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

  .tablet\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .tablet\:mr-\[10vw\] {
    margin-right: 10vw;
  }

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

  .tablet\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

  .tablet\:mt-5 {
    margin-top: 1.25rem;
  }

  .tablet\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .tablet\:box-border {
    box-sizing: border-box;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-\[5vh\] {
    height: 5vh;
  }

  .tablet\:h-\[12vh\] {
    height: 12vh;
  }

  .tablet\:h-24 {
    height: 6rem;
  }

  .tablet\:h-\[70vh\] {
    height: 70vh;
  }

  .tablet\:h-20 {
    height: 5rem;
  }

  .tablet\:min-h-\[70vh\] {
    min-height: 70vh;
  }

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

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

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

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

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

  .tablet\:w-5\/12 {
    width: 41.666667%;
  }

  .tablet\:w-1\/12 {
    width: 8.333333%;
  }

  .tablet\:w-\[30vw\] {
    width: 30vw;
  }

  .tablet\:w-screen {
    width: 100vw;
  }

  .tablet\:w-\[70vw\] {
    width: 70vw;
  }

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

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

  .tablet\:basis-1\/2 {
    flex-basis: 50%;
  }

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

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

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

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

  .tablet\:border-l-2 {
    border-left-width: 2px;
  }

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

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

  .tablet\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .tablet\:px-\[10vw\] {
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

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

  .tablet\:pl-\[160px\] {
    padding-left: 160px;
  }

  .tablet\:pr-0 {
    padding-right: 0px;
  }

  .tablet\:pl-0 {
    padding-left: 0px;
  }

  .tablet\:pr-10 {
    padding-right: 2.5rem;
  }

  .tablet\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .tablet\:text-right {
    text-align: right;
  }

  .tablet\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .tablet\:text-4xl {
        font-size: 2.625rem/* 42px */;
        line-height: 2.5rem/* 40px */;
    }

  .tablet\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1400px) {

  .laptop\:mx-\[10vw\] {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .laptop\:h-\[50vh\] {
    height: 50vh;
  }

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

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

  .laptop\:px-\[10vw\] {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .laptop\:pr-10 {
    padding-right: 2.5rem;
  }

  .laptop\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 550px) {

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

  .screen550\:flex {
    display: flex;
  }

  .screen550\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {

  .screem1200\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .screem1200\:flex {
    display: flex;
  }

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

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

  .screem1200\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    object-fit: cover;
}
.container-img{
    position: relative;
    min-height: 100vh;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    object-fit: cover;
}

.container-img .images .image-box{
    position: relative;
    height: 300px;
    width: 400px;
    overflow: hidden;
    object-fit: cover;
}
.images{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    object-fit: cover;
}
.images .image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s linear;
}
.image-box:hover img{
    transform: scale(1.05);
}

.images-title {
  height: 100px;
  border: 5px solid #000;
  display: flex;
  flex-direction: column;
}
.images-title-child {
  height: 40px;
  width: 100%;
  background-color: rgba(37, 36, 36, 0.5);
  
}
.image-box h6{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.disable-text {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}



.heading{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  
  color: rgb(254 92 54);
}


.container3 {position: absolute; margin: 0; width:100%; background: #f4f5f4; min-height: 600px; }

.white-box { width: 600px; height: 210px; margin-top: 50px; margin-left: 15px; margin-right: auto;   

background: rgba(255,255,255,0.3);
padding: 10px;
-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 15px  rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.white-box2 { width: 200px; height: 210px; margin-top: 50px; margin-left: 0px; margin-right: auto;   
  
  background: rgba(255,255,255,0.3);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 15px  rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display:inline-block;
  align-content: center;
  align-items: center;
  }



.white-box3 { width: 90%; height: 220px; margin-top: 50px; margin-left: auto; margin-right: auto;   
  
  background: rgba(255,255,255,0.3);
padding: 10px;

-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 15px  rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  }

.white-box4 { width: 155px; height: 230px; margin-top: 50px;
  
  margin-inline-start: 24px;
  margin-inline-end: 7px;
  display:inline-block;
  background: rgba(255,255,255,0.3);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 15px  rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;

  
  padding: 30px;
  align-content: center;
  align-items: center;
  }

.image-box2{
    position: relative;
    height: 60px;
    width: 60px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    align-content: center;
}

.image-box3{
  position: relative;
  height: 60px;
  width: 60px;

 
}

.input:placeholder-shown {
  font-style: italic;
}


.text-device{
    
    font-weight: 900;
    text-align: center;
    font-size: 40px;
    color: rgb(255, 95, 31);
}

.image-box2 .text-device2{
  font-family: "Paytone One", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: rgb(255, 95, 31);
  text-shadow: rgb(0, 0, 0) 1px 1px 1px;
  display: inline-block;
}

.text-device3{
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: rgb(15, 15, 15);
  margin-left: auto;
    margin-right: auto;
  
}

.text-device2{

  font-size: 15px;
  vertical-align: top;
  
  
}


.span2 {
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 25px;
  color: rgb(0, 0, 0);
}

.box-hover {
  height: 100px;
  border: 5px solid #000;
  display: flex;
  flex-direction: column;
}
.box-hover-child {
  height: 40px;
  width: 100%;
  background: #f00;
  
}

.device-data {
  display: grid;
  grid-gap: 10px;  /* Simply adjust this value !*/
  grid-template-columns: repeat(4, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
  grid-auto-rows: 1fr;
  text-align: center;
 
  
}

.device-data .device-data-child {
  
  height: 100%;
  text-align: center;
}

.device-data2 {
  width: auto;
  text-align: center;
}

.device-data3{
  
  display: flex;
  align-items: center;
  display: inline-flex;
  
}
.device-data3 .devdat{
  
  display: flex;
  align-items: center;
  
}

.container-carousel {
  height: 100px;
  margin: 0px auto;
}

.item-carousel {
  height: 350px;
  padding-top: 30px;
  object-fit: cover;
  margin-left: 0px;
  margin-right: 0px;
}

.container-img-carousel {
    min-height: 1000px;
    max-width: 4000px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container-img-carousel .images-carousel .image-box-carousel {
    position: relative;
    max-width: 2000px;
    max-height: 2000px;
    width: 100%;
    height: 350px;
    overflow: hidden;
    object-fit: cover;
}
.images-carousel{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  object-fit: cover;
}
.images-carousel .image-box-carousel img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.image-box-carousel:hover img{
  transform: scale(1.05);
}

.lightbox-caption {
  color: white;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
  display: none;
  position: absolute;
  bottom: -65px;
  z-index: 9999;
}
.gallery-lightbox-wrapper:hover {
cursor: pointer;
}
.gallery-lightbox-item[data-in='false'] .lightbox-caption {
display: none!important;
}
.gallery-lightbox-item[data-active='true']:hover .lightbox-caption{
display: inline-block;
}
.gallery-lightbox-wrapper:hover .gallery-lightbox-item[data-active='true'] .lightbox-caption{
display: inline-block;
}
.gallery-lightbox .lightbox-caption {
  display: block !important;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #777;
  font-size: 100%;
  padding: .5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current {
  background: rgba(0,0,0,.1)
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}







