/*
! tailwindcss v3.3.1 | 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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* 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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-\[0\] {
  left: 0;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-\[10\%\] {
  right: 10%;
}
.top-0 {
  top: 0px;
}
.top-\[0\] {
  top: 0;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[75\%\] {
  top: 75%;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[6\] {
  z-index: 6;
}
.z-\[7\] {
  z-index: 7;
}
.m-0 {
  margin: 0px;
}
.m-\[25px\] {
  margin: 25px;
}
.m-\[5px\] {
  margin: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.me-auto {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mr-\[-4px\] {
  margin-right: -4px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[25px\] {
  margin-right: 25px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.ms-auto {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.mt-\[-24px\] {
  margin-top: -24px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[140px\] {
  margin-top: 140px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[235px\] {
  height: 235px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-full {
  height: 100%;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-full {
  min-height: 100%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-2 {
  flex: 2 2 0%;
}
.flex-3 {
  flex: 3 3 0%;
}
.translate-x-\[-50\%\] {
  --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));
}
.translate-y-\[-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));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#0086f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 134 240 / var(--tw-border-opacity));
}
.border-\[\#8080804a\] {
  border-color: #8080804a;
}
.border-\[\#ffffff26\] {
  border-color: #ffffff26;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#0056b3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 179 / var(--tw-bg-opacity));
}
.bg-\[\#005B8A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 138 / var(--tw-bg-opacity));
}
.bg-\[\#1c1c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-\[\#1ea1f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 161 243 / var(--tw-bg-opacity));
}
.bg-\[\#3b5998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity));
}
.bg-\[\#757475\] {
  --tw-bg-opacity: 1;
  background-color: rgb(117 116 117 / var(--tw-bg-opacity));
}
.bg-\[\#8080804a\] {
  background-color: #8080804a;
}
.bg-\[\#8a5a4e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 90 78 / var(--tw-bg-opacity));
}
.bg-\[\#ce201f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 32 31 / var(--tw-bg-opacity));
}
.bg-\[\#f7f9fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff1a\] {
  background-color: #ffffff1a;
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/storage\/img\/\{\{\$blog\[\'cover\'\]\}\}\'\)\] {
  background-image: url('/storage/img/{{$blog['cover']}}');
}
.bg-cover {
  background-size: cover;
}
.fill-white {
  fill: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[45px\] {
  padding: 45px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[70px\] {
  padding: 70px;
}
.p-\[8px\] {
  padding: 8px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[17px\] {
  padding-left: 17px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pl-\[70px\] {
  padding-left: 70px;
}
.pl-\[75px\] {
  padding-left: 75px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[17px\] {
  padding-right: 17px;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pr-\[70px\] {
  padding-right: 70px;
}
.pr-\[75px\] {
  padding-right: 75px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.align-baseline {
  vertical-align: baseline;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[70px\] {
  font-size: 70px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.text-\[\#005B8A\] {
  --tw-text-opacity: 1;
  color: rgb(0 91 138 / var(--tw-text-opacity));
}
.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-\[\#767775\] {
  --tw-text-opacity: 1;
  color: rgb(118 119 117 / var(--tw-text-opacity));
}
.text-\[\#8080804a\] {
  color: #8080804a;
}
.text-\[\#b0b0b0\] {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
.text-\[gray\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:bg-\[\#0073ce\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 206 / var(--tw-bg-opacity));
}
.hover\:text-\[\#0086f0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 134 240 / var(--tw-text-opacity));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 0px) and (max-width: 375px) {

  .xxsmall\:right-\[0\%\] {
    right: 0%;
  }

  .xxsmall\:m-\[10px\] {
    margin: 10px;
  }

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

  .xxsmall\:ml-\[0px\] {
    margin-left: 0px;
  }

  .xxsmall\:ml-\[5px\] {
    margin-left: 5px;
  }

  .xxsmall\:mr-\[0px\] {
    margin-right: 0px;
  }

  .xxsmall\:mr-\[20px\] {
    margin-right: 20px;
  }

  .xxsmall\:mr-\[5px\] {
    margin-right: 5px;
  }

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

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

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

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

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

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

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

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

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

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

  .xxsmall\:flex {
    display: flex;
  }

  .xxsmall\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxsmall\:p-\[0px\] {
    padding: 0px;
  }

  .xxsmall\:p-\[10px\] {
    padding: 10px;
  }

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

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

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

  .xxsmall\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xxsmall\:pl-\[30px\] {
    padding-left: 30px;
  }

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

  .xxsmall\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xxsmall\:pr-\[30px\] {
    padding-right: 30px;
  }

  .xxsmall\:pr-\[35px\] {
    padding-right: 35px;
  }

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

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

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

  .xxsmall\:text-justify {
    text-align: justify;
  }

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

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

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

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

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

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

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

  .xxsmall\:text-\[35px\] {
    font-size: 35px;
  }
}
@media (min-width: 376px) and (max-width: 520px) {

  .xsmall\:right-\[0\%\] {
    right: 0%;
  }

  .xsmall\:m-\[10px\] {
    margin: 10px;
  }

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

  .xsmall\:ml-\[0px\] {
    margin-left: 0px;
  }

  .xsmall\:ml-\[5px\] {
    margin-left: 5px;
  }

  .xsmall\:mr-\[0px\] {
    margin-right: 0px;
  }

  .xsmall\:mr-\[20px\] {
    margin-right: 20px;
  }

  .xsmall\:mr-\[5px\] {
    margin-right: 5px;
  }

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

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

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

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

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

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

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

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

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

  .xsmall\:flex {
    display: flex;
  }

  .xsmall\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xsmall\:p-\[0px\] {
    padding: 0px;
  }

  .xsmall\:p-\[10px\] {
    padding: 10px;
  }

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

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

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

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

  .xsmall\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xsmall\:pl-\[25px\] {
    padding-left: 25px;
  }

  .xsmall\:pl-\[30px\] {
    padding-left: 30px;
  }

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

  .xsmall\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xsmall\:pr-\[25px\] {
    padding-right: 25px;
  }

  .xsmall\:pr-\[30px\] {
    padding-right: 30px;
  }

  .xsmall\:pr-\[35px\] {
    padding-right: 35px;
  }

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

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

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

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

  .xsmall\:text-justify {
    text-align: justify;
  }

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

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

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

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

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

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

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

  .xsmall\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 521px) and (max-width: 650px) {

  .small\:right-\[0\%\] {
    right: 0%;
  }

  .small\:m-\[10px\] {
    margin: 10px;
  }

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

  .small\:ml-\[0px\] {
    margin-left: 0px;
  }

  .small\:ml-\[10px\] {
    margin-left: 10px;
  }

  .small\:ml-\[25px\] {
    margin-left: 25px;
  }

  .small\:mr-\[0px\] {
    margin-right: 0px;
  }

  .small\:mr-\[10px\] {
    margin-right: 10px;
  }

  .small\:mr-\[20px\] {
    margin-right: 20px;
  }

  .small\:mr-\[25px\] {
    margin-right: 25px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small\:flex {
    display: flex;
  }

  .small\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small\:p-\[0px\] {
    padding: 0px;
  }

  .small\:p-\[10px\] {
    padding: 10px;
  }

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

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

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

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

  .small\:pl-\[25px\] {
    padding-left: 25px;
  }

  .small\:pl-\[30px\] {
    padding-left: 30px;
  }

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

  .small\:pl-\[40px\] {
    padding-left: 40px;
  }

  .small\:pr-\[20px\] {
    padding-right: 20px;
  }

  .small\:pr-\[25px\] {
    padding-right: 25px;
  }

  .small\:pr-\[30px\] {
    padding-right: 30px;
  }

  .small\:pr-\[35px\] {
    padding-right: 35px;
  }

  .small\:pr-\[40px\] {
    padding-right: 40px;
  }

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

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

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

  .small\:text-justify {
    text-align: justify;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 651px) and (max-width: 900px) {

  .meduim\:right-\[0\%\] {
    right: 0%;
  }

  .meduim\:m-\[10px\] {
    margin: 10px;
  }

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

  .meduim\:ml-\[0px\] {
    margin-left: 0px;
  }

  .meduim\:ml-\[10px\] {
    margin-left: 10px;
  }

  .meduim\:ml-\[20px\] {
    margin-left: 20px;
  }

  .meduim\:mr-\[0px\] {
    margin-right: 0px;
  }

  .meduim\:mr-\[10px\] {
    margin-right: 10px;
  }

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

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

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

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

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

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

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

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

  .meduim\:flex {
    display: flex;
  }

  .meduim\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .meduim\:p-\[0px\] {
    padding: 0px;
  }

  .meduim\:p-\[10px\] {
    padding: 10px;
  }

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

  .meduim\:p-\[30px\] {
    padding: 30px;
  }

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

  .meduim\:pl-\[15px\] {
    padding-left: 15px;
  }

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

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

  .meduim\:pl-\[40px\] {
    padding-left: 40px;
  }

  .meduim\:pr-\[10px\] {
    padding-right: 10px;
  }

  .meduim\:pr-\[15px\] {
    padding-right: 15px;
  }

  .meduim\:pr-\[20px\] {
    padding-right: 20px;
  }

  .meduim\:pr-\[35px\] {
    padding-right: 35px;
  }

  .meduim\:pr-\[40px\] {
    padding-right: 40px;
  }

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

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

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

  .meduim\:text-justify {
    text-align: justify;
  }

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

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

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

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

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

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

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

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

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

  .meduim\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {

  .larg\:z-\[0\] {
    z-index: 0;
  }

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

  .larg\:mr-\[20px\] {
    margin-right: 20px;
  }

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

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

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

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

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

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

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

  .larg\:flex {
    display: flex;
  }

  .larg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .larg\:p-\[10px\] {
    padding: 10px;
  }

  .larg\:p-\[30px\] {
    padding: 30px;
  }

  .larg\:p-\[5px\] {
    padding: 5px;
  }

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

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

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

  .larg\:pl-\[5px\] {
    padding-left: 5px;
  }

  .larg\:pr-\[0px\] {
    padding-right: 0px;
  }

  .larg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .larg\:pr-\[5px\] {
    padding-right: 5px;
  }

  .larg\:pr-\[70px\] {
    padding-right: 70px;
  }

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

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

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

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

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

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

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

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

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

  .larg\:text-\[50px\] {
    font-size: 50px;
  }
}
@media (min-width: 1301px) and (max-width: 1440px) {

  .xlarg\:z-\[0\] {
    z-index: 0;
  }

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

  .xlarg\:hidden {
    display: none;
  }

  .xlarg\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {

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

  .xxlarg\:hidden {
    display: none;
  }

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

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

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

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