@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
! 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)
*/

*,
::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.
*/

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

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

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

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

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

:root {
  --bright-color-text: #FFFFFF;
  --bright-color-hover: #F0F9FF;
  --darker-color: #0F172A;
  --darker-color-border: #414F63;
  --darker-color-text: #8795AA;
  --padding-x: 2rem;
  --sm-padding-x: 4rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

/*.nav {
  transition: width 2s, height 4s;
  @apply w-full p-8 flex items-center gap-6 !transition-all !duration-300;
}

.nav > div > img {
  @apply h-[min(3.5vw,70px)];
}

.nav > ul {
  @apply grid sm:flex;
}

.nav > ul > li > a {
  @apply relative py-3 px-6 rounded-md font-medium text-zinc-700 hover:text-[var(--darker-color)] text-sm transition-all duration-300;
}*/

.pre-nav{
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pre-nav > a{
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pre-nav > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.pre-nav > a.responsive{
  display: none;
  align-items: center;
}

div.data-carousel-item.pre-nav > a.responsive {
  display: none;
}

@media (min-width: 640px){
  .pre-nav > a.responsive{
    display: flex;
  }
}

.pre-nav > a.book-a-call{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pre-nav > a.book-a-call:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.pre-nav > a.book-a-call > span{
  font-size: 1rem;
  line-height: 1.5rem;
}

.hamburger-menu{
  display: block;
}

@media (min-width: 640px){
  .hamburger-menu{
    display: none;
  }
}

.hamburger-menu > span{
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--darker-color);
}

nav {
  padding: 1rem 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

nav.no-shadow{
  padding-left: 0px !important;
  padding-right: 0px !important;
  --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);
}

.menu-item{
  display: none;
}

div.data-carousel-item.menu-item {
  display: none;
}

@media (min-width: 640px){
  .menu-item{
    display: block;
  }
}

.sub-menu-item {
  color: #111827;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  margin: 0;
  border-radius: 0;
  border: 0;
  outline: 0;
  color: var(--color-text, #1a1a1a);
  background-color: transparent;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.container-logo {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}

.container-logo img{
  height: 2.5rem;
}

.menu-item a,
.menu-item button {
  position: relative;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  color: #111827;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.dash-item a,
.dash-item button {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.dash-item a:hover,
.dash-item button:hover {
  background-color: #e5e7eb;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

.navbar a {
  float: left;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  position: static;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.menu-item .dropdown .dropbtn::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0);
  border-radius: 9999px;
}

.menu-item .isOpen.dropdown .dropbtn::before {
  opacity: 1;
  transform: scale(1);
}

.menu-item .dropdown .dropbtn > .toggle {
  position: relative;
}

.dropbtn > span.material-symbols-outlined{
  z-index: 10;
  margin-top: 0.125rem;
  font-weight: 300 !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-left: -10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 50;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  --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);
  animation: transitionIn 0.1s;
}

.dropdown-content > div{
  display: flex;
  gap: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.dropdown-content a {
  float: none;
  color: black;
  display: block;
  display: grid;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #111827;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  margin: 0;
  border-radius: 0;
  border: 0;
  outline: 0;
  color: var(--color-text, #1a1a1a);
  background-color: transparent;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.dropdown-content a > div{
  display: flex;
  width: 100%;
  justify-content: center;
}

.dropdown-content a > div > i{
  font-size: 1.5rem;
  line-height: 2rem;
}

.dropdown-content a > div > img{
  height: 2.5rem;
}

.dropdown-content a:hover {
  background-color: #e6e6e6;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.transition-entrance {
  animation: transitionIn 0.1s;
}

.menu-item .toggle::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0);
  border-radius: 9999px;
}

.menu-item .isOpen.toggle::before {
  opacity: 1;
  transform: scale(1);
}

.menu-item .toggle > .toggle {
  position: relative;
}

@keyframes transitionIn {
  from {
    margin-top: -3px;
  }

  to {
    margin-top: 0px;
  }
}

@keyframes jumpInfinite {
  0% {
    margin-left: 0.25rem;
  }

  50% {
    margin-left: 0.625rem;
  }

  100% {
    margin-left: 0.25rem;
  }
}

#actions{
  position: absolute;
  right: 0px;
  float: right;
  margin: 0px;
  margin-right: 1.5rem;
  display: flex;
  gap: 0.75rem;
}

.free{
  position: relative;
  display: none;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

div.data-carousel-item.free {
  display: none;
}

.free:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .free{
    display: flex;
  }
}

.action-container{
  display: flex;
  padding-top: 2.5rem;
}

.free.white{
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

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

/* FOOTER */

footer{
  margin-top: -1px;
  width: 100%;
  background-color: var(--darker-color);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

@media (min-width: 640px){
  footer{
    padding-left: var(--sm-padding-x);
    padding-right: var(--sm-padding-x);
  }
}

footer > div.copyright{
  display: grid;
  width: 100%;
  border-top-width: 1px;
  border-color: var(--darker-color-border);
  padding-top: 3rem;
}

footer > div.copyright > p{
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--darker-color-text);
}

@media (min-width: 640px){
  footer > div.copyright > p{
    text-align: right;
  }
}

footer > div.informations{
  display: grid;
  gap: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  footer > div.informations{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
  }
}

footer > div.informations > div:first-child > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

footer > div.informations > div:not(:first-child) > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

footer > div.informations > div > p.information-title {
  text-wrap: balance;
  width: 100%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: var(--bright-color-text);
}

@media (min-width: 640px){
  footer > div.informations > div > p.information-title{
    width: 70%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

footer > div.informations > div > div{
  display: flex;
}

footer > div.informations > div > div > a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  background-color: var(--bright-color-text);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer > div.informations > div > div > a:hover{
  background-color: var(--bright-color-hover);
}

footer > div.informations > div > div > a > span.material-symbols-outlined{
  margin-top: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

footer > div.informations > div > div.social-media-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

@media (min-width: 640px){
  footer > div.informations > div > div.social-media-container{
    justify-content: flex-end;
  }
}

footer > div.informations > div > div.social-media-container > a.social-media-link{
  display: flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--darker-color-border);
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--bright-color-text);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer > div.informations > div > div.social-media-container > a.social-media-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

footer > div.informations > div:not(:first-child) > p{
  padding-bottom: 1.5rem;
  color: var(--bright-color-text);
}

@media (min-width: 640px){
  footer > div.informations > div:not(:first-child) > p{
    text-align: right;
  }
}

/* CONTACT */

section.contact-container > div.floating-map{
  position: relative;
  height: 950px;
  width: 100%;
  background-color: var(--bright-color-text);
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  section.contact-container > div.floating-map{
    height: 450px;
    padding-left: var(--sm-padding-x);
    padding-right: var(--sm-padding-x);
  }
}

section.contact-container > div.floating-band{
  position: relative;
  width: 100%;
  background-color: var(--darker-color);
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px){
  section.contact-container > div.floating-band{
    padding-left: var(--sm-padding-x);
    padding-right: var(--sm-padding-x);
  }
}

section.contact-container > div.floating-map > div{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 950px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 640px){
  section.contact-container > div.floating-map > div{
    height: 450px;
  }
}

section.contact-container > div.floating-map > div > iframe{
  margin-top: -4rem;
  height: 650px;
  width: 100%;
}

section.contact-container > div.floating-map > div.cover-maps{
  z-index: 10;
  background-color: rgb(0 0 0 / 0.5) !important;
}

div.floating-form{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  margin-top: -900px;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 640px){
  div.floating-form{
    margin-top: -350px;
    padding-left: calc(var(--sm-padding-x) * 2);
    padding-right: calc(var(--sm-padding-x) * 2);
  }
}

div.floating-form > form{
  display: grid;
  height: auto;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  div.floating-form > form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

div.floating-form > form > div:first-child{
  display: flex;
  width: 100%;
  align-items: center;
}

@media (min-width: 640px){
  div.floating-form > form > div:first-child{
    width: 80%;
  }
}

div.floating-form > form > div:first-child > div > h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

div.floating-form > form > div:first-child > div > p{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

label.input-label{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

input.input-form{
  margin-top: 0.375rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

input.input-form.smaller{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

div.form-2-columns{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px){
  div.form-2-columns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

div.form-3-columns{
  display: grid;
  gap: 0.75rem;
}

.form-3-columns > .two-columns {
  grid-column: span 1 / span 1;
}

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

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

@media (min-width: 640px) {
  div.form-3-columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-3-columns > .two-columns {
    grid-column: span 2 / span 2;
  }
}



.form-padding{
  margin-top: 0.875rem;
}

form.form-inputs-group{
  display: grid;
  gap: 0.75rem;
}

textarea.textarea-form{
  margin-top: 0.375rem;
  width: 100%;
  resize: none;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

button.button-form{
  margin-top: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

button.button-form:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

button.button-form.smaller{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

section.default-section{
  display: block;
}

section.default-section > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

section.default-section{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

@media (min-width: 640px){
  section.default-section{
    padding-left: var(--sm-padding-x);
    padding-right: var(--sm-padding-x);
  }
}

section.default-section > div{
  display: flex;
  justify-content: center;
}

.subtitle{
  text-align: left;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: var(--darker-color);
}

.subtitle.center{
  text-align: center !important;
}

.subtitle > br{
  display: none;
}

div.data-carousel-item.subtitle > br {
  display: none;
}

@media (min-width: 640px){
  .subtitle > br{
    display: block;
  }
}

.subtitle.smaller{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--darker-color);
}

.middle-text-body{
  gap: 3rem;
}

.middle-text-body > img{
  border-radius: 0.5rem;
}

.middle-text-body.reverse{
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .middle-text-body.reverse{
    flex-direction: row;
  }
}

.middle-text-body > p {
  text-wrap: balance;
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: var(--darker-color);
}

@media (min-width: 640px){
  .middle-text-body > p{
    width: 45% !important;
    text-align: center;
  }
}

.middle-text-body > p.smaller {
  text-wrap: balance;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--darker-color);
}

@media (min-width: 640px){
  .middle-text-body > p.smaller{
    width: 45% !important;
    text-align: center;
  }
}

.middle-text-body.reverse > p {
  text-wrap: balance;
  text-align: left;
}

.cards-group{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .cards-group{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.cards-group.medium{
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .cards-group.medium{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

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

.stats-group > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity));
}

@media (min-width: 640px){
  .stats-group{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .stats-group > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .stats-group{
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.stats-group > div{
  cursor: auto !important;
}

.cards-group > div{
  grid-column: span 1 / span 1;
  cursor: auto;
}

.card-product{
  display: block;
  width: 100%;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-product:hover{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .card-product{
    padding: 1.5rem;
  }
}

.card-stats{
  display: grid;
  width: 100%;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 640px){
  .card-stats{
    padding: 1.5rem;
  }
}

.card-stats > p{
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: var(--darker-color);
}

.card-stats > label{
  padding-top: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  opacity: 0.7;
}

.image-category{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.image-category> img{
  height: 4rem;
}

.text-list{
  position: relative;
  margin-top: 0.75rem;
  width: 100%;
  font-weight: 500;
}

.text-list.normal{
  position: relative;
  margin-top: 0.75rem;
  width: 100%;
  font-weight: 400;
}

section.main-section{
  display: block;
  display: flex;
  display: grid;
  width: 100%;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

@media (min-width: 640px){
  section.main-section{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 1.785rem;
    padding-right: 1.785rem;
  }
}

section.main-section > div:not(:first-child){
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-top: 8rem;
}

@media (min-width: 640px){
  section.main-section > div:not(:first-child){
    grid-column: span 2 / span 2;
    padding-top: 0px;
  }
}

section.main-section > div:first-child{
  height: 100%;
  width: 100%;
}

section.main-section > div:first-child > ul{
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: calc(1.5 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.main-section > div:first-child > ul > li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

section.main-section > div:first-child > ul > li > span.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48;
  z-index: 10;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(145 221 0 / var(--tw-text-opacity)) !important;
}

.bh-white{
  position: absolute;
  left: 0px;
  margin-left: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.small-subtitle {
  text-wrap: balance;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.small-subtitle > br{
  display: none;
}

div.data-carousel-item.small-subtitle > br {
  display: none;
}

@media (min-width: 640px){
  .small-subtitle > br{
    display: block;
  }
}

.main-form{
  position: relative;
  display: flex;
  height: 450px !important;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 640px) {
  .main-form{
    height: 90% !important;
    width: 80%;
    padding: 1.5rem;
  }


}

.main-form > div > .form-container{
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .main-form > div > .form-container{
    padding-left: 5rem;
  }
}

.form-container > div > h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--darker-color);
}

.main-form > div{
  position: absolute;
  left: 0px;
  top: 0px;
  display: grid;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .main-form > div{
    display: flex;
    height: 100%;
    width: auto;
    justify-content: flex-start;
  }
}

.main-form > div > div.floating-image{
  margin-left: 30px;
  margin-top: -8rem;
  max-height: 13rem;
  min-height: 13rem;
  min-width: 13rem;
  max-width: 13rem;
  border-radius: 1rem;
  background-color: transparent;
}

@media (min-width: 640px){
  .main-form > div > div.floating-image{
    margin-top: -0px;
    margin-left: -5rem;
  }
}

.main-form > div > div.floating-image > img{
  position: absolute;
  left: 0px;
  margin-left: 0.75rem;
  margin-top: 0px;
  width: 350px !important;
}

@media (min-width: 640px){
  .main-form > div > div.floating-image > img{
    margin-left: -8.5rem;
  }
}

.text-list > ul > li.floating-see-more{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-list > ul > li.floating-see-more > span{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

/* CAROUSEL */

#default-carousel{
  position: relative;
  width: 100%;
}

div.data-carousel-items{
  position: relative;
  height: 6rem;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 640px){
  div.data-carousel-items{
    height: 8rem;
  }
}

div.data-carousel-item{
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

div.data-carousel-item.hidden {
  display: none;
}

div.data-carousel-item.mobile{
  display: block;
}

@media (min-width: 640px){
  div.data-carousel-item.mobile{
    display: none;
  }
}

div.data-carousel-item > img{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
}

div.indicators{
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  z-index: 30;
  display: flex;
  --tw-translate-x: -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));
}

div.indicators > :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)));
}

div.indicators > button{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
}

button.slider-control{
  position: absolute;
  top: 0px;
  z-index: 30;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

button.slider-control:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button.slider-control.left{
  left: 0px;
}

button.slider-control.right{
  right: 0px;
}

button.slider-control > span{
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.3);
}

.group:hover button.slider-control > span{
  background-color: rgb(0 0 0 / 0.5);
}

.group:focus button.slider-control > span{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

button.slider-control > span > svg{
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

button.slider-control > span > span{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

div.clients-container{
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  div.clients-container{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

div.clients-container > div:nth-child(n+3):nth-child(-n+15){
  display: none;
}

divdiv.data-carousel-item.clients-container > div:nth-child(n+3):nth-child(-n+15) {
  display: none;
}

@media (min-width: 640px){
  div.clients-container > div:nth-child(n+3):nth-child(-n+15){
    display: flex;
  }
}

div.clients-container > div{
  display: flex;
  align-items: center;
  justify-content: center;
}

div.clients-container > div > img{
  height: 6rem;
  border-radius: 0.375rem;
}

div.white-shadow{
  position: absolute;
  top: 0px;
  z-index: 30;
  height: 100%;
  width: 2.5rem;
}

div.white-shadow.left{
  left: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F5F5F7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

div.white-shadow.right{
  right: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F5F5F7 var(--tw-gradient-to-position);
}

.support-container{
  display: block;
  display: flex;
  justify-content: center;
}

.support-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.support-container{
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 253 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

@media (min-width: 640px){
  .support-container{
    padding-left: var(--sm-padding-x);
    padding-right: var(--sm-padding-x);
  }
}

.support-content{
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .support-content{
    display: flex;
  }
}

.support-content > div{
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .support-content > div{
    width: 65%;
  }
}

.support-content > img{
  height: 10rem;
}

.support-content > div > div > h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: var(--darker-color);
}

.support-content > div > p {
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--darker-color);
}

@media (min-width: 640px){
  .support-content > div > p{
    width: 75%;
  }
}

.time-marked{
  white-space: nowrap;
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* TESTIMONIALS */

section.testimonials-section{
  position: relative;
  display: block;
}

section.testimonials-section > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

section.testimonials-section{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

section.testimonials-section:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  section.testimonials-section{
    padding-left: calc(var(--sm-padding-x) * 3);
    padding-right: calc(var(--sm-padding-x) * 3);
  }
}

section.testimonials-section > div:first-child{
  display: grid;
  width: 100%;
  justify-content: center;
  padding-bottom: 1.5rem;
}

section.testimonials-section > div.subtitle{
  width: 100%;
  text-align: left;
}

@media (min-width: 640px){
  section.testimonials-section > div.subtitle{
    text-align: center;
  }
}

section.testimonials-section > div.testimonial-group{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  section.testimonials-section > div.testimonial-group{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  section.testimonials-section > div.testimonial-group{
    gap: 1.5rem;
  }
}

section.testimonials-section > div.testimonial-group > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

section.testimonials-section > div.testimonial-group > ul.hide{
  display: none;
}

divsection.data-carousel-item.testimonials-section > div.testimonial-group > ul.hide {
  display: none;
}

@media (min-width: 640px){
  section.testimonials-section > div.testimonial-group > ul.hide{
    display: block;
  }
}

section.testimonials-section > div.testimonial-group > ul > li{
  font-size: 0.875rem;
  line-height: 1.5rem;
}

section.testimonials-section > div.testimonial-group > ul > li > div.figure{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

section.testimonials-section > div.testimonial-group > ul > li > div.figure:hover{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity));
}

div.figure{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

div.blockquote{
  margin-top: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

div.blockquote > video{
  z-index: 50;
  border-radius: 0.5rem;
}

figcaption{
  display: flex;
  align-items: center;
}

figcaption > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

figcaption > div{
  flex: 1 1 auto;
}

figcaption > div > div:first-child{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  color: var(--darker-color);
}

figcaption > div > div:first-child > p > span{
  position: absolute;
  inset: 0px;
}

.rate-list{
  margin-left: 0.125rem;
  display: flex;
}

.testimonial-title{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-title > span{
  margin-left: -1rem !important;
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.star-rate {
  font-variation-settings:
  'FILL' 1,
  'wght' 100,
  'GRAD' 0,
  'opsz' 48;
  margin-left: -0.5rem;
  font-weight: 100;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

/* General */

/* html {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
} */

/* body {
  margin: 20px 0;
  overflow: auto;

  color: #fff;
} */

a {
  color: #fff;
  text-decoration: none;
}

.p-menu1{
  height: 100%;
}

/* Hamburger */

.hamburger1 {
  display: none;
  height: 45px;
  margin: 10px;
  display: -ms-grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 120;
}

.hamburger1 div {
  background-color: rgb(61, 61, 61);
  position: relative;
  width: 40px;
  height: 5px;
  margin-top: 7px;
  transition: all 0.2s ease-in-out;
}

#toggle1 {
  display: none;
}

#toggle1:checked + .hamburger1 .top {
  transform: rotate(-45deg);
  margin-top: 22.5px;
}

#toggle1:checked + .hamburger1 .meat {
  transform: rotate(45deg);
  margin-top: -5px;
}

#toggle1:checked + .hamburger1 .bottom {
  transform: scale(0);
}

#toggle1:checked ~ .menu1 {
  height: 355px;
}

/* Menu */

.menu1 {
  width: 100%;
  margin: 0;
  display: -ms-grid;
  display: block;
  padding: 0;
  list-style: none;
  clear: both;
  width: auto;
  text-align: left;
  height: 0px;
  overflow: hidden;
  transition: height .4s ease;
  z-index: 120;
  transition: all 0.3s ease;
}

.menu1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.menu1{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.link1 {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.link1:hover {
  background-color: #fff;
  color: rgb(61, 61, 61);
  transition: all 0.3s ease;
}

.navigation {
  padding: 0px;
}

section.two-columns{
  display: flex;
  flex-direction: column-reverse;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

@media (min-width: 640px){
  section.two-columns{
    flex-direction: row;
    padding-left: calc(var(--sm-padding-x) * 2);
    padding-right: calc(var(--sm-padding-x) * 2);
  }
}

section.two-columns.no-reverse{
  flex-direction: column;
}

@media (min-width: 640px){
  section.two-columns.no-reverse{
    flex-direction: row;
  }
}

section.two-columns > div{
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

section.two-columns > div.img-ctn.right{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

section.two-columns > div.img-ctn.left{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

section.two-columns > div.img-ctn > img{
  height: auto;
  width: 100%;
}

@media (min-width: 640px){
  section.two-columns > div.img-ctn > img{
    height: 24rem;
    width: auto;
  }
}

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

@media (min-width: 640px){
  .img-max{
    height: 20rem !important;
    width: auto;
  }
}

section.two-columns > div > div.sub-row > div{
  display: flex;
}

.sub-row{
  display: block !important;
}

.sub-row > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.gray-section{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}

.about.three-columns{
  margin-top: 1.5rem;
  display: grid;
  gap: 3rem;
}

@media (min-width: 640px){
  .about.three-columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.about.three-columns > div{
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
}

div.google-container{
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  display: flex;
}

@media (min-width: 640px){
  div.google-container{
    margin-bottom: 0px;
  }
}

a.google{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--darker-color);
  background-color: var(--bright-color-text);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a.google:hover{
  background-color: var(--darker-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.google > span.material-symbols-outlined{
  margin-top: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

div.phone-container{
  margin-top: 2rem;
  display: flex;
}

a.phone{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a.phone:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.phone > span.material-symbols-outlined{
  margin-top: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.or-case{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
}

.or-case > div{
  height: 1px;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.or-case > span{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .or-case > span{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.whatsapp-chat {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

.whatsapp-chat img {
  height: 60px;
  width: auto;
}

#backtotop {
  position: fixed;
  right: 25px !important;
  bottom: 90px !important;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

#backtotop span.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' 0,
  'opsz' 48;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#backtotop span.material-symbols-outlined:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.card-title{
  padding-bottom: 1rem;
  font-weight: 500;
}

.banner{
  height: 16rem;
}

@media (min-width: 640px){
  .banner{
    height: 20rem;
  }
}