/*
Theme Name: ecr
Author: Dofleini
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: ecr
*/

/*
! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

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

input::-ms-input-placeholder, textarea::-ms-input-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:  ;
}

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

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

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

/** Example code
  * Replace the following code with the corresponding styles

@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?4rmlxp');
    src:  url('assets/fonts/icomoon.eot?4rmlxp#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?4rmlxp') format('truetype'),
    url('assets/fonts/icomoon.woff?4rmlxp') format('woff'),
    url('assets/fonts/icomoon.svg?4rmlxp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
*/

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

  font-style: normal;

  font-weight: 400;

  src: url('assets/fonts/SofiaSans-Regular.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-Regular.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-Regular.svg#SofiaSans-Regular') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: italic;

  font-weight: 400;

  src: url('assets/fonts/SofiaSans-Italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-Italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-Italic.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-Italic.svg#SofiaSans-Italic') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: normal;

  font-weight: 500;

  src: url('assets/fonts/SofiaSans-Medium.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-Medium.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-Medium.svg#SofiaSans-Medium') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: normal;

  font-weight: 600;

  src: url('assets/fonts/SofiaSans-SemiBold.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-SemiBold.svg#SofiaSans-SemiBold') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: normal;

  font-weight: 700;

  src: url('assets/fonts/SofiaSans-Bold.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-Bold.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-Bold.svg#SofiaSans-Bold') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: italic;

  font-weight: 700;

  src: url('assets/fonts/SofiaSans-BoldItalic.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-BoldItalic.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-BoldItalic.svg#SofiaSans-BoldItalic') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: italic;

  font-weight: 800;

  src: url('assets/fonts/SofiaSans-ExtraBoldItalic.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/SofiaSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/SofiaSans-ExtraBoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/SofiaSans-ExtraBoldItalic.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/SofiaSans-ExtraBoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/SofiaSans-ExtraBoldItalic.svg#SofiaSans-ExtraBoldItalic') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: normal;

  font-weight: 400;

  src: url('assets/fonts/Inter-Regular.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/Inter-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/Inter-Regular.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/Inter-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/Inter-Regular.svg#Montserrat-Regular') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: italic;

  font-weight: 400;

  src: url('assets/fonts/BigBadRobot-Italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/BigBadRobot-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/BigBadRobot-Italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/BigBadRobot-Italic.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/BigBadRobot-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/BigBadRobot-Italic.svg#BigBadRobot-Italic') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

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

  font-style: normal;

  font-weight: 600;

  src: url('assets/fonts/THICCCBOI-SemiBold.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('assets/fonts/THICCCBOI-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('assets/fonts/THICCCBOI-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('assets/fonts/THICCCBOI-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('assets/fonts/THICCCBOI-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('assets/fonts/THICCCBOI-SemiBold.svg#THICCCBOI-SemiBold') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[1\.4375rem\] {
  bottom: 1.4375rem;
}

.bottom-\[1\.5rem\] {
  bottom: 1.5rem;
}

.bottom-\[4\%\] {
  bottom: 4%;
}

.left-0 {
  left: 0px;
}

.left-\[0\.5rem\] {
  left: 0.5rem;
}

.left-\[0\.875rem\] {
  left: 0.875rem;
}

.left-\[1\.5rem\] {
  left: 1.5rem;
}

.left-\[2\.625rem\] {
  left: 2.625rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-\[0\.5rem\] {
  right: 0.5rem;
}

.right-\[0\.875rem\] {
  right: 0.875rem;
}

.right-\[1\.25rem\] {
  right: 1.25rem;
}

.right-\[1\.5rem\] {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-\[0\.1875rem\] {
  top: 0.1875rem;
}

.top-\[0\.5rem\] {
  top: 0.5rem;
}

.top-\[0\.875rem\] {
  top: 0.875rem;
}

.top-\[1\.0625rem\] {
  top: 1.0625rem;
}

.top-\[1\.25rem\] {
  top: 1.25rem;
}

.top-\[1\.375rem\] {
  top: 1.375rem;
}

.top-\[1\.5rem\] {
  top: 1.5rem;
}

.top-\[10px\] {
  top: 10px;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[350\] {
  z-index: 350;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[4\] {
  z-index: 4;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-\[0\.3125rem\] {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[0\.75rem\] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-\[1\.5rem\] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[0\.3125rem\] {
  margin-bottom: 0.3125rem;
}

.mb-\[0\.4375rem\] {
  margin-bottom: 0.4375rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}

.mb-\[0\.6875rem\] {
  margin-bottom: 0.6875rem;
}

.mb-\[0\.75rem\] {
  margin-bottom: 0.75rem;
}

.mb-\[0\.9375rem\] {
  margin-bottom: 0.9375rem;
}

.mb-\[1\.0625rem\] {
  margin-bottom: 1.0625rem;
}

.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}

.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}

.mb-\[1\.4375rem\] {
  margin-bottom: 1.4375rem;
}

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.mb-\[1\.625rem\] {
  margin-bottom: 1.625rem;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mb-\[2\.125rem\] {
  margin-bottom: 2.125rem;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mb-\[2\.8125rem\] {
  margin-bottom: 2.8125rem;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mb-\[3\.8125rem\] {
  margin-bottom: 3.8125rem;
}

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

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

.ml-\[0\.5rem\] {
  margin-left: 0.5rem;
}

.ml-\[1\.5rem\] {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-\[0\.1875rem\] {
  margin-right: 0.1875rem;
}

.mr-\[0\.3125rem\] {
  margin-right: 0.3125rem;
}

.mr-\[0\.5625rem\] {
  margin-right: 0.5625rem;
}

.mr-\[0\.625rem\] {
  margin-right: 0.625rem;
}

.mr-\[0\.75rem\] {
  margin-right: 0.75rem;
}

.mr-\[1\.375rem\] {
  margin-right: 1.375rem;
}

.mr-\[1rem\] {
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-\[0\.4375rem\] {
  margin-top: 0.4375rem;
}

.mt-\[0\.5625rem\] {
  margin-top: 0.5625rem;
}

.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}

.mt-\[0\.625rem\] {
  margin-top: 0.625rem;
}

.mt-\[0\.75rem\] {
  margin-top: 0.75rem;
}

.mt-\[0\.9375rem\] {
  margin-top: 0.9375rem;
}

.mt-\[1\.125rem\] {
  margin-top: 1.125rem;
}

.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}

.mt-\[1\.5625rem\] {
  margin-top: 1.5625rem;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mt-\[1rem\] {
  margin-top: 1rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[2\.8125rem\] {
  margin-top: 2.8125rem;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

.mt-\[3\.125rem\] {
  margin-top: 3.125rem;
}

.mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}

.mt-\[5\.375rem\] {
  margin-top: 5.375rem;
}

.mt-\[5rem\] {
  margin-top: 5rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[0\.125rem\] {
  height: 0.125rem;
}

.h-\[0\.6875rem\] {
  height: 0.6875rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

.h-\[2\.25rem\] {
  height: 2.25rem;
}

.h-\[2rem\] {
  height: 2rem;
}

.h-\[3\.125rem\] {
  height: 3.125rem;
}

.h-\[3\.25rem\] {
  height: 3.25rem;
}

.h-\[4\.375rem\] {
  height: 4.375rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[10\.8125rem\] {
  min-height: 10.8125rem;
}

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

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

.w-6\/12 {
  width: 50%;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-\[12\.5rem\] {
  width: 12.5rem;
}

.w-\[2\.25rem\] {
  width: 2.25rem;
}

.w-\[3\.125rem\] {
  width: 3.125rem;
}

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

.w-\[7\.8125rem\] {
  width: 7.8125rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[10rem\] {
  max-width: 10rem;
}

.max-w-\[11\.0625rem\] {
  max-width: 11.0625rem;
}

.max-w-\[11\.6875rem\] {
  max-width: 11.6875rem;
}

.max-w-\[16\.875rem\] {
  max-width: 16.875rem;
}

.max-w-\[21\.25rem\] {
  max-width: 21.25rem;
}

.max-w-\[27\.5rem\] {
  max-width: 27.5rem;
}

.max-w-\[27\.9375rem\] {
  max-width: 27.9375rem;
}

.max-w-\[29\.625rem\] {
  max-width: 29.625rem;
}

.max-w-\[3\.125rem\] {
  max-width: 3.125rem;
}

.max-w-\[32\.25rem\] {
  max-width: 32.25rem;
}

.max-w-\[32\.9375rem\] {
  max-width: 32.9375rem;
}

.max-w-\[32rem\] {
  max-width: 32rem;
}

.max-w-\[33\.75rem\] {
  max-width: 33.75rem;
}

.max-w-\[33\.9375rem\] {
  max-width: 33.9375rem;
}

.max-w-\[36\.75rem\] {
  max-width: 36.75rem;
}

.max-w-\[38rem\] {
  max-width: 38rem;
}

.max-w-\[42\.125rem\] {
  max-width: 42.125rem;
}

.max-w-\[42\.875rem\] {
  max-width: 42.875rem;
}

.max-w-\[44\.875rem\] {
  max-width: 44.875rem;
}

.max-w-\[45\.0625rem\] {
  max-width: 45.0625rem;
}

.max-w-\[46\.25rem\] {
  max-width: 46.25rem;
}

.max-w-\[50\.5rem\] {
  max-width: 50.5rem;
}

.max-w-\[50\.625rem\] {
  max-width: 50.625rem;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[51\.3125rem\] {
  max-width: 51.3125rem;
}

.max-w-\[51rem\] {
  max-width: 51rem;
}

.max-w-\[52\.375rem\] {
  max-width: 52.375rem;
}

.max-w-\[53\.125rem\] {
  max-width: 53.125rem;
}

.max-w-\[57\.1875rem\] {
  max-width: 57.1875rem;
}

.max-w-\[6\.5rem\] {
  max-width: 6.5rem;
}

.max-w-\[63\.0625rem\] {
  max-width: 63.0625rem;
}

.max-w-\[65\.625rem\] {
  max-width: 65.625rem;
}

.max-w-\[67\.5rem\] {
  max-width: 67.5rem;
}

.max-w-\[73\.25rem\] {
  max-width: 73.25rem;
}

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

.rotate-180 {
  --tw-rotate: 180deg;
  -webkit-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));
      -ms-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));
          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));
}

.transform {
  -webkit-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));
      -ms-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));
          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));
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[1\.25rem\] {
  gap: 1.25rem;
}

.gap-\[1\.5rem\] {
  gap: 1.5rem;
}

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

.gap-\[2\.5rem\] {
  gap: 2.5rem;
}

.gap-\[2\.625rem\] {
  gap: 2.625rem;
}

.gap-\[2rem\] {
  gap: 2rem;
}

.gap-\[3\.5rem\] {
  gap: 3.5rem;
}

.gap-x-\[1\.5625rem\] {
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.gap-x-\[1rem\] {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-y-\[1\.875rem\] {
  row-gap: 1.875rem;
}

.gap-y-\[2rem\] {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[0\.1875rem\] {
  border-radius: 0.1875rem;
}

.rounded-\[0\.3125rem\] {
  border-radius: 0.3125rem;
}

.rounded-\[0\.375rem\] {
  border-radius: 0.375rem;
}

.rounded-\[0\.9375rem\] {
  border-radius: 0.9375rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}

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

.rounded-t-\[0\.1875rem\] {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

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

.border-blue-extralight {
  --tw-border-opacity: 1;
  border-color: rgb(229 234 255 / var(--tw-border-opacity));
}

.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(178 191 255 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(103 110 118 / var(--tw-border-opacity));
}

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

.border-b-black-medium {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 4 25 / var(--tw-border-opacity));
}

.border-b-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 43 254 / var(--tw-border-opacity));
}

.border-b-blue-light {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(178 191 255 / var(--tw-border-opacity));
}

.bg-\[\#A4A2D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 162 208 / var(--tw-bg-opacity));
}

.bg-black-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(0 4 25 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 254 / var(--tw-bg-opacity));
}

.bg-blue-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 13 76 / var(--tw-bg-opacity));
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 203 / var(--tw-bg-opacity));
}

.bg-blue-extralight {
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 255 / var(--tw-bg-opacity));
}

.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(178 191 255 / var(--tw-bg-opacity));
}

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

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

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

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[0\.5rem\] {
  padding: 0.5rem;
}

.p-\[0\.625rem\] {
  padding: 0.625rem;
}

.p-\[1\.25rem\] {
  padding: 1.25rem;
}

.p-\[1\.5rem\] {
  padding: 1.5rem;
}

.p-\[1rem\] {
  padding: 1rem;
}

.p-\[2rem\] {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[0\.75rem\] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-\[1\.0625rem\] {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}

.px-\[1\.3125rem\] {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1\.8125rem\] {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-\[0\.25rem\] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[1\.0625rem\] {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.py-\[1\.125rem\] {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1\.625rem\] {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[2\.6875rem\] {
  padding-top: 2.6875rem;
  padding-bottom: 2.6875rem;
}

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[3\.125rem\] {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-\[0\.5625rem\] {
  padding-bottom: 0.5625rem;
}

.pb-\[0\.5rem\] {
  padding-bottom: 0.5rem;
}

.pb-\[0\.625rem\] {
  padding-bottom: 0.625rem;
}

.pb-\[0\.75rem\] {
  padding-bottom: 0.75rem;
}

.pb-\[1\.0625rem\] {
  padding-bottom: 1.0625rem;
}

.pb-\[1\.25rem\] {
  padding-bottom: 1.25rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pb-\[2\.375rem\] {
  padding-bottom: 2.375rem;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

.pb-\[2\.8125rem\] {
  padding-bottom: 2.8125rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}

.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

.pl-\[1\.875rem\] {
  padding-left: 1.875rem;
}

.pl-\[3\.75rem\] {
  padding-left: 3.75rem;
}

.pr-\[2\.5rem\] {
  padding-right: 2.5rem;
}

.pr-\[8\.4375rem\] {
  padding-right: 8.4375rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-\[0\.1875rem\] {
  padding-top: 0.1875rem;
}

.pt-\[0\.3125rem\] {
  padding-top: 0.3125rem;
}

.pt-\[0\.75rem\] {
  padding-top: 0.75rem;
}

.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}

.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}

.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}

.pt-\[2\.3125rem\] {
  padding-top: 2.3125rem;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[3\.125rem\] {
  padding-top: 3.125rem;
}

.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}

.pt-\[5rem\] {
  padding-top: 5rem;
}

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

.font-bigBadRoboto {
  font-family: BigBadRobot;
}

.font-inter {
  font-family: Inter;
}

.font-sofia {
  font-family: SofiaSans;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5625rem\] {
  font-size: 1.5625rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.625rem\] {
  font-size: 1.625rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1\.875rem\] {
  font-size: 1.875rem;
}

.text-\[10\.5rem\] {
  font-size: 10.5rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.0625rem\] {
  font-size: 2.0625rem;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-\[2\.9375rem\] {
  font-size: 2.9375rem;
}

.text-\[25\.5583125rem\] {
  font-size: 25.5583125rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[3\.0625rem\] {
  font-size: 3.0625rem;
}

.text-\[3\.875rem\] {
  font-size: 3.875rem;
}

.text-\[3rem\] {
  font-size: 3rem;
}

.text-\[51\.75rem\] {
  font-size: 51.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.25rem\] {
  line-height: 1.25rem;
}

.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}

.leading-\[1\.5625rem\] {
  line-height: 1.5625rem;
}

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}

.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}

.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}

.leading-\[12\.8125rem\] {
  line-height: 12.8125rem;
}

.leading-\[14\.875rem\] {
  line-height: 14.875rem;
}

.leading-\[2\.125rem\] {
  line-height: 2.125rem;
}

.leading-\[2\.25rem\] {
  line-height: 2.25rem;
}

.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}

.leading-\[22\.875rem\] {
  line-height: 22.875rem;
}

.leading-\[2rem\] {
  line-height: 2rem;
}

.leading-\[3\.375rem\] {
  line-height: 3.375rem;
}

.leading-\[4\.25rem\] {
  line-height: 4.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[0\.01625rem\] {
  letter-spacing: 0.01625rem;
}

.tracking-\[0\.0225rem\] {
  letter-spacing: 0.0225rem;
}

.text-\[\#8291A4FF\] {
  color: #8291A4FF;
}

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

.text-black-dark {
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
}

.text-black-light {
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

.text-black-medium {
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

.text-blue-extralight {
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
}

.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
}

.text-blue-medium {
  --tw-text-opacity: 1;
  color: rgb(0 26 152 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(103 110 118 / var(--tw-text-opacity));
}

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

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.shadow-\[0_0\.625rem_1\.25rem_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 0.625rem 1.25rem 0 rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 0.625rem 1.25rem 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_3px_10px_rgb\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 3px 10px rgb(0,0,0,0.2);
  --tw-shadow-colored: 0 3px 10px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  -webkit-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);
          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);
}

.backdrop-blur-\[1\.6875rem\] {
  --tw-backdrop-blur: blur(1.6875rem);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

  src:  url('assets/fonts/icomoon.eot?eeu48h');

  src:  url('assets/fonts/icomoon.eot?eeu48h#iefix') format('embedded-opentype'),
  url('assets/fonts/icomoon.ttf?eeu48h') format('truetype'),
  url('assets/fonts/icomoon.woff?eeu48h') format('woff'),
  url('assets/fonts/icomoon.svg?eeu48h#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-remove_circle_outline:before {
  content: "\e91a";
}

.icon-add_circle_outline:before {
  content: "\e91b";
}

.icon-control_point:before {
  content: "\e91b";
}

.icon-spinner:before {
  content: "\e919";
}

.icon-user:before {
  content: "\e918";
}

.icon-filled:before {
  content: "\e917";
}

.icon-ri-search-line:before {
  content: "\e915";
}

.icon-arrow-left-line:before {
  content: "\e900";
}

.icon-arrow-paginado:before {
  content: "\e914";
}

.icon-ri-arrow-down:before {
  content: "\e913";
}

.icon-star-y:before {
  content: "\e901";
  color: #ffc738;
}

.icon-comment:before {
  content: "\e902";
}

.icon-checkbox-circle-fill:before {
  content: "\e908";
}

.icon-calendar-event-fill:before {
  content: "\e90a";
}

.icon-car-fill:before {
  content: "\e90c";
}

.icon-map-pin-2-fill:before {
  content: "\e90d";
}

.icon-pin-distance-fill:before {
  content: "\e90e";
}

.icon-linkedin:before {
  content: "\e90f";
}

.icon-dribbble:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-arrow-right-line:before {
  content: "\e906";
}

.icon-arrow-right-up-line:before {
  content: "\e907";
}

.icon-email:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e910";
}

.icon-twitter-old:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e912";
}

#masthead .header-bottom .main-navigation .menu-main-header li.menu-item a {
  margin-right: 2rem;
  display: inline-block;
  cursor: pointer;
  font-family: SofiaSans;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
}

#masthead .header-bottom .main-navigation .menu-main-header li.menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 34 203 / var(--tw-text-opacity));
}

#masthead .header-bottom .main-navigation .menu-main-header li.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

#masthead .header-movil .site-header-menu.menu-movil #nav-bars {
  position: relative;
  height: 1.125rem;
  width: 1.75rem;
  cursor: pointer;
}

#masthead .header-movil .site-header-menu.menu-movil #nav-bars span {
  position: absolute;
  left: 0px;
  display: block;
  height: 0.1875rem;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

#masthead .header-movil .site-header-menu.menu-movil #nav-bars span:nth-child(1) {
  top: 0px;
}

#masthead .header-movil .site-header-menu.menu-movil #nav-bars span:nth-child(2) {
  top: 7px;
}

#masthead .header-movil .site-header-menu.menu-movil #nav-bars span:nth-child(3) {
  top: 14px;
}

.admin-bar #masthead.menu-fixed{
  top:32px;
}

@media (max-width: 782px){
  .admin-bar #masthead.menu-fixed {
    top: 46px;
  }
}

.menu-movile-active {
  overflow: hidden;
}

.menu-movile-active #menu-mobile {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  webkit-transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#menu-mobile {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 350;
  height: 100vh;
  width: 100%;
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  webkit-transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}

#menu-mobile .menu-nav-movil {
  padding-top: 2.5rem;
}

#menu-mobile .menu-nav-movil .menu-movil-principal li.menu-item a {
  margin-bottom: 1.5rem;
  display: inline-block;
  cursor: pointer;
  font-family: SofiaSans;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
}

#menu-mobile .menu-nav-movil .menu-movil-principal li.menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 34 203 / var(--tw-text-opacity));
}

#menu-mobile .menu-nav-movil .menu-movil-principal li.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

.admin-bar #menu-mobile {
  padding-top: 30px;
}

@media (max-width: 782px) {
  .admin-bar #menu-mobile {
    padding-top:45px;
  }
}

.autocomplete-container {
  position: relative;
}

.autocomplete-container input {
  width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.9375rem;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.autocomplete-container .autocomplete-items {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  /*position the autocomplete items to be the same width as the container:*/
  top: calc(100% + 2px);
}

.autocomplete-container .autocomplete-items div {
  cursor: pointer;
  padding: 0.625rem;
}

.autocomplete-container .autocomplete-items div:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

.autocomplete-container .clear-button {
  position: absolute;
  right: 0.3125rem;
  top: 0px;
  display: none;
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --tw-text-opacity: 1;
  color: rgb(103 110 118 / var(--tw-text-opacity));
}

.autocomplete-container .clear-button:hover {
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
}

.autocomplete-container .clear-button.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator-icon {
  position: absolute;
  top: 0.875rem;
  z-index: 4;
  height: 1.125rem;
  font-size: 1.0625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}

input {
  width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.9375rem;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.custom-select {
  position: relative;
  width: 100%;
  padding-left: 1.5625rem;
  padding-top: 0.375rem;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
}

.select-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.selected-value {
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
  text-align: left ;
}

.select-dropdown {
  position: absolute;
  margin-top: 0.625rem;
  max-height: 12.5rem;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  list-style: none;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.select-dropdown:focus-within {
  -webkit-box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
          box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-dropdown li label {
  width: 100%;
  padding: 0.625rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li:hover, .select-dropdown input:checked ~ label {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* interactivity */

.custom-select.active .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.field-error-msg {
  margin-top: 0.125rem;
  font-family: SofiaSans;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.field-error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  color:rgb(130 145 164);
}

.item-button-select input[type="radio"]:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 255 / var(--tw-bg-opacity));
}

*{
  outline: none !important;
}

html{
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-family: SofiaSans;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: SofiaSans;
}

/* Container */

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .container, .container-full {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1232px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-full {
    max-width: 1432px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

  .container-full {
    max-width: 1432px;
  }
}

.border-white-op{
  border-top:1px solid rgba(255,255,255,0.2);
}

.border-white-bottom{
  border-bottom:1px solid rgba(229,234,255,0.3);
}

.border-black-bottom{
  border-bottom:1px solid rgba(0,46,36,0.2);
}

.border-card-gray {
  border: 1px solid rgba(11, 20, 31, 0.20);
}

.border-black-top{
  border-top:1px solid rgba(0,46,36,0.2);
}

.bg-black-icon{
  background:rgba(0,4,25,0.2);
}

.bg-degradado-hero{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12%, rgba(0, 4, 25, 0.90)), color-stop(42.29%, rgba(0, 4, 25, 0.48)), color-stop(62.65%, rgba(0, 4, 25, 0.06)));
  background: linear-gradient(0deg, rgba(0, 4, 25, 0.90) 0.12%, rgba(0, 4, 25, 0.48) 42.29%, rgba(0, 4, 25, 0.06) 62.65%);
}

.title-especial span {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.title-section {
  font-family: SofiaSans;
  font-size: 1.75rem;
  font-weight: 800;
  font-style: italic;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .title-section {
    font-size: 3rem;
    line-height: 4rem;
  }
}

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

.title-section.title-section-page {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .title-section.title-section-page {
    font-size: 3.875rem;
    line-height: 4.25rem;
  }
}

.subtitle-section {
  font-family: SofiaSans;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 26 152 / var(--tw-text-opacity));
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .subtitle-section {
    font-size: 1.25rem;
  }
}

.subtitle-section.blue-light-text {
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
}

.btn-blue-blue {
  display: inline-block;
  border-radius: 0.1875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 254 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: SofiaSans;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
}

.description-search {
  font-family: SofiaSans;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
}

.description-search span {
  font-family: SofiaSans;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
}

footer .footer-sidebar h2.widget-title {
  margin-bottom: 2rem;
  font-family: SofiaSans;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
}

footer .footer-sidebar ul.menu li a {
  margin-bottom: 0.75rem;
  display: inline-block;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
}

footer .footer-sidebar ul.menu li a:hover {
  text-decoration-line: underline;
}

.accordion-list li.active .title-acordion-info {
  --tw-text-opacity: 1 !important;
  color: rgb(0 43 254 / var(--tw-text-opacity)) !important;
}

.formulario-contact .form-group {
  position: relative;
  margin-bottom: 2rem;
}

.formulario-contact .form-group .form-label {
  position: absolute;
  left: 0px;
  top: 1.25rem;
  z-index: 10;
  background-color: transparent;
  font-family: SofiaSans;
  font-size: 1.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.formulario-contact .form-group .form-label-file {
  z-index: 10;
  margin-bottom: 0.625rem;
  display: block;
  background-color: transparent;
  font-family: SofiaSans;
  font-size: 1.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.formulario-contact .wpcf7-file {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.formulario-contact .focused .form-label {
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
  opacity: 0.8;
  -webkit-transform: translateY(-125%);
      -ms-transform: translateY(-125%);
          transform: translateY(-125%);
}

.formulario-contact .form-input {
  position: relative;
  z-index: 11;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 234 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  font-family: SofiaSans;
  font-size: 1.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
}

.formulario-contact .wpcf7-submit {
  cursor: pointer;
  border-radius: 0.1875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: SofiaSans;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
}

.description-css-section p {
  margin-bottom: 1.5rem;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .description-css-section p {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.description-css-section p a {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

.description-work-section p {
  margin-bottom: 1.5rem;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .description-work-section p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.description-work-section p a {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

.description-css h2 {
  margin-bottom: 1.875rem;
  font-family: SofiaSans;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .description-css h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}

.description-css h3 {
  text-align: center;
  font-family: SofiaSans;
  font-size: 1.25rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .description-css h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.description-css p {
  margin-bottom: 1.5rem;
  font-family: SofiaSans;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .description-css p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.description-css figure {
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 100%;
}

.description-css figure img {
  width: 100%;
  max-width: 100%;
}

.description-css figure figcaption {
  margin-top: 1.5rem;
  text-align: center;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
  opacity: 0.6;
}

.description-css ol, .description-css ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.description-css ol li, .description-css ul li {
  font-family: SofiaSans;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
}

.description-css ol {
  list-style-type: decimal;
  list-style: decimal;
}

.description-css ul {
  list-style-type: disc;
  list-style: disc;
}

.description-css blockquote {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
  border-left-width: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 43 254 / var(--tw-border-opacity));
  padding-left: 1.875rem;
}

.description-css blockquote p {
  font-family: SofiaSans;
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .description-css blockquote p {
    font-size: 2.625rem;
    line-height: 1.5;
  }
}

.description-css a {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
  opacity: 0.8;
}

.description-resp p {
  margin-bottom: 1rem;
}

.description-css-especial p {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: SofiaSans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .description-css-especial p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.description-css-especial a {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
  opacity: 0.8;
}

.paginado-custom .page-numbers {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 4 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 234 255 / var(--tw-bg-opacity));
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-family: THICCCBOI;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 4 25 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .paginado-custom .page-numbers {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3.75rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    font-size: 1.5rem;
  }
}

.paginado-custom .page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(0 43 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 234 255 / var(--tw-text-opacity));
}

.paginado-custom .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 191 255 / var(--tw-bg-opacity));
}

.accordion-list-faqs .group-info {
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  border: 1px solid rgba(11, 20, 31, 0.20);
}

.accordion-list-faqs .group-info.active {
  border-width: 0.1875rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 43 254 / var(--tw-border-opacity));
}

.accordion-list-faqs .group-info.active .icon-faqs {
  --tw-rotate: 180deg;
  -webkit-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));
      -ms-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));
          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));
}

.accordion-list-faqs .group-info .respuesta {
  font-family: SofiaSans;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 31 / var(--tw-text-opacity));
  opacity: 0.8;
}

.accordion-list-faqs .group-info .respuesta p {
  margin-bottom: 1rem;
}

#arrow-quotes .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#arrow-quotes .slick-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 254 / var(--tw-bg-opacity));
}

#arrow-quotes .slick-arrow{
  border: 1px solid rgba(0, 43, 254, 0.3);
}

#arrow-quotes .slick-arrow.slick-disabled {
  cursor: default;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(103 110 118 / var(--tw-border-opacity));
}

#arrow-quotes .slick-arrow.slick-disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#arrow-quotes .slick-arrow.slick-disabled span.flecha-icon {
  --tw-text-opacity: 1;
  color: rgb(103 110 118 / var(--tw-text-opacity));
}

#arrow-quotes .slick-prev-btn, #arrow-quotes .slick-next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#arrow-quotes .slick-prev-btn {
  left: 0px;
}

#arrow-quotes .slick-next-btn {
  right: 0px;
}

.container-gallery {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  gap: 0.4375rem;
}

@media (min-width: 1024px) {
  .container-gallery {
    gap: 1.875rem;
  }
}

.container-gallery .img-gallery {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .container-gallery .img-gallery {
    margin-bottom: 2.5rem;
  }
}

/* HTML: <div class="loader"></div> */

.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-animation: l5 1s infinite linear alternate;
          animation: l5 1s infinite linear alternate;
}

@-webkit-keyframes l5 {
  0%  {
    -webkit-box-shadow: 20px 0 #000, -20px 0 #0002;
            box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #000
  }

  33% {
    -webkit-box-shadow: 20px 0 #000, -20px 0 #0002;
            box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #0002
  }

  66% {
    -webkit-box-shadow: 20px 0 #0002,-20px 0 #000;
            box-shadow: 20px 0 #0002,-20px 0 #000;
    background: #0002
  }

  100%{
    -webkit-box-shadow: 20px 0 #0002,-20px 0 #000;
            box-shadow: 20px 0 #0002,-20px 0 #000;
    background: #000
  }
}

@keyframes l5 {
  0%  {
    -webkit-box-shadow: 20px 0 #000, -20px 0 #0002;
            box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #000
  }

  33% {
    -webkit-box-shadow: 20px 0 #000, -20px 0 #0002;
            box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #0002
  }

  66% {
    -webkit-box-shadow: 20px 0 #0002,-20px 0 #000;
            box-shadow: 20px 0 #0002,-20px 0 #000;
    background: #0002
  }

  100%{
    -webkit-box-shadow: 20px 0 #0002,-20px 0 #000;
            box-shadow: 20px 0 #0002,-20px 0 #000;
    background: #000
  }
}

@media (max-width: 1023px) {
  #arrow-quotes {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #arrow-quotes .slick-prev-btn, #arrow-quotes .slick-next-btn {
    position: relative;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 43 254 / var(--tw-text-opacity));
}

.hover\:text-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgb(178 191 255 / var(--tw-text-opacity));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(62 171 54 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

@media (min-width: 640px) {
  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:p-4 {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

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

  .md\:mt-\[1\.1875rem\] {
    margin-top: 1.1875rem;
  }

  .md\:mt-\[7\.875rem\] {
    margin-top: 7.875rem;
  }

  .md\:block {
    display: block;
  }

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

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

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

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

  .md\:max-w-\[6rem\] {
    max-width: 6rem;
  }

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

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-x-\[6\.5625rem\] {
    -webkit-column-gap: 6.5625rem;
       -moz-column-gap: 6.5625rem;
            column-gap: 6.5625rem;
  }

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

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

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

@media (min-width: 1024px) {
  .lg\:bottom-\[3\.8125rem\] {
    bottom: 3.8125rem;
  }

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

  .lg\:left-\[-1\.9375rem\] {
    left: -1.9375rem;
  }

  .lg\:left-\[3\.8125rem\] {
    left: 3.8125rem;
  }

  .lg\:right-\[1\.75rem\] {
    right: 1.75rem;
  }

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

  .lg\:top-\[-1\.8125rem\] {
    top: -1.8125rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:my-\[1\.125rem\] {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:-ml-\[0\.9375rem\] {
    margin-left: -0.9375rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-\[1\.125rem\] {
    margin-bottom: 1.125rem;
  }

  .lg\:mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-\[1\.75rem\] {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-\[1\.875rem\] {
    margin-bottom: 1.875rem;
  }

  .lg\:mb-\[1rem\] {
    margin-bottom: 1rem;
  }

  .lg\:mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

  .lg\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-\[3rem\] {
    margin-bottom: 3rem;
  }

  .lg\:mb-\[4rem\] {
    margin-bottom: 4rem;
  }

  .lg\:ml-\[6\.25rem\] {
    margin-left: 6.25rem;
  }

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

  .lg\:mr-\[1\.5rem\] {
    margin-right: 1.5rem;
  }

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

  .lg\:mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }

  .lg\:mt-\[2rem\] {
    margin-top: 2rem;
  }

  .lg\:mt-\[3\.125rem\] {
    margin-top: 3.125rem;
  }

  .lg\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .lg\:mt-\[4rem\] {
    margin-top: 4rem;
  }

  .lg\:mt-\[5rem\] {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[6\.6875rem\] {
    height: 6.6875rem;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

  .lg\:max-w-\[10rem\] {
    max-width: 10rem;
  }

  .lg\:max-w-\[12\.6875rem\] {
    max-width: 12.6875rem;
  }

  .lg\:max-w-\[14\.4375rem\] {
    max-width: 14.4375rem;
  }

  .lg\:max-w-\[14\.625rem\] {
    max-width: 14.625rem;
  }

  .lg\:max-w-\[14rem\] {
    max-width: 14rem;
  }

  .lg\:max-w-\[20\.3125rem\] {
    max-width: 20.3125rem;
  }

  .lg\:max-w-\[27\.5rem\] {
    max-width: 27.5rem;
  }

  .lg\:max-w-\[34\.375rem\] {
    max-width: 34.375rem;
  }

  .lg\:max-w-\[34\.6875rem\] {
    max-width: 34.6875rem;
  }

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

  .lg\:max-w-\[4\.125rem\] {
    max-width: 4.125rem;
  }

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

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

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

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

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:gap-\[2\.5rem\] {
    gap: 2.5rem;
  }

  .lg\:gap-\[2rem\] {
    gap: 2rem;
  }

  .lg\:gap-\[3\.125rem\] {
    gap: 3.125rem;
  }

  .lg\:gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .lg\:gap-\[5\.625rem\] {
    gap: 5.625rem;
  }

  .lg\:gap-\[5rem\] {
    gap: 5rem;
  }

  .lg\:gap-\[6rem\] {
    gap: 6rem;
  }

  .lg\:gap-\[7\.5rem\] {
    gap: 7.5rem;
  }

  .lg\:gap-x-\[1\.5rem\] {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .lg\:gap-y-\[4rem\] {
    row-gap: 4rem;
  }

  .lg\:p-\[1\.5rem\] {
    padding: 1.5rem;
  }

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

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

  .lg\:px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:py-\[0\.5rem\] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-\[0\.875rem\] {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-\[2\.5rem\] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-\[2\.6875rem\] {
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
  }

  .lg\:py-\[4\.0625rem\] {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .lg\:pb-\[10rem\] {
    padding-bottom: 10rem;
  }

  .lg\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }

  .lg\:pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[3\.125rem\] {
    padding-bottom: 3.125rem;
  }

  .lg\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }

  .lg\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }

  .lg\:pb-\[5rem\] {
    padding-bottom: 5rem;
  }

  .lg\:pb-\[6\.25rem\] {
    padding-bottom: 6.25rem;
  }

  .lg\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }

  .lg\:pb-\[7\.625rem\] {
    padding-bottom: 7.625rem;
  }

  .lg\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }

  .lg\:pt-\[2rem\] {
    padding-top: 2rem;
  }

  .lg\:pt-\[3\.75rem\] {
    padding-top: 3.75rem;
  }

  .lg\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .lg\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .lg\:pt-\[5rem\] {
    padding-top: 5rem;
  }

  .lg\:pt-\[7\.5rem\] {
    padding-top: 7.5rem;
  }

  .lg\:pt-\[8\.125rem\] {
    padding-top: 8.125rem;
  }

  .lg\:pt-\[8\.5rem\] {
    padding-top: 8.5rem;
  }

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

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[2\.1875rem\] {
    font-size: 2.1875rem;
  }

  .lg\:text-\[22\.3125rem\] {
    font-size: 22.3125rem;
  }

  .lg\:text-\[3\.875rem\] {
    font-size: 3.875rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[4\.25rem\] {
    font-size: 4.25rem;
  }

  .lg\:text-\[5\.125rem\] {
    font-size: 5.125rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }

  .lg\:leading-\[1\.625rem\] {
    line-height: 1.625rem;
  }

  .lg\:leading-\[1\.75rem\] {
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.875rem\] {
    line-height: 1.875rem;
  }

  .lg\:leading-\[2\.25rem\] {
    line-height: 2.25rem;
  }

  .lg\:leading-\[24\.25rem\] {
    line-height: 24.25rem;
  }

  .lg\:leading-\[2rem\] {
    line-height: 2rem;
  }

  .lg\:leading-\[4\.25rem\] {
    line-height: 4.25rem;
  }

  .lg\:leading-\[4\.625rem\] {
    line-height: 4.625rem;
  }

  .lg\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .lg\:leading-\[5\.375rem\] {
    line-height: 5.375rem;
  }

  .lg\:tracking-\[0\.03rem\] {
    letter-spacing: 0.03rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:pl-\[3\.8125rem\] {
    padding-left: 3.8125rem;
  }

  .xl\:pr-\[3\.8125rem\] {
    padding-right: 3.8125rem;
  }
}

@media (min-width: 1536px) {
  @media (min-width: 1536px) {
    .\32xl\:2xl\:w-\[76\%\] {
      width: 76%;
    }
  }

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

  .\32xl\:max-w-\[1480px\] {
    max-width: 1480px;
  }
}



.site-branding{
	max-width: 140px
}


@media (max-width: 1199px) {
  .site-branding{
	 width: 110px
  }	
}

@media (max-width: 1023px) {
  .site-branding{
	 width: 90px
  }	
}

@media (max-width: 767px) {
  .site-branding{
	 width: 70px
  }	
}

.site-footer .footer-info{
	max-width: 180px!important;
}

