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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

ul,
  li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration-line: none;
}

html {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
}

body {
  width: 100%;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: var(--main-color);
}

svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
}

img.svg {
  height: 15px;
  width: 15px;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white-color);
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.edrea_tm_all_wrap {
  position: relative;
  isolation: isolate;
  float: left;
  clear: both;
  min-height: 100vh;
  width: 100%;
}

.edrea_tm_all_wrap,
  .edrea_tm_all_wrap * {
  box-sizing: border-box;
}

.waves {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 0;
}

.edrea_tm_topbar .topbar_inner {
  padding-top: 20px;
}

.edrea_tm_topbar .hamburger {
  padding: 0px;
}

.edrea_tm_topbar .hamburger-inner,
  .edrea_tm_topbar .hamburger-inner:after,
  .edrea_tm_topbar .hamburger-inner:before {
  height: 2px;
  width: 30px;
  background-color: var(--white-color);
}

.edrea_tm_topbar .hamburger.is-active .hamburger-inner,
  .edrea_tm_topbar .hamburger.is-active .hamburger-inner:after,
  .edrea_tm_topbar .hamburger.is-active .hamburger-inner:before {
  background-color: var(--white-color);
}

.edrea_tm_topbar .trigger {
  position: relative;
  top: 5px;
}

.edrea_tm_topbar .hamburger-box {
  width: 30px;
}

.edrea_tm_mobile_menu.opened {
  right: 0px;
}

.edrea_tm_mobile_menu .menu_list ul li.active a {
  color: var(--pink-color);
}

.edrea_tm_header .menu ul li.active a {
  color: var(--pink-color);
}

.edrea_tm_header .menu ul li a:hover {
  color: var(--pink-color);
}

.edrea_tm_header .menu ul li a.menu_gradient_hover:hover,
  .edrea_tm_mobile_menu .menu_list ul li a.menu_gradient_hover:hover {
  background-image: linear-gradient(90deg, #cc102f 0%, #fe9001 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.edrea_tm_button {
  position: relative;
  z-index: 5;
  float: left;
  clear: both;
  height: auto;
  width: 100%;
}

/* .edrea_tm_button a {
    @apply text-white-color inline-block bg-pink-color px-[40px] py-[10px] text-center rounded-[50px] font-poppins transition-all duration-300;
  }
  .edrea_tm_button a:hover {
    @apply bg-white-color text-black;
  } */

.edrea_tm_button.full a {
  display: block;
}

.edrea_tm_section {
  visibility: hidden;
  position: absolute;
  inset: 0px;
  z-index: 8;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
}

.edrea_tm_section.animated {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

.edrea_tm_section.active {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

.edrea_tm_section.hidden {
  visibility: hidden;
  z-index: 9;
  opacity: 0;
}

.edrea_tm_section::-webkit-scrollbar {
  width: 0px;
}

.edrea_tm_section .section_inner {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  align-items: center;
}

.edrea_tm_modalbox {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100vh;
  background-color: rgba(0,0,0,1);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.edrea_tm_modalbox.opened {
  visibility: visible;
  opacity: 1;
}

.edrea_tm_modalbox .box_inner {
  visibility: hidden;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  margin-top: -20px;
  width: 1000px;
  --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));
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 300ms;
}

.edrea_tm_modalbox.opened .box_inner {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}

.edrea_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0px;
  z-index: 10;
  margin-left: 30px;
}

.edrea_tm_modalbox .close a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--white-color);
  color: var(--white-color);
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.edrea_tm_modalbox .close a:hover {
  border-radius: 9999px;
}

.edrea_tm_modalbox .close a i {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.edrea_tm_modalbox .description_wrap {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.edrea_tm_modalbox .description_wrap:before {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 7;
  height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.edrea_tm_modalbox .description_wrap:after {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 7;
  height: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.edrea_tm_modalbox .description_wrap::-webkit-scrollbar {
  width: 0px;
}

.edrea_tm_section.edrea_tm_hidden_content {
  visibility: hidden;
  z-index: 9;
  opacity: 0;
}

.edrea_tm_hidden_content {
  visibility: hidden;
  position: absolute;
  z-index: -111;
  display: none;
  opacity: 0;
}

.edrea_tm_main_title {
  float: left;
  clear: both;
  height: auto;
  width: 100%;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: rgba(255,255,255,.15);
  padding-bottom: 20px;
}

.edrea_tm_main_title h3 {
  font-weight: 700;
}

.edrea_tm_main_title span {
  font-weight: 700;
}

.edrea_tm_full_link {
  position: absolute;
  inset: 0px;
  z-index: 5;
}

.edrea_tm_modalbox .portfolio_popup_details .top_image {
  position: relative;
  margin-bottom: 25px;
}

.edrea_tm_modalbox .portfolio_popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.edrea_tm_modalbox .portfolio_popup_details .top_image .main {
  position: absolute;
  inset: 0px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.edrea_tm_modalbox .portfolio_popup_details .portfolio_main_title {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.edrea_tm_modalbox .portfolio_popup_details .portfolio_main_title h3 {
  margin-bottom: 3px;
  font-size: 25px;
}

.edrea_tm_modalbox .portfolio_popup_details .portfolio_main_title a {
  color: var(--main-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.edrea_tm_modalbox .portfolio_popup_details .portfolio_main_title a:hover {
  color: var(--white-color);
}

.edrea_tm_modalbox .news_popup_details .top_image {
  position: relative;
  margin-bottom: 25px;
}

.edrea_tm_modalbox .news_popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.edrea_tm_modalbox .news_popup_details .top_image .main {
  position: absolute;
  inset: 0px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.edrea_tm_modalbox .news_popup_details .news_main_title {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.edrea_tm_modalbox .news_popup_details .news_main_title h3 {
  margin-bottom: 3px;
  font-size: 25px;
}

.edrea_tm_modalbox .news_popup_details .news_main_title a {
  color: var(--main-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.edrea_tm_modalbox .news_popup_details .news_main_title a:hover {
  color: var(--white-color);
}

.oki_progress {
  float: left;
  clear: left;
  margin-top: 30px;
  height: auto;
  width: 100%;
}

.progress_inner {
  margin-bottom: 15px;
  width: 100%;
}

.progress_inner:last-child {
  margin-bottom: 0px;
}

.progress_inner > span {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-align: left;
}

.progress_inner span.number {
  float: right;
}

.progress_inner .background {
  position: relative;
  height: 2px;
  width: 100%;
  min-width: 100%;
  background-color: rgba(255,255,255,.15);
}

.progress_inner .background .bar_in {
  height: 100%;
  width: 0px;
  overflow: hidden;
  background-color: var(--pink-color);
}

.progress_inner .background .bar {
  height: 100%;
  width: 0px;
}

.circular_progress_bar .list_inner:after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255,255,255,.15);
  --tw-content: "";
  content: var(--tw-content);
}

.circular_progress_bar .number {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.edrea_tm_modalbox .about_popup_details .timeline .list ul:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,.15);
  --tw-content: "";
  content: var(--tw-content);
}

.edrea_tm_modalbox .about_popup_details .timeline .list ul li:before {
  position: absolute;
  left: -6px;
  top: 12px;
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--pink-color);
  background-color: var(--pink-color);
  --tw-content: "";
  content: var(--tw-content);
}

.edrea_tm_modalbox .about_popup_details .testimonial .owl-carousel .owl-stage-outer {
  overflow: hidden;
  overflow: visible;
}

.edrea_tm_modalbox .about_popup_details .testimonial .owl-item.active {
  opacity: 1;
}

.edrea_tm_modalbox .about_popup_details .testimonial .owl-item {
  opacity: 0;
}

.edrea_tm_portfolio .portfolio_list .list_inner:hover .details {
  bottom: 20px;
}

/* .edrea_tm_contact .empty_notice{
        @apply text-[#f52225] mb-[7px] hidden text-left font-medium;
    }
    .edrea_tm_contact .contact_error{
        @apply text-[#f52225] text-left font-medium;
    }
    .edrea_tm_contact .returnmessage{
        @apply text-[#3A00FF] text-left font-medium;
    } */

/*----------------------------------------------------*/

/*     MEDIA QUERIES FOR SMALL DEVICES                */

/*----------------------------------------------------*/

/******** Larger Screens *********/

@media (max-width: 1400px) {
  body {
    font-size: 15px;
  }

  .edrea_tm_header {
    width: 800px;
  }

  .edrea_tm_header .header_inner {
    padding-top: 30px;
  }

  .edrea_tm_content {
    top: 80px;
    bottom: 20px;
    width: 800px;
  }

  .edrea_tm_home .name {
    margin-bottom: 17px;
    font-size: 55px;
  }

  .edrea_tm_home .job {
    margin-bottom: 32px;
    font-size: 23px;
  }

  .edrea_tm_about .right .short .name {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .edrea_tm_about .right .short {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }

  .edrea_tm_about .right {
    padding-left: 75px;
  }

  .edrea_tm_about .right text {
    margin-bottom: 30px;
  }

  .edrea_tm_modalbox .box_inner {
    top: 15px;
    bottom: 15px;
    width: 1000px;
  }

  .edrea_tm_modalbox .close {
    margin-left: 20px;
  }

  .edrea_tm_modalbox .close a {
    height: 35px;
    width: 35px;
  }

  .edrea_tm_modalbox .about_popup_details .left {
    width: 35%;
  }

  .edrea_tm_modalbox .about_popup_details .right {
    padding-left: 35%;
  }

  .edrea_tm_modalbox .about_popup_details .left .left_inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .edrea_tm_modalbox .about_popup_details .left .short .name {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .edrea_tm_modalbox .about_popup_details .left .list ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .edrea_tm_button a {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .edrea_tm_modalbox .about_popup_details .left .list ul li span {
    padding-left: 32px;
    font-size: 14px;
  }

  .edrea_tm_modalbox .about_popup_details .left .list ul li i {
    font-size: 15px;
  }

  .edrea_tm_contact .wrapper {
    padding-top: 50px;
  }

  .edrea_tm_portfolio .portfolio_list {
    padding-top: 50px;
  }

  .edrea_tm_news .news_list {
    padding-top: 50px;
  }

  .edrea_tm_news .news_list .image {
    max-height: 150px;
  }

  .edrea_tm_news .news_list .details {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
  }
}

/******** Middle Screens *********/

@media (max-width: 1040px) {
  .mouse-cursor.edrea_tm_section {
    visibility: hidden;
    z-index: 9;
    opacity: 0;
  }

  .mouse-cursor {
    display: none;
  }

  #preloader.edrea_tm_section {
    visibility: hidden;
    z-index: 9;
    opacity: 0;
  }

  #preloader {
    display: none;
  }

  .edrea_tm_header.edrea_tm_section {
    visibility: hidden;
    z-index: 9;
    opacity: 0;
  }

  .edrea_tm_header {
    display: none;
  }

  .edrea_tm_topbar {
    display: block;
  }

  .edrea_tm_content {
    top: 70px;
    bottom: 20px;
    width: 100%;
  }

  .edrea_tm_home {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edrea_tm_about {
    flex-direction: column;
    align-items: baseline;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .edrea_tm_about .left {
    margin-bottom: 40px;
    width: 100%;
  }

  .edrea_tm_about .right {
    width: 100%;
    padding-left: 0px;
  }

  .edrea_tm_about .right .short .name {
    margin-bottom: 13px;
    font-size: 30px;
  }

  .edrea_tm_about .right .short .job {
    font-size: 16px;
  }

  .edrea_tm_about .right .short {
    margin-bottom: 19px;
    padding-bottom: 25px;
  }

  .edrea_tm_modalbox .box_inner {
    width: 800px;
  }

  .edrea_tm_modalbox .close {
    left: auto;
    right: 10px;
    top: 10px;
  }

  .edrea_tm_modalbox .close a {
    height: 30px;
    width: 30px;
  }

  .edrea_tm_modalbox .close a i {
    font-size: 13px;
  }

  .edrea_tm_modalbox .about_popup_details .left {
    position: relative;
    width: 100%;
    border-width: 0px;
  }

  .edrea_tm_modalbox .about_popup_details .right {
    position: relative;
    padding: 0px;
  }

  .edrea_tm_modalbox .about_popup_details .left .avatar_image {
    max-width: 50%;
  }

  .edrea_tm_modalbox .about_popup_details .right .right_inner {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .edrea_tm_modalbox .about_popup_details .left .left_inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edrea_tm_main_title h3 {
    font-size: 26px;
  }

  .edrea_tm_portfolio {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edrea_tm_swiper_progress {
    margin-top: 25px;
  }

  .edrea_tm_news {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edrea_tm_news .news_list .image {
    max-height: 100%;
  }

  .edrea_tm_contact {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
  }

  .edrea_tm_contact .wrapper {
    flex-direction: column;
    align-items: baseline;
  }

  .edrea_tm_contact .wrapper .left {
    margin-bottom: 20px;
    width: 100%;
    padding: 0px;
  }

  .edrea_tm_contact .wrapper .right {
    width: 100%;
    padding: 0px;
  }

  .edrea_tm_contact .fields .first ul {
    margin: 0px;
  }

  .edrea_tm_contact .fields .first ul li {
    width: 100%;
    padding-left: 0px;
  }

  .edrea_tm_contact .fields .first ul li:first-child {
    margin-bottom: 20px;
  }
}

/******** Small Screens *********/

@media (max-width: 768px) {
  .edrea_tm_home .name {
    margin-bottom: 14px;
    font-size: 40px;
  }

  .edrea_tm_home .job {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .edrea_tm_modalbox .box_inner {
    width: 300px;
  }

  .edrea_tm_modalbox .close a {
    height: 20px;
    width: 20px;
  }

  .edrea_tm_modalbox .close a i {
    font-size: 10px;
  }

  .circular_progress_bar ul li {
    width: 50%;
  }

  .edrea_tm_modalbox .about_popup_details .timeline .list ul li .list_inner {
    flex-direction: column;
  }

  .edrea_tm_modalbox .about_popup_details .timeline .list ul li .place {
    width: 100%;
    padding-left: 0px;
  }

  .edrea_tm_modalbox .about_popup_details .timeline .list ul li .time {
    margin-bottom: 20px;
    width: auto;
    padding: 0px;
  }

  .edrea_tm_modalbox .about_popup_details .testimonial .list ul li .text {
    padding: 30px;
  }

  .edrea_tm_modalbox .about_popup_details .testimonial .list ul li .text:before {
    left: 30px;
  }

  .edrea_tm_modalbox .about_popup_details .testimonial .list ul li .text:after {
    left: 30px;
  }

  .edrea_tm_modalbox .about_popup_details .testimonial .details {
    padding-left: 0px;
  }

  .edrea_tm_modalbox .portfolio_popup_details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .edrea_tm_modalbox .portfolio_popup_details .portfolio_main_title h3 {
    font-size: 20px;
  }

  .edrea_tm_modalbox .portfolio_popup_details .additional_images ul {
    margin: 0px;
  }

  .edrea_tm_modalbox .portfolio_popup_details .additional_images ul li {
    width: 100%;
    padding-left: 0px;
  }

  .edrea_tm_modalbox .portfolio_popup_details .portfolio_main_title {
    margin-bottom: 18px;
  }

  .edrea_tm_modalbox .news_popup_details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .edrea_tm_modalbox .news_popup_details .news_main_title h3 {
    font-size: 20px;
  }

  .edrea_tm_modalbox .news_popup_details .news_main_title {
    margin-bottom: 18px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-100\] {
  bottom: -100;
}

.bottom-\[-42px\] {
  bottom: -42px;
}

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

.bottom-\[28px\] {
  bottom: 28px;
}

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

.left-0 {
  left: 0px;
}

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

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

.left-\[-6px\] {
  left: -6px;
}

.left-\[-7px\] {
  left: -7px;
}

.left-\[12px\] {
  left: 12px;
}

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

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

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

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

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-\[-12px\] {
  right: -12px;
}

.right-\[-280px\] {
  right: -280px;
}

.right-\[-2px\] {
  right: -2px;
}

.right-\[-8px\] {
  right: -8px;
}

.right-\[12px\] {
  right: 12px;
}

.right-\[24px\] {
  right: 24px;
}

.right-\[26px\] {
  right: 26px;
}

.right-\[28px\] {
  right: 28px;
}

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

.right-\[5\%\] {
  right: 5%;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

.top-\[2\%\] {
  top: 2%;
}

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

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

.top-\[3\%\] {
  top: 3%;
}

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

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

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

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

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

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

.top-\[6\%\] {
  top: 6%;
}

.top-\[8\%\] {
  top: 8%;
}

.top-\[calc\(100\%\+10px\)\] {
  top: calc(100% + 10px);
}

.top-full {
  top: 100%;
}

.bottom-\[48px\] {
  bottom: 48px;
}

.bottom-\[68px\] {
  bottom: 68px;
}

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

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

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

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

.isolate {
  isolation: isolate;
}

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

.z-0 {
  z-index: 0;
}

.z-20 {
  z-index: 20;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-16 {
  margin-top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-50px\)\] {
  height: calc(100vh - 50px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-full {
  min-height: 100%;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-0 {
  min-height: 0px;
}

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[min\(1080px\2c calc\(100\%-80px\)\)\] {
  width: min(1080px, calc(100% - 80px));
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.min-w-0 {
  min-width: 0px;
}

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

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

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

.min-w-full {
  min-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --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-\[60\%\] {
  --tw-translate-y: -60%;
  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-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));
}

.translate-y-\[10px\] {
  --tw-translate-y: 10px;
  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-0 {
  --tw-translate-y: 0px;
  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));
}

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

.scale-\[1\] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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 {
  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));
}

@keyframes marquee-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(-1 * var(--marquee-distance, 50%)));
  }
}

.animate-marquee-up {
  animation: marquee-up var(--marquee-duration, 24s) linear infinite;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

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

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

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

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

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border {
  border-width: 1px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

.border-\[rgba\(255\2c 206\2c 0\2c \.18\)\] {
  border-color: rgba(255,206,0,.18);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.04\)\] {
  border-color: rgba(255,255,255,.04);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.05\)\] {
  border-color: rgba(255,255,255,.05);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.06\)\] {
  border-color: rgba(255,255,255,.06);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.08\)\] {
  border-color: rgba(255,255,255,.08);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.1\)\] {
  border-color: rgba(255,255,255,.1);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.14\)\] {
  border-color: rgba(255,255,255,.14);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.15\)\] {
  border-color: rgba(255,255,255,.15);
}

.border-pink-color {
  border-color: var(--pink-color);
}

.border-white-color {
  border-color: var(--white-color);
}

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

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

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

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

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

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

.bg-\[\#4c7dff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 125 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0c400\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 196 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5c400\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 196 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffce00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.55\)\] {
  background-color: rgba(0,0,0,.55);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 1\)\] {
  background-color: rgba(0,0,0,1);
}

.bg-\[rgba\(10\2c 10\2c 10\2c \.78\)\] {
  background-color: rgba(10,10,10,.78);
}

.bg-\[rgba\(14\2c 14\2c 14\2c \.88\)\] {
  background-color: rgba(14,14,14,.88);
}

.bg-\[rgba\(15\2c 15\2c 15\2c \.96\)\] {
  background-color: rgba(15,15,15,.96);
}

.bg-\[rgba\(255\2c 206\2c 0\2c \.14\)\] {
  background-color: rgba(255,206,0,.14);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.03\)\] {
  background-color: rgba(255,255,255,.03);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.04\)\] {
  background-color: rgba(255,255,255,.04);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.05\)\] {
  background-color: rgba(255,255,255,.05);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.15\)\] {
  background-color: rgba(255,255,255,.15);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.28\)\] {
  background-color: rgba(255,255,255,.28);
}

.bg-\[rgba\(34\2c 34\2c 34\2c \.92\)\] {
  background-color: rgba(34,34,34,.92);
}

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

.bg-pink-color {
  background-color: var(--pink-color);
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white-color {
  background-color: var(--white-color);
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.58\)\] {
  background-color: rgba(0,0,0,.58);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.24\)\] {
  background-color: rgba(255,255,255,.24);
}

.bg-\[rgba\(255\2c 206\2c 0\2c \.08\)\] {
  background-color: rgba(255,206,0,.08);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.02\)\] {
  background-color: rgba(255,255,255,.02);
}

.bg-\[linear-gradient\(135deg\2c rgba\(255\2c 206\2c 0\2c \.08\)\2c rgba\(255\2c 255\2c 255\2c \.03\)\)\] {
  background-image: linear-gradient(135deg,rgba(255,206,0,.08),rgba(255,255,255,.03));
}

.bg-\[linear-gradient\(180deg\2c \#c7182f_0\%\2c \#ffce00_100\%\)\] {
  background-image: linear-gradient(180deg,#c7182f 0%,#ffce00 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c \.18\)_0\%\2c rgba\(255\2c 255\2c 255\2c \.06\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.06) 100%);
}

.bg-\[linear-gradient\(90deg\2c \#CC102F_0\%\2c \#FE9001_100\%\)\] {
  background-image: linear-gradient(90deg,#CC102F 0%,#FE9001 100%);
}

.bg-\[radial-gradient\(circle\2c rgba\(255\2c 255\2c 255\2c \.16\)_0\%\2c rgba\(255\2c 255\2c 255\2c \.05\)_36\%\2c transparent_70\%\)\] {
  background-image: radial-gradient(circle,rgba(255,255,255,.16) 0%,rgba(255,255,255,.05) 36%,transparent 70%);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#717171\] {
  --tw-gradient-from: #717171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#DBDBDB\] {
  --tw-gradient-from: #DBDBDB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 219 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#cc102f\] {
  --tw-gradient-from: #cc102f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 16 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#717171\] {
  --tw-gradient-to: #717171 var(--tw-gradient-to-position);
}

.to-\[\#DBDBDB\] {
  --tw-gradient-to: #DBDBDB var(--tw-gradient-to-position);
}

.to-\[\#fe9001\] {
  --tw-gradient-to: #fe9001 var(--tw-gradient-to-position);
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.fill-current {
  fill: currentColor;
}

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

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

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-mulish {
  font-family: Mulish, sans-serif;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[clamp\(16px\2c 2\.2vw\2c 24px\)\] {
  font-size: clamp(16px, 2.2vw, 24px);
}

.text-\[clamp\(18px\2c 2vw\2c 22px\)\] {
  font-size: clamp(18px, 2vw, 22px);
}

.text-\[clamp\(26px\2c 3\.4vw\2c 38px\)\] {
  font-size: clamp(26px, 3.4vw, 38px);
}

.text-\[clamp\(44px\2c 6vw\2c 64px\)\] {
  font-size: clamp(44px, 6vw, 64px);
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.95\] {
  line-height: 0.95;
}

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

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

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

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

.leading-\[1\.85\] {
  line-height: 1.85;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.text-\[\#3A00FF\] {
  --tw-text-opacity: 1;
  color: rgb(58 0 255 / var(--tw-text-opacity, 1));
}

.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-\[\#b9b9b9\] {
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}

.text-\[\#c9c9c9\] {
  --tw-text-opacity: 1;
  color: rgb(201 201 201 / var(--tw-text-opacity, 1));
}

.text-\[\#f52225\] {
  --tw-text-opacity: 1;
  color: rgb(245 34 37 / var(--tw-text-opacity, 1));
}

.text-\[\#f5c400\] {
  --tw-text-opacity: 1;
  color: rgb(245 196 0 / var(--tw-text-opacity, 1));
}

.text-\[\#ffce00\] {
  --tw-text-opacity: 1;
  color: rgb(255 206 0 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(255\2c 206\2c 0\2c \.72\)\] {
  color: rgba(255,206,0,.72);
}

.text-\[rgba\(255\2c 255\2c 255\2c \.72\)\] {
  color: rgba(255,255,255,.72);
}

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

.text-main-color {
  color: var(--main-color);
}

.text-pink-color {
  color: var(--pink-color);
}

.text-transparent {
  color: transparent;
}

.text-white-color {
  color: var(--white-color);
}

.text-\[\#cfcfcf\] {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[0_10px_30px_rgba\(204\2c 16\2c 47\2c \.25\)\] {
  --tw-shadow: 0 10px 30px rgba(204,16,47,.25);
  --tw-shadow-colored: 0 10px 30px 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-\[0_14px_26px_rgba\(255\2c 206\2c 0\2c \.18\)\] {
  --tw-shadow: 0 14px 26px rgba(255,206,0,.18);
  --tw-shadow-colored: 0 14px 26px 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-\[0_16px_36px_rgba\(0\2c 0\2c 0\2c \.34\)\] {
  --tw-shadow: 0 16px 36px rgba(0,0,0,.34);
  --tw-shadow-colored: 0 16px 36px 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-\[0_16px_48px_rgba\(0\2c 0\2c 0\2c \.28\)\] {
  --tw-shadow: 0 16px 48px rgba(0,0,0,.28);
  --tw-shadow-colored: 0 16px 48px 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-\[0_18px_40px_rgba\(0\2c 0\2c 0\2c \.22\)\] {
  --tw-shadow: 0 18px 40px rgba(0,0,0,.22);
  --tw-shadow-colored: 0 18px 40px 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-\[0_18px_40px_rgba\(0\2c 0\2c 0\2c \.4\)\] {
  --tw-shadow: 0 18px 40px rgba(0,0,0,.4);
  --tw-shadow-colored: 0 18px 40px 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-\[0_20px_50px_rgba\(0\2c 0\2c 0\2c \.28\)\] {
  --tw-shadow: 0 20px 50px rgba(0,0,0,.28);
  --tw-shadow-colored: 0 20px 50px 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-\[0_20px_50px_rgba\(0\2c 0\2c 0\2c \.3\)\] {
  --tw-shadow: 0 20px 50px rgba(0,0,0,.3);
  --tw-shadow-colored: 0 20px 50px 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-\[0_24px_70px_rgba\(0\2c 0\2c 0\2c \.38\)\] {
  --tw-shadow: 0 24px 70px rgba(0,0,0,.38);
  --tw-shadow-colored: 0 24px 70px 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-\[0_28px_70px_rgba\(0\2c 0\2c 0\2c \.35\)\] {
  --tw-shadow: 0 28px 70px rgba(0,0,0,.35);
  --tw-shadow-colored: 0 28px 70px 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-\[0_28px_70px_rgba\(0\2c 0\2c 0\2c \.38\)\] {
  --tw-shadow: 0 28px 70px rgba(0,0,0,.38);
  --tw-shadow-colored: 0 28px 70px 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-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c \.03\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c \.08\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  --tw-shadow-colored: inset 0 1px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_24px_60px_rgba\(0\2c 0\2c 0\2c \.32\)\] {
  --tw-shadow: 0 24px 60px rgba(0,0,0,.32);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[\#f5c400\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 196 0 / var(--tw-ring-opacity, 1));
}

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

.blur-\[34px\] {
  --tw-blur: blur(34px);
  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);
}

.blur-\[36px\] {
  --tw-blur: blur(36px);
  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 {
  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-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  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-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px);
  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-blur-\[3px\] {
  --tw-backdrop-blur: blur(3px);
  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);
}

.transition-\[top\2c left\2c width\2c opacity\2c transform\2c filter\] {
  transition-property: top,left,width,opacity,transform,filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[700ms\] {
  transition-duration: 700ms;
}

.ease-\[cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.content-\[\"\"\] {
  --tw-content: "";
  content: var(--tw-content);
}

:root {
  --main-color: #a2a2a2;
  --pink-color: #fe9001;
  --white-color: #fff;
}

@media (max-width: 1040px) {
  .middle\:hidden.edrea_tm_section {
    visibility: hidden;
    z-index: 9;
    opacity: 0;
  }
}

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.hover\:scale-\[1\.04\]:hover {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

.hover\:border-\[rgba\(255\2c 206\2c 0\2c \.35\)\]:hover {
  border-color: rgba(255,206,0,.35);
}

.hover\:bg-\[\#ffce00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[rgba\(255\2c 255\2c 255\2c \.05\)\]:hover {
  background-color: rgba(255,255,255,.05);
}

.hover\:bg-\[rgba\(255\2c 255\2c 255\2c \.06\)\]:hover {
  background-color: rgba(255,255,255,.06);
}

.hover\:bg-\[rgba\(255\2c 255\2c 255\2c \.5\)\]:hover {
  background-color: rgba(255,255,255,.5);
}

.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#f5c400\]:hover {
  --tw-text-opacity: 1;
  color: rgb(245 196 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#ffce00\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 206 0 / var(--tw-text-opacity, 1));
}

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

.hover\:text-pink-color:hover {
  color: var(--pink-color);
}

.hover\:text-white-color:hover {
  color: var(--white-color);
}

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

.hover\:shadow-\[0_14px_26px_rgba\(255\2c 206\2c 0\2c \.18\)\]:hover {
  --tw-shadow: 0 14px 26px rgba(255,206,0,.18);
  --tw-shadow-colored: 0 14px 26px 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\:shadow-\[0_14px_34px_rgba\(254\2c 144\2c 1\2c \.28\)\]:hover {
  --tw-shadow: 0 14px 34px rgba(254,144,1,.28);
  --tw-shadow-colored: 0 14px 34px 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\:\[animation-play-state\:paused\]:hover {
  animation-play-state: paused;
}

.focus-visible\:translate-y-0:focus-visible {
  --tw-translate-y: 0px;
  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));
}

.focus-visible\:opacity-100:focus-visible {
  opacity: 1;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-\[\#ffce00\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 206 0 / var(--tw-ring-opacity, 1));
}

.group:focus-within .group-focus-within\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:bg-\[\#ffce00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity, 1));
}

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

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

.group:hover .group-hover\:shadow-\[0_14px_26px_rgba\(255\2c 206\2c 0\2c \.18\)\] {
  --tw-shadow: 0 14px 26px rgba(255,206,0,.18);
  --tw-shadow-colored: 0 14px 26px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1400px) {
  .large\:bottom-\[15px\] {
    bottom: 15px;
  }

  .large\:bottom-\[20px\] {
    bottom: 20px;
  }

  .large\:top-\[15px\] {
    top: 15px;
  }

  .large\:top-\[80px\] {
    top: 80px;
  }

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

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

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

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

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

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

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

  .large\:block {
    display: block;
  }

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

  .large\:max-h-\[150px\] {
    max-height: 150px;
  }

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

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

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

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

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

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

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

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

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

  .large\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .large\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .large\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .large\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

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

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

  .large\:pl-\[32px\] {
    padding-left: 32px;
  }

  .large\:pl-\[35\%\] {
    padding-left: 35%;
  }

  .large\:pl-\[75px\] {
    padding-left: 75px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1040px) {
  .middle\:static {
    position: static;
  }

  .middle\:relative {
    position: relative;
  }

  .middle\:bottom-\[20px\] {
    bottom: 20px;
  }

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

  .middle\:left-auto {
    left: auto;
  }

  .middle\:right-\[10px\] {
    right: 10px;
  }

  .middle\:right-\[16px\] {
    right: 16px;
  }

  .middle\:right-auto {
    right: auto;
  }

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

  .middle\:top-\[70px\] {
    top: 70px;
  }

  .middle\:bottom-\[96px\] {
    bottom: 96px;
  }

  .middle\:bottom-\[26px\] {
    bottom: 26px;
  }

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

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

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

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

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

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

  .middle\:block {
    display: block;
  }

  .middle\:grid {
    display: grid;
  }

  .middle\:hidden {
    display: none;
  }

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

  .middle\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .middle\:min-w-\[170px\] {
    min-width: 170px;
  }

  .middle\:min-w-\[220px\] {
    min-width: 220px;
  }

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

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

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

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

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

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

  .middle\:items-baseline {
    align-items: baseline;
  }

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

  .middle\:p-\[20px\] {
    padding: 20px;
  }

  .middle\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .middle\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .middle\:py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .middle\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

  .middle\:pl-\[0px\] {
    padding-left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .small\:left-\[30px\] {
    left: 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .small\:gap-\[24px\] {
    gap: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:bottom-\[68px\] {
    bottom: 68px;
  }

  .xs\:bottom-\[28px\] {
    bottom: 28px;
  }

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

  .xs\:z-50 {
    z-index: 50;
  }

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

@media (min-width: 640px) {
  .sm\:max-w-\[96px\] {
    max-width: 96px;
  }

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

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

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

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

  .sm\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:absolute {
    position: absolute;
  }

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

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:min-h-\[360px\] {
    min-height: 360px;
  }

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

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

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

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

  .group:focus-within .md\:group-focus-within\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .group:focus-within .md\:group-focus-within\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

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

@media (min-width: 1024px) {
  .lg\:left-\[24px\] {
    left: 24px;
  }

  .lg\:right-\[24px\] {
    right: 24px;
  }

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

  .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\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(0\2c \.95fr\)\] {
    grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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