@charset "UTF-8";
*, ::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.17 | 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: #E6E9EF; /* 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;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.\!right-4{
  right: 1rem !important;
}
.\!top-4{
  top: 1rem !important;
}
.-bottom-0\.5{
  bottom: -0.125rem;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-left-\[25px\]{
  left: -25px;
}
.-right-0\.5{
  right: -0.125rem;
}
.-right-1{
  right: -0.25rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-4{
  top: -1rem;
}
.-top-\[20\]{
  top: -20;
}
.-top-\[20px\]{
  top: -20px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[-13px\]{
  bottom: -13px;
}
.bottom-\[17px\]{
  bottom: 17px;
}
.bottom-\[234px\]{
  bottom: 234px;
}
.bottom-\[56px\]{
  bottom: 56px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[11px\]{
  left: 11px;
}
.left-\[13px\]{
  left: 13px;
}
.left-\[16px\]{
  left: 16px;
}
.left-\[20px\]{
  left: 20px;
}
.left-\[26px\]{
  left: 26px;
}
.left-\[27px\]{
  left: 27px;
}
.left-\[35px\]{
  left: 35px;
}
.left-\[47px\]{
  left: 47px;
}
.left-\[50px\]{
  left: 50px;
}
.left-\[calc\(50\%-121\.5px\)\]{
  left: calc(50% - 121.5px);
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-12{
  right: 3rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.right-\[0\.75rem\]{
  right: 0.75rem;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[12\.5px\]{
  right: 12.5px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[23px\]{
  right: 23px;
}
.right-\[24px\]{
  right: 24px;
}
.right-\[34px\]{
  right: 34px;
}
.right-\[40px\]{
  right: 40px;
}
.right-\[4rem\]{
  right: 4rem;
}
.right-\[53px\]{
  right: 53px;
}
.right-\[6px\]{
  right: 6px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-7{
  top: 1.75rem;
}
.top-8{
  top: 2rem;
}
.top-\[-6rem\]{
  top: -6rem;
}
.top-\[118px\]{
  top: 118px;
}
.top-\[120px\]{
  top: 120px;
}
.top-\[124px\]{
  top: 124px;
}
.top-\[13px\]{
  top: 13px;
}
.top-\[140px\]{
  top: 140px;
}
.top-\[145px\]{
  top: 145px;
}
.top-\[170px\]{
  top: 170px;
}
.top-\[185px\]{
  top: 185px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[21px\]{
  top: 21px;
}
.top-\[22px\]{
  top: 22px;
}
.top-\[230px\]{
  top: 230px;
}
.top-\[234px\]{
  top: 234px;
}
.top-\[23px\]{
  top: 23px;
}
.top-\[27px\]{
  top: 27px;
}
.top-\[35px\]{
  top: 35px;
}
.top-\[366px\]{
  top: 366px;
}
.top-\[36px\]{
  top: 36px;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[46px\]{
  top: 46px;
}
.top-\[48px\]{
  top: 48px;
}
.top-\[49px\]{
  top: 49px;
}
.top-\[50px\]{
  top: 50px;
}
.top-\[56px\]{
  top: 56px;
}
.top-\[6px\]{
  top: 6px;
}
.top-\[7px\]{
  top: 7px;
}
.top-\[calc\(50\%\+37px\)\]{
  top: calc(50% + 37px);
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[35\]{
  z-index: 35;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[500\]{
  z-index: 500;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[99999\]{
  z-index: 99999;
}
.z-\[9999\]{
  z-index: 9999;
}
.order-1{
  order: 1;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.m-\[4px\]{
  margin: 4px;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[18px\]{
  margin-top: 18px;
  margin-bottom: 18px;
}
.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[64px\]{
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-\[85px\]{
  margin-top: 85px;
  margin-bottom: 85px;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mb-6{
  margin-bottom: 1.5rem !important;
}
.-ml-2\.5{
  margin-left: -0.625rem;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-2\.5{
  margin-top: -0.625rem;
}
.-mt-\[31px\]{
  margin-top: -31px;
}
.-mt-\[49px\]{
  margin-top: -49px;
}
.-mt-\[60px\]{
  margin-top: -60px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[13px\]{
  margin-bottom: 13px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[29px\]{
  margin-bottom: 29px;
}
.mb-\[3\.82px\]{
  margin-bottom: 3.82px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[31px\]{
  margin-bottom: 31px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[34px\]{
  margin-bottom: 34px;
}
.mb-\[39px\]{
  margin-bottom: 39px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-\[51px\]{
  margin-bottom: 51px;
}
.mb-\[52px\]{
  margin-bottom: 52px;
}
.mb-\[54px\]{
  margin-bottom: 54px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[75px\]{
  margin-bottom: 75px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[15px\]{
  margin-left: 15px;
}
.ml-\[16px\]{
  margin-left: 16px;
}
.ml-\[1px\]{
  margin-left: 1px;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.ml-auto{
  margin-left: auto;
}
.mr-14{
  margin-right: 3.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[16px\]{
  margin-right: 16px;
}
.mr-\[6px\]{
  margin-right: 6px;
}
.ms-4{
  margin-inline-start: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-10px\]{
  margin-top: -10px;
}
.mt-\[-14px\]{
  margin-top: -14px;
}
.mt-\[-18px\]{
  margin-top: -18px;
}
.mt-\[-4px\]{
  margin-top: -4px;
}
.mt-\[-6px\]{
  margin-top: -6px;
}
.mt-\[-8px\]{
  margin-top: -8px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[117px\]{
  margin-top: 117px;
}
.mt-\[11px\]{
  margin-top: 11px;
}
.mt-\[125px\]{
  margin-top: 125px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[13px\]{
  margin-top: 13px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[17\.41px\]{
  margin-top: 17.41px;
}
.mt-\[17px\]{
  margin-top: 17px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[19px\]{
  margin-top: 19px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[211px\]{
  margin-top: 211px;
}
.mt-\[22px\]{
  margin-top: 22px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[34px\]{
  margin-top: 34px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[38px\]{
  margin-top: 38px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[42px\]{
  margin-top: 42px;
}
.mt-\[43px\]{
  margin-top: 43px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mt-\[49px\]{
  margin-top: 49px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[51px\]{
  margin-top: 51px;
}
.mt-\[54px\]{
  margin-top: 54px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mt-\[56px\]{
  margin-top: 56px;
}
.mt-\[64px\]{
  margin-top: 64px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[75px\]{
  margin-top: 75px;
}
.mt-\[7px\]{
  margin-top: 7px;
}
.mt-\[83px\]{
  margin-top: 83px;
}
.mt-\[84px\]{
  margin-top: 84px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-\[92px\]{
  margin-top: 92px;
}
.mt-\[97px\]{
  margin-top: 97px;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[10\.625px\]{
  height: 10.625px;
}
.h-\[104px\]{
  height: 104px;
}
.h-\[105px\]{
  height: 105px;
}
.h-\[1084px\]{
  height: 1084px;
}
.h-\[11\.458px\]{
  height: 11.458px;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[124px\]{
  height: 124px;
}
.h-\[128px\]{
  height: 128px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[14\.4px\]{
  height: 14.4px;
}
.h-\[141px\]{
  height: 141px;
}
.h-\[147px\]{
  height: 147px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[15\.326px\]{
  height: 15.326px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[1530\]{
  height: 1530;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[164px\]{
  height: 164px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[178px\]{
  height: 178px;
}
.h-\[18\.142px\]{
  height: 18.142px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[184px\]{
  height: 184px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[190\.9677px\]{
  height: 190.9677px;
}
.h-\[193px\]{
  height: 193px;
}
.h-\[197px\]{
  height: 197px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[203\.5919px\]{
  height: 203.5919px;
}
.h-\[208px\]{
  height: 208px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[21\.392px\]{
  height: 21.392px;
}
.h-\[218px\]{
  height: 218px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[221px\]{
  height: 221px;
}
.h-\[224px\]{
  height: 224px;
}
.h-\[225px\]{
  height: 225px;
}
.h-\[227px\]{
  height: 227px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[239px\]{
  height: 239px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[248px\]{
  height: 248px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[259px\]{
  height: 259px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[271px\]{
  height: 271px;
}
.h-\[28\.5px\]{
  height: 28.5px;
}
.h-\[291\.192px\]{
  height: 291.192px;
}
.h-\[291px\]{
  height: 291px;
}
.h-\[295px\]{
  height: 295px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30\.408px\]{
  height: 30.408px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[301px\]{
  height: 301px;
}
.h-\[305px\]{
  height: 305px;
}
.h-\[306px\]{
  height: 306px;
}
.h-\[307px\]{
  height: 307px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[310px\]{
  height: 310px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[324px\]{
  height: 324px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[348px\]{
  height: 348px;
}
.h-\[349px\]{
  height: 349px;
}
.h-\[356px\]{
  height: 356px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[374px\]{
  height: 374px;
}
.h-\[38\.4px\]{
  height: 38.4px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[409px\]{
  height: 409px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[419px\]{
  height: 419px;
}
.h-\[41px\]{
  height: 41px;
}
.h-\[42\.5px\]{
  height: 42.5px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[428px\]{
  height: 428px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[460px\]{
  height: 460px;
}
.h-\[47\.5rem\]{
  height: 47.5rem;
}
.h-\[470px\]{
  height: 470px;
}
.h-\[482\.7985px\]{
  height: 482.7985px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[49px\]{
  height: 49px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[525px\]{
  height: 525px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[540px\]{
  height: 540px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[598px\]{
  height: 598px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[61px\]{
  height: 61px;
}
.h-\[632px\]{
  height: 632px;
}
.h-\[638px\]{
  height: 638px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[651px\]{
  height: 651px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[670px\]{
  height: 670px;
}
.h-\[688\.4403px\]{
  height: 688.4403px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[7\.602px\]{
  height: 7.602px;
}
.h-\[7\.607px\]{
  height: 7.607px;
}
.h-\[7\.6px\]{
  height: 7.6px;
}
.h-\[700px\]{
  height: 700px;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[730px\]{
  height: 730px;
}
.h-\[731px\]{
  height: 731px;
}
.h-\[756px\]{
  height: 756px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[833px\]{
  height: 833px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[94px\]{
  height: 94px;
}
.h-\[96px\]{
  height: 96px;
}
.h-\[97px\]{
  height: 97px;
}
.h-\[99px\]{
  height: 99px;
}
.h-\[9px\]{
  height: 9px;
}
.h-\[calc\(100vh-36px-49px-56px-124px-16px-15px\)\]{
  height: calc(100vh - 36px - 49px - 56px - 124px - 16px - 15px);
}
.h-\[calc\(100vh-80px\)\]{
  height: calc(100vh - 80px);
}
.h-\[calc\(100vh-96px\)\]{
  height: calc(100vh - 96px);
}
.h-\[calc\(70vh-190px\)\]{
  height: calc(70vh - 190px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-\[100px\]{
  max-height: 100px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[160px\]{
  max-height: 160px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[221px\]{
  max-height: 221px;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[244px\]{
  max-height: 244px;
}
.max-h-\[245px\]{
  max-height: 245px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[540px\]{
  max-height: 540px;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[851px\]{
  max-height: 851px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[calc\(100vh-124px\)\]{
  max-height: calc(100vh - 124px);
}
.min-h-0{
  min-height: 0px;
}
.min-h-9{
  min-height: 2.25rem;
}
.min-h-\[105px\]{
  min-height: 105px;
}
.min-h-\[172px\]{
  min-height: 172px;
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[328px\]{
  min-height: 328px;
}
.min-h-\[350px\]{
  min-height: 350px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[420px\]{
  min-height: 420px;
}
.min-h-\[511px\]{
  min-height: 511px;
}
.min-h-\[560px\]{
  min-height: 560px;
}
.min-h-\[674px\]{
  min-height: 674px;
}
.min-h-\[80vh\]{
  min-height: 80vh;
}
.min-h-\[86px\]{
  min-height: 86px;
}
.min-h-\[900px\]{
  min-height: 900px;
}
.min-h-\[990px\]{
  min-height: 990px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[10\.625px\]{
  width: 10.625px;
}
.w-\[1000px\]{
  width: 1000px;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[102px\]{
  width: 102px;
}
.w-\[104px\]{
  width: 104px;
}
.w-\[1085px\]{
  width: 1085px;
}
.w-\[11\.458px\]{
  width: 11.458px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[1205px\]{
  width: 1205px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[1240px\]{
  width: 1240px;
}
.w-\[124px\]{
  width: 124px;
}
.w-\[128px\]{
  width: 128px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[133px\]{
  width: 133px;
}
.w-\[135px\]{
  width: 135px;
}
.w-\[14\.4px\]{
  width: 14.4px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[1440px\]{
  width: 1440px;
}
.w-\[147px\]{
  width: 147px;
}
.w-\[149px\]{
  width: 149px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[154\.399px\]{
  width: 154.399px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[162px\]{
  width: 162px;
}
.w-\[164px\]{
  width: 164px;
}
.w-\[165\.5px\]{
  width: 165.5px;
}
.w-\[166px\]{
  width: 166px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[178px\]{
  width: 178px;
}
.w-\[18\.142px\]{
  width: 18.142px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[188px\]{
  width: 188px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[192\.998px\]{
  width: 192.998px;
}
.w-\[194px\]{
  width: 194px;
}
.w-\[195px\]{
  width: 195px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[211px\]{
  width: 211px;
}
.w-\[217\.5px\]{
  width: 217.5px;
}
.w-\[222px\]{
  width: 222px;
}
.w-\[223px\]{
  width: 223px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[23\.588px\]{
  width: 23.588px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[243px\]{
  width: 243px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[252px\]{
  width: 252px;
}
.w-\[254px\]{
  width: 254px;
}
.w-\[255px\]{
  width: 255px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[271px\]{
  width: 271px;
}
.w-\[272px\]{
  width: 272px;
}
.w-\[277px\]{
  width: 277px;
}
.w-\[28\.5px\]{
  width: 28.5px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[288\.893px\]{
  width: 288.893px;
}
.w-\[298px\]{
  width: 298px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30\.408px\]{
  width: 30.408px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[305px\]{
  width: 305px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[311px\]{
  width: 311px;
}
.w-\[315px\]{
  width: 315px;
}
.w-\[316px\]{
  width: 316px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[332px\]{
  width: 332px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[352px\]{
  width: 352px;
}
.w-\[356px\]{
  width: 356px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[373px\]{
  width: 373px;
}
.w-\[374px\]{
  width: 374px;
}
.w-\[376px\]{
  width: 376px;
}
.w-\[379px\]{
  width: 379px;
}
.w-\[388px\]{
  width: 388px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[392px\]{
  width: 392px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[403px\]{
  width: 403px;
}
.w-\[404px\]{
  width: 404px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[411px\]{
  width: 411px;
}
.w-\[418px\]{
  width: 418px;
}
.w-\[41px\]{
  width: 41px;
}
.w-\[42\.5px\]{
  width: 42.5px;
}
.w-\[422px\]{
  width: 422px;
}
.w-\[448px\]{
  width: 448px;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[476px\]{
  width: 476px;
}
.w-\[489px\]{
  width: 489px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[49px\]{
  width: 49px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[505px\]{
  width: 505px;
}
.w-\[518px\]{
  width: 518px;
}
.w-\[519px\]{
  width: 519px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[558px\]{
  width: 558px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[573px\]{
  width: 573px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[605px\]{
  width: 605px;
}
.w-\[606px\]{
  width: 606px;
}
.w-\[613\.5px\]{
  width: 613.5px;
}
.w-\[620px\]{
  width: 620px;
}
.w-\[621px\]{
  width: 621px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[665px\]{
  width: 665px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[686px\]{
  width: 686px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[7\.602px\]{
  width: 7.602px;
}
.w-\[7\.607px\]{
  width: 7.607px;
}
.w-\[7\.6px\]{
  width: 7.6px;
}
.w-\[704px\]{
  width: 704px;
}
.w-\[707px\]{
  width: 707px;
}
.w-\[724px\]{
  width: 724px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[74\.9752px\]{
  width: 74.9752px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[779px\]{
  width: 779px;
}
.w-\[783px\]{
  width: 783px;
}
.w-\[795px\]{
  width: 795px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[802px\]{
  width: 802px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[82\.147px\]{
  width: 82.147px;
}
.w-\[824px\]{
  width: 824px;
}
.w-\[850px\]{
  width: 850px;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[89\.2px\]{
  width: 89.2px;
}
.w-\[894px\]{
  width: 894px;
}
.w-\[8px\]{
  width: 8px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-\[920px\]{
  width: 920px;
}
.w-\[94px\]{
  width: 94px;
}
.w-\[953px\]{
  width: 953px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[9px\]{
  width: 9px;
}
.w-\[calc\(100\%-22px\)\]{
  width: calc(100% - 22px);
}
.w-\[calc\(100\%-40px\)\]{
  width: calc(100% - 40px);
}
.w-\[calc\(33\.3333\%-18px\)\]{
  width: calc(33.3333% - 18px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[230px\]{
  min-width: 230px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[32px\]{
  min-width: 32px;
}
.min-w-\[348px\]{
  min-width: 348px;
}
.min-w-\[374px\]{
  min-width: 374px;
}
.min-w-\[724px\]{
  min-width: 724px;
}
.min-w-full{
  min-width: 100%;
}
.\!max-w-\[300px\]{
  max-width: 300px !important;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1020px\]{
  max-width: 1020px;
}
.max-w-\[1042px\]{
  max-width: 1042px;
}
.max-w-\[1070px\]{
  max-width: 1070px;
}
.max-w-\[1092px\]{
  max-width: 1092px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[1240px\]{
  max-width: 1240px;
}
.max-w-\[1250px\]{
  max-width: 1250px;
}
.max-w-\[126px\]{
  max-width: 126px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[214px\]{
  max-width: 214px;
}
.max-w-\[228px\]{
  max-width: 228px;
}
.max-w-\[246px\]{
  max-width: 246px;
}
.max-w-\[259px\]{
  max-width: 259px;
}
.max-w-\[25ch\]{
  max-width: 25ch;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[306\.828px\]{
  max-width: 306.828px;
}
.max-w-\[312px\]{
  max-width: 312px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[322px\]{
  max-width: 322px;
}
.max-w-\[332px\]{
  max-width: 332px;
}
.max-w-\[345px\]{
  max-width: 345px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[361px\]{
  max-width: 361px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[391px\]{
  max-width: 391px;
}
.max-w-\[392px\]{
  max-width: 392px;
}
.max-w-\[394px\]{
  max-width: 394px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[404px\]{
  max-width: 404px;
}
.max-w-\[408px\]{
  max-width: 408px;
}
.max-w-\[409px\]{
  max-width: 409px;
}
.max-w-\[422px\]{
  max-width: 422px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[478\.9869px\]{
  max-width: 478.9869px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[539\.972px\]{
  max-width: 539.972px;
}
.max-w-\[555px\]{
  max-width: 555px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[606px\]{
  max-width: 606px;
}
.max-w-\[613\.5px\]{
  max-width: 613.5px;
}
.max-w-\[621px\]{
  max-width: 621px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[659px\]{
  max-width: 659px;
}
.max-w-\[661px\]{
  max-width: 661px;
}
.max-w-\[675px\]{
  max-width: 675px;
}
.max-w-\[724px\]{
  max-width: 724px;
}
.max-w-\[781px\]{
  max-width: 781px;
}
.max-w-\[794px\]{
  max-width: 794px;
}
.max-w-\[795px\]{
  max-width: 795px;
}
.max-w-\[796px\]{
  max-width: 796px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[810px\]{
  max-width: 810px;
}
.max-w-\[816px\]{
  max-width: 816px;
}
.max-w-\[820px\]{
  max-width: 820px;
}
.max-w-\[829px\]{
  max-width: 829px;
}
.max-w-\[830px\]{
  max-width: 830px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[894px\]{
  max-width: 894px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-\[911px\]{
  max-width: 911px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[923px\]{
  max-width: 923px;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-\[959px\]{
  max-width: 959px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1_0_0\]{
  flex: 1 0 0;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-center{
  transform-origin: center;
}
.-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-1\/2{
  --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-x-0{
  --tw-translate-x: 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));
}
.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-x-full{
  --tw-translate-x: 100%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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-\[170deg\]{
  --tw-rotate: 170deg;
  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-\[347\.838deg\]{
  --tw-rotate: 347.838deg;
  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-\[9deg\]{
  --tw-rotate: 9deg;
  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 spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-crosshair{
  cursor: crosshair;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start{
  scroll-snap-align: start;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.columns-4{
  -moz-columns: 4;
       columns: 4;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.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;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-32{
  gap: 8rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10\.172px\]{
  gap: 10.172px;
}
.gap-\[103px\]{
  gap: 103px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12\.261px\]{
  gap: 12.261px;
}
.gap-\[128px\]{
  gap: 128px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[13px\]{
  gap: 13px;
}
.gap-\[14\.475px\]{
  gap: 14.475px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[17px\]{
  gap: 17px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[2\.299px\]{
  gap: 2.299px;
}
.gap-\[22px\]{
  gap: 22px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[3\.065px\]{
  gap: 3.065px;
}
.gap-\[3\.82px\]{
  gap: 3.82px;
}
.gap-\[3\.91px\]{
  gap: 3.91px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[35px\]{
  gap: 35px;
}
.gap-\[4\.114px\]{
  gap: 4.114px;
}
.gap-\[4\.598px\]{
  gap: 4.598px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[43px\]{
  gap: 43px;
}
.gap-\[46px\]{
  gap: 46px;
}
.gap-\[48px\]{
  gap: 48px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[56px\]{
  gap: 56px;
}
.gap-\[6\.667px\]{
  gap: 6.667px;
}
.gap-\[62px\]{
  gap: 62px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[73px\]{
  gap: 73px;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-\[9\.196px\]{
  gap: 9.196px;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-\[7px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7px * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[11px\]{
  border-radius: 11px;
}
.rounded-\[12\.343px\]{
  border-radius: 12.343px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[155\.833px\]{
  border-radius: 155.833px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16\.953px\]{
  border-radius: 16.953px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[18\.391px\]{
  border-radius: 18.391px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[19\.097px\]{
  border-radius: 19.097px;
}
.rounded-\[19\.559px\]{
  border-radius: 19.559px;
}
.rounded-\[20\.211px\]{
  border-radius: 20.211px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[23\.203px\]{
  border-radius: 23.203px;
}
.rounded-\[24\.615px\]{
  border-radius: 24.615px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[26px\]{
  border-radius: 26px;
}
.rounded-\[30\.493px\]{
  border-radius: 30.493px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[38\.471px\]{
  border-radius: 38.471px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[42\.429px\]{
  border-radius: 42.429px;
}
.rounded-\[45px\]{
  border-radius: 45px;
}
.rounded-\[48px\]{
  border-radius: 48px;
}
.rounded-\[49\.5px\]{
  border-radius: 49.5px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[60px\]{
  border-radius: 60px;
}
.rounded-\[64px\]{
  border-radius: 64px;
}
.rounded-\[77\.917px\]{
  border-radius: 77.917px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[999px\]{
  border-radius: 999px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-\[40px\]{
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-\[16px\]{
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-l-\[26px\]{
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-\[26px\]{
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[16px\]{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-t-\[24px\]{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.rounded-tl-\[16px\]{
  border-top-left-radius: 16px;
}
.rounded-tl-\[23\.147px\]{
  border-top-left-radius: 23.147px;
}
.rounded-tr-\[16px\]{
  border-top-right-radius: 16px;
}
.rounded-tr-\[23\.147px\]{
  border-top-right-radius: 23.147px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-\[0\.8px\]{
  border-width: 0.8px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#003049\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 48 73 / var(--tw-border-opacity, 1));
}
.border-\[\#023D5C\]{
  --tw-border-opacity: 1;
  border-color: rgb(2 61 92 / var(--tw-border-opacity, 1));
}
.border-\[\#848485\]{
  --tw-border-opacity: 1;
  border-color: rgb(132 132 133 / var(--tw-border-opacity, 1));
}
.border-\[\#ABB0AA\]{
  --tw-border-opacity: 1;
  border-color: rgb(171 176 170 / var(--tw-border-opacity, 1));
}
.border-\[\#B8D4F0\]{
  --tw-border-opacity: 1;
  border-color: rgb(184 212 240 / var(--tw-border-opacity, 1));
}
.border-\[\#C5C7D0\]{
  --tw-border-opacity: 1;
  border-color: rgb(197 199 208 / var(--tw-border-opacity, 1));
}
.border-\[\#C8C8C8\]{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
}
.border-\[\#CCD2D5\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 210 213 / var(--tw-border-opacity, 1));
}
.border-\[\#CDD0D5\]{
  --tw-border-opacity: 1;
  border-color: rgb(205 208 213 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D5DB\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-\[\#E0E2E7\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 226 231 / var(--tw-border-opacity, 1));
}
.border-\[\#E3E3E3\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E5E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#E6E9EF\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 233 239 / var(--tw-border-opacity, 1));
}
.border-\[\#EAEBF0\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 235 240 / var(--tw-border-opacity, 1));
}
.border-\[\#F0F1F3\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 241 243 / var(--tw-border-opacity, 1));
}
.border-\[\#F5F6F8\]{
  --tw-border-opacity: 1;
  border-color: rgb(245 246 248 / var(--tw-border-opacity, 1));
}
.border-\[\#F5F6F8\]\/30{
  border-color: rgb(245 246 248 / 0.3);
}
.border-\[\#FAFAFA\]{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-\[\#FFB74D\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 183 77 / var(--tw-border-opacity, 1));
}
.border-\[\#d83a52\]{
  --tw-border-opacity: 1;
  border-color: rgb(216 58 82 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e7eb\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#e6e9ef\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 233 239 / var(--tw-border-opacity, 1));
}
.border-\[\#f5f6f8\]{
  --tw-border-opacity: 1;
  border-color: rgb(245 246 248 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(170\2c 186\2c 194\2c 0\.20\)\]{
  border-color: rgba(170,186,194,0.20);
}
.border-\[var\(--Background-Colors-Grey-Bg\2c \#F5F6F8\)\]{
  border-color: var(--Background-Colors-Grey-Bg,#F5F6F8);
}
.border-\[var\(--Border-Colors-Layout-border\2c \#E6E9EF\)\]{
  border-color: var(--Border-Colors-Layout-border,#E6E9EF);
}
.border-\[var\(--Border-Colors-UI-border\2c \#C5C7D0\)\]{
  border-color: var(--Border-Colors-UI-border,#C5C7D0);
}
.border-\[var\(--Border-Colors-UI-border\2c \#F5F6F8\)\]{
  border-color: var(--Border-Colors-UI-border,#F5F6F8);
}
.border-\[var\(--stroke-sub-300\2c \#CDD0D5\)\]{
  border-color: var(--stroke-sub-300,#CDD0D5);
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(230 233 239 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#002031\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 49 / var(--tw-bg-opacity, 1));
}
.bg-\[\#003049\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0073EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#023D5C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 61 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#030303\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f172a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#258750\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 135 80 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2BB673\]{
  --tw-bg-opacity: 1;
  background-color: rgb(43 182 115 / var(--tw-bg-opacity, 1));
}
.bg-\[\#49494A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C5C7D0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 199 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C8C8C8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CCD2D5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 210 213 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CCD6DB33\]{
  background-color: #CCD6DB33;
}
.bg-\[\#CCD6DB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 214 219 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D83A52\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 58 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2E4E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 228 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E300000D\]{
  background-color: #E300000D;
}
.bg-\[\#E30000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5E5E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6E9EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F2FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8F4FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9E9E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EA001B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 27 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F6F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5FCFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FC6A03\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 106 3 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF5F00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF3E0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ccc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f6f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  background-color: rgba(0,0,0,0.2);
}
.bg-\[rgba\(0\2c 115\2c 234\2c 0\.1\)\]{
  background-color: rgba(0,115,234,0.1);
}
.bg-\[rgba\(0\2c 48\2c 73\2c 0\.05\)\]{
  background-color: rgba(0,48,73,0.05);
}
.bg-\[rgba\(227\2c 0\2c 0\2c 0\.05\)\]{
  background-color: rgba(227,0,0,0.05);
}
.bg-\[rgba\(230\2c 233\2c 239\2c 0\.65\)\]{
  background-color: rgba(230,233,239,0.65);
}
.bg-\[rgba\(30\2c 30\2c 30\2c 0\.30\)\]{
  background-color: rgba(30,30,30,0.30);
}
.bg-\[rgba\(30\2c 30\2c 30\2c 0\.60\)\]{
  background-color: rgba(30,30,30,0.60);
}
.bg-\[rgba\(37\2c 135\2c 80\2c 0\.1\)\]{
  background-color: rgba(37,135,80,0.1);
}
.bg-\[rgba\(37\2c 135\2c 80\2c 0\.10\)\]{
  background-color: rgba(37,135,80,0.10);
}
.bg-\[rgba\(37\2c 37\2c 37\2c 0\.30\)\]{
  background-color: rgba(37,37,37,0.30);
}
.bg-\[rgba\(41\2c 40\2c 40\2c 0\.40\)\]{
  background-color: rgba(41,40,40,0.40);
}
.bg-\[var\(--Background-Colors-Allgrey-Bg\2c \#FAFAFA\)\]{
  background-color: var(--Background-Colors-Allgrey-Bg,#FAFAFA);
}
.bg-\[var\(--Background-Colors-Grey-Bg\2c \#F5F6F8\)\]{
  background-color: var(--Background-Colors-Grey-Bg,#F5F6F8);
}
.bg-\[var\(--Background-Colors-Grey-Bg\2c \#f5f6f8\)\]{
  background-color: var(--Background-Colors-Grey-Bg,#f5f6f8);
}
.bg-\[var\(--Background-Colors-Primary-Bg\2c \#FFF\)\]{
  background-color: var(--Background-Colors-Primary-Bg,#FFF);
}
.bg-\[var\(--Background-Colors-Primary-Bg-hover\2c \#023D5C\)\]{
  background-color: var(--Background-Colors-Primary-Bg-hover,#023D5C);
}
.bg-\[var\(--Brand-Color-Primary-Prussian-Blue\2c \#003049\)\]{
  background-color: var(--Brand-Color-Primary-Prussian-Blue,#003049);
}
.bg-\[var\(--bg-white-0\2c \#FFF\)\]{
  background-color: var(--bg-white-0,#FFF);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 239 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.25\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.25\)_100\%\)\2c url\(\'\/images\/landing\/buyers-sellers-bg\.png\'\)\]{
  background-image: linear-gradient(0deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%),url('/images/landing/buyers-sellers-bg.png');
}
.bg-\[linear-gradient\(90deg\2c rgba\(230\2c 242\2c 250\2c 0\.40\)_0\%\2c rgba\(185\2c 214\2c 234\2c 0\.40\)_100\%\)\]{
  background-image: linear-gradient(90deg,rgba(230,242,250,0.40) 0%,rgba(185,214,234,0.40) 100%);
}
.bg-\[url\(\'\/images\/arrow-left-back\.svg\'\)\]{
  background-image: url('/images/arrow-left-back.svg');
}
.bg-\[url\(\'\/images\/arrow-up-down\.svg\'\)\]{
  background-image: url('/images/arrow-up-down.svg');
}
.bg-\[url\(\'\/images\/bathtub-icon\.svg\'\)\]{
  background-image: url('/images/bathtub-icon.svg');
}
.bg-\[url\(\'\/images\/bed-icon\.svg\'\)\]{
  background-image: url('/images/bed-icon.svg');
}
.bg-\[url\(\'\/images\/buy\/resource\/howitworks\.png\'\)\]{
  background-image: url('/images/buy/resource/howitworks.png');
}
.bg-\[url\(\'\/images\/dropdown-v\.svg\'\)\]{
  background-image: url('/images/dropdown-v.svg');
}
.bg-\[url\(\'\/images\/example\/blue-house\.png\'\)\]{
  background-image: url('/images/example/blue-house.png');
}
.bg-\[url\(\'\/images\/example\/grey-house\.jpeg\'\)\]{
  background-image: url('/images/example/grey-house.jpeg');
}
.bg-\[url\(\'\/images\/example\/landing-neighbourhoods-1\.png\'\)\]{
  background-image: url('/images/example/landing-neighbourhoods-1.png');
}
.bg-\[url\(\'\/images\/example\/landing-neighbourhoods-2\.png\'\)\]{
  background-image: url('/images/example/landing-neighbourhoods-2.png');
}
.bg-\[url\(\'\/images\/example\/landing-neighbourhoods-3\.png\'\)\]{
  background-image: url('/images/example/landing-neighbourhoods-3.png');
}
.bg-\[url\(\'\/images\/example\/landing-neighbourhoods-4\.png\'\)\]{
  background-image: url('/images/example/landing-neighbourhoods-4.png');
}
.bg-\[url\(\'\/images\/example\/landing-neighbourhoods-5\.png\'\)\]{
  background-image: url('/images/example/landing-neighbourhoods-5.png');
}
.bg-\[url\(\'\/images\/landing-bg\.jpeg\'\)\]{
  background-image: url('/images/landing-bg.jpeg');
}
.bg-\[url\(\'\/images\/landing-search\.svg\'\)\]{
  background-image: url('/images/landing-search.svg');
}
.bg-\[url\(\'\/images\/landing\/buyer-banner\.png\'\)\]{
  background-image: url('/images/landing/buyer-banner.png');
}
.bg-\[url\(\'\/images\/landing\/buyers-sellers-bg\.png\'\)\]{
  background-image: url('/images/landing/buyers-sellers-bg.png');
}
.bg-\[url\(\'\/images\/landing\/free\.png\'\)\]{
  background-image: url('/images/landing/free.png');
}
.bg-\[url\(\'\/images\/mortgage\/resource\/bg\.png\'\)\]{
  background-image: url('/images/mortgage/resource/bg.png');
}
.bg-\[url\(\'\/images\/mortgage\/resource\/bg2\.png\'\)\]{
  background-image: url('/images/mortgage/resource/bg2.png');
}
.bg-\[url\(\'\/images\/rent\/resource\/bg-only-pay\.png\'\)\]{
  background-image: url('/images/rent/resource/bg-only-pay.png');
}
.bg-\[url\(\'\/images\/rent\/resource\/bg\.png\'\)\]{
  background-image: url('/images/rent/resource/bg.png');
}
.bg-\[url\(\'\/images\/ruler-icon\.svg\'\)\]{
  background-image: url('/images/ruler-icon.svg');
}
.bg-\[url\(\'\/images\/selling\/excited-couple\.png\'\)\]{
  background-image: url('/images/selling/excited-couple.png');
}
.bg-\[url\(\'\/images\/selling\/happy-couple\.png\'\)\]{
  background-image: url('/images/selling/happy-couple.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/bg\.png\'\)\]{
  background-image: url('/images/selling/resource/bg.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/full-service-bg\.png\'\)\]{
  background-image: url('/images/selling/resource/full-service-bg.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/image1\.png\'\)\]{
  background-image: url('/images/selling/resource/image1.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/image2\.png\'\)\]{
  background-image: url('/images/selling/resource/image2.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/image3\.png\'\)\]{
  background-image: url('/images/selling/resource/image3.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/image4\.png\'\)\]{
  background-image: url('/images/selling/resource/image4.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/image5\.png\'\)\]{
  background-image: url('/images/selling/resource/image5.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/mls-access\.png\'\)\]{
  background-image: url('/images/selling/resource/mls-access.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/professional-pictures-hero\.png\'\)\]{
  background-image: url('/images/selling/resource/professional-pictures-hero.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/total-control\.png\'\)\]{
  background-image: url('/images/selling/resource/total-control.png');
}
.bg-\[url\(\'\/images\/selling\/resource\/why-it-works-for-you\.png\'\)\]{
  background-image: url('/images/selling/resource/why-it-works-for-you.png');
}
.bg-\[url\(\'\/images\/selling\/smiley-couple\.png\'\)\]{
  background-image: url('/images/selling/smiley-couple.png');
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/10{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/40{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:12px_6px\]{
  background-size: 12px 6px;
}
.bg-\[length\:18px\]{
  background-size: 18px;
}
.bg-\[length\:20px\]{
  background-size: 20px;
}
.bg-\[length\:6px_12px\]{
  background-size: 6px 12px;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-\[50\%\]{
  background-position: 50%;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1\.25px\]{
  padding: 1.25px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[16\.953px\]{
  padding: 16.953px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[18\.391px\]{
  padding: 18.391px;
}
.p-\[1px\]{
  padding: 1px;
}
.p-\[21px\]{
  padding: 21px;
}
.p-\[24px\]{
  padding: 24px;
}
.p-\[27px\]{
  padding: 27px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[30\.493px\]{
  padding: 30.493px;
}
.p-\[3px\]{
  padding: 3px;
}
.p-\[3px_2px\]{
  padding: 3px 2px;
}
.p-\[3px_2px_4px_2px\]{
  padding: 3px 2px 4px 2px;
}
.p-\[4\.114px\]{
  padding: 4.114px;
}
.p-\[40px\]{
  padding: 40px;
}
.p-\[4px\]{
  padding: 4px;
}
.p-\[5\.25px\]{
  padding: 5.25px;
}
.p-\[5\.418px_5\.412px_5\.416px_5\.422px\]{
  padding: 5.418px 5.412px 5.416px 5.422px;
}
.p-\[5\.895px\]{
  padding: 5.895px;
}
.p-\[9px\]{
  padding: 9px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[1\.5px\]{
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[130px\]{
  padding-left: 130px;
  padding-right: 130px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[2\.5px\]{
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[21px\]{
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}
.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[38px\]{
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[9px\]{
  padding-left: 9px;
  padding-right: 9px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[2\.25px\]{
  padding-top: 2.25px;
  padding-bottom: 2.25px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[33px\]{
  padding-top: 33px;
  padding-bottom: 33px;
}
.py-\[42px\]{
  padding-top: 42px;
  padding-bottom: 42px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[53px\]{
  padding-top: 53px;
  padding-bottom: 53px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[64px\]{
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[19px\]{
  padding-bottom: 19px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pb-\[26px\]{
  padding-bottom: 26px;
}
.pb-\[29\.5px\]{
  padding-bottom: 29.5px;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[31px\]{
  padding-bottom: 31px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[43px\]{
  padding-bottom: 43px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[64px\]{
  padding-bottom: 64px;
}
.pb-\[6px\]{
  padding-bottom: 6px;
}
.pl-0{
  padding-left: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[103px\]{
  padding-left: 103px;
}
.pl-\[12px\]{
  padding-left: 12px;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pl-\[1px\]{
  padding-left: 1px;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pl-\[22px\]{
  padding-left: 22px;
}
.pl-\[24px\]{
  padding-left: 24px;
}
.pl-\[29px\]{
  padding-left: 29px;
}
.pl-\[31px\]{
  padding-left: 31px;
}
.pl-\[60px\]{
  padding-left: 60px;
}
.pl-\[8px\]{
  padding-left: 8px;
}
.pl-\[90px\]{
  padding-left: 90px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pr-\[12px\]{
  padding-right: 12px;
}
.pr-\[146px\]{
  padding-right: 146px;
}
.pr-\[16px\]{
  padding-right: 16px;
}
.pr-\[18px\]{
  padding-right: 18px;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pr-\[24px\]{
  padding-right: 24px;
}
.pr-\[29\.5px\]{
  padding-right: 29.5px;
}
.pr-\[2px\]{
  padding-right: 2px;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pr-\[46px\]{
  padding-right: 46px;
}
.pr-\[90px\]{
  padding-right: 90px;
}
.pr-\[96px\]{
  padding-right: 96px;
}
.pt-0{
  padding-top: 0px;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[13px\]{
  padding-top: 13px;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[220px\]{
  padding-top: 220px;
}
.pt-\[22px\]{
  padding-top: 22px;
}
.pt-\[22vh\]{
  padding-top: 22vh;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[25px\]{
  padding-top: 25px;
}
.pt-\[26px\]{
  padding-top: 26px;
}
.pt-\[27px\]{
  padding-top: 27px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.pt-\[65px\]{
  padding-top: 65px;
}
.pt-\[8\%\]{
  padding-top: 8%;
}
.pt-\[85px\]{
  padding-top: 85px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.pt-\[9px\]{
  padding-top: 9px;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.align-middle{
  vertical-align: middle;
}
.\!font-comfortaa{
  font-family: Comfortaa, serif !important;
}
.\!font-tt-hoves{
  font-family: TT Hoves Pro Trial, sans-serif !important;
}
.font-\[\'Comfortaa\'\2c serif\]{
  font-family: 'Comfortaa',serif;
}
.font-\[\'Comfortaa\'\]{
  font-family: 'Comfortaa';
}
.font-\[\'TT_Hoves_Pro_Trial\'\]{
  font-family: 'TT Hoves Pro Trial';
}
.font-\[Comfortaa\]{
  font-family: Comfortaa;
}
.font-\[\\\'TT_Hoves_Pro_Trial\\\'\]{
  font-family: \'TT Hoves Pro Trial\';
}
.font-comfortaa{
  font-family: Comfortaa, serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-tt-hoves{
  font-family: TT Hoves Pro Trial, sans-serif;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.\!text-\[22px\]{
  font-size: 22px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[115px\]{
  font-size: 115px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.261px\]{
  font-size: 12.261px;
}
.text-\[12\.837px\]{
  font-size: 12.837px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[137px\]{
  font-size: 137px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[180\.338px\]{
  font-size: 180.338px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20\.328px\]{
  font-size: 20.328px;
}
.text-\[20\.69px\]{
  font-size: 20.69px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[34\.304px\]{
  font-size: 34.304px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[47px\]{
  font-size: 47px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[61px\]{
  font-size: 61px;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9\.742px\]{
  font-size: 9.742px;
}
.text-\[9\.984px\]{
  font-size: 9.984px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.not-italic{
  font-style: normal;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[120\%\]{
  line-height: 120% !important;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[-0\.42px\]{
  line-height: -0.42px;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[120\%\]{
  line-height: 120%;
}
.leading-\[12px\]{
  line-height: 12px;
}
.leading-\[14\.4px\]{
  line-height: 14.4px;
}
.leading-\[140\%\]{
  line-height: 140%;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19\.2px\]{
  line-height: 19.2px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22\.4px\]{
  line-height: 22.4px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[25px\]{
  line-height: 25px;
}
.leading-\[29px\]{
  line-height: 29px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[41px\]{
  line-height: 41px;
}
.leading-\[43\.2px\]{
  line-height: 43.2px;
}
.leading-\[43px\]{
  line-height: 43px;
}
.leading-\[65\.8px\]{
  line-height: 65.8px;
}
.leading-\[66px\]{
  line-height: 66px;
}
.leading-\[74px\]{
  line-height: 74px;
}
.leading-\[96px\]{
  line-height: 96px;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.\!tracking-\[-0\.36px\]{
  letter-spacing: -0.36px !important;
}
.\!tracking-\[-0\.44px\]{
  letter-spacing: -0.44px !important;
}
.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}
.tracking-\[-0\.084px\]{
  letter-spacing: -0.084px;
}
.tracking-\[-0\.28px\]{
  letter-spacing: -0.28px;
}
.tracking-\[-0\.292px\]{
  letter-spacing: -0.292px;
}
.tracking-\[-0\.32px\]{
  letter-spacing: -0.32px;
}
.tracking-\[-0\.36px\]{
  letter-spacing: -0.36px;
}
.tracking-\[-0\.3px\]{
  letter-spacing: -0.3px;
}
.tracking-\[-0\.42px\]{
  letter-spacing: -0.42px;
}
.tracking-\[-0\.44px\]{
  letter-spacing: -0.44px;
}
.tracking-\[-0\.4px\]{
  letter-spacing: -0.4px;
}
.tracking-\[-0\.56px\]{
  letter-spacing: -0.56px;
}
.tracking-\[0\.3px\]{
  letter-spacing: 0.3px;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-\[\#003049\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 48 73 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#49494A\]{
  --tw-text-opacity: 1 !important;
  color: rgb(73 73 74 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#E30000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(227 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#003049\]{
  --tw-text-opacity: 1;
  color: rgb(0 48 73 / var(--tw-text-opacity, 1));
}
.text-\[\#023D5C\]{
  --tw-text-opacity: 1;
  color: rgb(2 61 92 / var(--tw-text-opacity, 1));
}
.text-\[\#0A0D14\]{
  --tw-text-opacity: 1;
  color: rgb(10 13 20 / var(--tw-text-opacity, 1));
}
.text-\[\#1A1A1A\]{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-\[\#1f292e\]{
  --tw-text-opacity: 1;
  color: rgb(31 41 46 / var(--tw-text-opacity, 1));
}
.text-\[\#258750\]{
  --tw-text-opacity: 1;
  color: rgb(37 135 80 / var(--tw-text-opacity, 1));
}
.text-\[\#262627\]{
  --tw-text-opacity: 1;
  color: rgb(38 38 39 / var(--tw-text-opacity, 1));
}
.text-\[\#323338\]{
  --tw-text-opacity: 1;
  color: rgb(50 51 56 / var(--tw-text-opacity, 1));
}
.text-\[\#344054\]{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.text-\[\#3c4043\]{
  --tw-text-opacity: 1;
  color: rgb(60 64 67 / var(--tw-text-opacity, 1));
}
.text-\[\#49494A\]{
  --tw-text-opacity: 1;
  color: rgb(73 73 74 / var(--tw-text-opacity, 1));
}
.text-\[\#49494a\]{
  --tw-text-opacity: 1;
  color: rgb(73 73 74 / var(--tw-text-opacity, 1));
}
.text-\[\#525866\]{
  --tw-text-opacity: 1;
  color: rgb(82 88 102 / var(--tw-text-opacity, 1));
}
.text-\[\#676879\]{
  --tw-text-opacity: 1;
  color: rgb(103 104 121 / var(--tw-text-opacity, 1));
}
.text-\[\#6B6C7B\]{
  --tw-text-opacity: 1;
  color: rgb(107 108 123 / var(--tw-text-opacity, 1));
}
.text-\[\#7A7A7A\]{
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.text-\[\#8B8C9E\]{
  --tw-text-opacity: 1;
  color: rgb(139 140 158 / var(--tw-text-opacity, 1));
}
.text-\[\#8E919C\]{
  --tw-text-opacity: 1;
  color: rgb(142 145 156 / var(--tw-text-opacity, 1));
}
.text-\[\#A7A9B2\]{
  --tw-text-opacity: 1;
  color: rgb(167 169 178 / var(--tw-text-opacity, 1));
}
.text-\[\#AAAAAA\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-\[\#AAA\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-\[\#C8C8C8\]{
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}
.text-\[\#CCD6DB\]{
  --tw-text-opacity: 1;
  color: rgb(204 214 219 / var(--tw-text-opacity, 1));
}
.text-\[\#E30000\]{
  --tw-text-opacity: 1;
  color: rgb(227 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFB74D\]{
  --tw-text-opacity: 1;
  color: rgb(255 183 77 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#d83a52\]{
  --tw-text-opacity: 1;
  color: rgb(216 58 82 / var(--tw-text-opacity, 1));
}
.text-\[color\:var\(--Background-Colors-Primary-Bg\2c \#fff\)\]{
  color: var(--Background-Colors-Primary-Bg,#fff);
}
.text-\[color\:var\(--Brand-Color-Primary-Prussian-Blue\2c \#003049\)\]{
  color: var(--Brand-Color-Primary-Prussian-Blue,#003049);
}
.text-\[color\:var\(--Semantic-Colors-Positive\2c \#258750\)\]{
  color: var(--Semantic-Colors-Positive,#258750);
}
.text-\[color\:var\(--Semantic-Colors-Primary\2c \#0073ea\)\]{
  color: var(--Semantic-Colors-Primary,#0073ea);
}
.text-\[color\:var\(--Text-Colors-Body-Text\2c \#49494A\)\]{
  color: var(--Text-Colors-Body-Text,#49494A);
}
.text-\[color\:var\(--Text-Colors-Label-Text\2c \#AAA\)\]{
  color: var(--Text-Colors-Label-Text,#AAA);
}
.text-\[color\:var\(--Text-Colors-Primary-Text\2c \#262627\)\]{
  color: var(--Text-Colors-Primary-Text,#262627);
}
.text-\[color\:var\(--Text-Colors-Subtitle-Text\2c \#676879\)\]{
  color: var(--Text-Colors-Subtitle-Text,#676879);
}
.text-\[color\:var\(--Text-Heading-Text-Heading\2c \#0A0D14\)\]{
  color: var(--Text-Heading-Text-Heading,#0A0D14);
}
.text-\[color\:var\(--Text-Heading-Text-Subtitle\2c \#5C5E62\)\]{
  color: var(--Text-Heading-Text-Subtitle,#5C5E62);
}
.text-\[var\(--Text-Colors-Body-Text\2c \#49494A\)\]{
  color: var(--Text-Colors-Body-Text,#49494A);
}
.text-\[var\(--Text-Colors-Body-Text\2c \#49494a\)\]{
  color: var(--Text-Colors-Body-Text,#49494a);
}
.text-\[var\(--Text-Colors-Label-Text\2c \#aaa\)\]{
  color: var(--Text-Colors-Label-Text,#aaa);
}
.text-\[var\(--Text-Colors-Placeholder\2c \#C8C8C8\)\]{
  color: var(--Text-Colors-Placeholder,#C8C8C8);
}
.text-\[var\(--Text-Colors-Primary-Text\2c \#262627\)\]{
  color: var(--Text-Colors-Primary-Text,#262627);
}
.text-\[var\(--Text-Colors-Subtitle-Text\2c \#676879\)\]{
  color: var(--Text-Colors-Subtitle-Text,#676879);
}
.text-\[var\(--Text-Colors-Text-on-inverted\2c \#FFF\)\]{
  color: var(--Text-Colors-Text-on-inverted,#FFF);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-\[2px\]{
  text-underline-offset: 2px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-\[\#C8C8C8\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(200 200 200 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#C8C8C8\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(200 200 200 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-\[0\.35\]{
  opacity: 0.35;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c 0_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\]{
  --tw-shadow: 0 20px 24px -4px rgba(16,24,40,0.08),0 8px 8px -4px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0 20px 24px -4px var(--tw-shadow-color), 0 8px 8px -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_20px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c _0_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\]{
  --tw-shadow: 0 20px 24px -4px rgba(16,24,40,0.08), 0 8px 8px -4px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0 20px 24px -4px var(--tw-shadow-color), 0 8px 8px -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_4px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 4px 8px 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-\[0_8px_16px_0_rgba\(16\2c 24\2c 40\2c 0\.03\)\]{
  --tw-shadow: 0 8px 16px 0 rgba(16,24,40,0.03);
  --tw-shadow-colored: 0 8px 16px 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-\[0_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\2c 0_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\]{
  --tw-shadow: 0 8px 8px -4px rgba(16,24,40,0.03),0 8px 8px -4px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0 8px 8px -4px var(--tw-shadow-color), 0 8px 8px -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_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\]{
  --tw-shadow: 0 8px 8px -4px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0 8px 8px -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-\[0px_1px_2px_rgba\(82\2c 88\2c 102\2c 0\.06\)\]{
  --tw-shadow: 0px 1px 2px rgba(82,88,102,0.06);
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[8px_12px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\]{
  --tw-shadow: 8px 12px 24px -4px rgba(16,24,40,0.08);
  --tw-shadow-colored: 8px 12px 24px -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-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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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-\[17\.5px\]{
  --tw-backdrop-blur: blur(17.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  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;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[mask-composite\:exclude\]{
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.\[mask\:linear-gradient\(\#000_0_0\)_content-box\2c linear-gradient\(\#000_0_0\)\]{
  -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
}
.globalNotifications {
  max-width: 450px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 10000;
}
.globalNotifications .notification {
  position: relative;
  background: #FFF;
  padding: 22px 24px;
  border-radius: 6px;
  margin: 0 0 20px;
  padding-right: 35px;
  color: #000;
}
.globalNotifications .notification .notification-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  line-height: 22px;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.globalNotifications .notification p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.globalNotifications .notification.no-close {
  padding-right: 14px;
}
.globalNotifications .notification.is-info {
  background: #67d2ff;
}
.globalNotifications .notification.is-warning {
  background: #ffb710;
}
.globalNotifications .notification.is-error {
  background: #ff6684;
}
.globalNotifications .notification.is-success {
  background: #06d1b2;
}
.globalNotifications .notification.is-payment-success {
  background: #2BB673;
  color: #FFF;
  padding: 12px 20px;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  z-index: 10001;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.globalNotifications .notification:last-child {
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .globalNotifications {
    max-width: calc(100vw - 44px);
  }
}
#indefiniteSpinner {
  position: fixed;
}

.modal-spinner {
  position: absolute;
}

#indefiniteSpinner, .modal-spinner {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  z-index: 10000;
}
#indefiniteSpinner::before, .modal-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  height: 6px;
  width: 30%;
  background-color: #E30000;
  animation-name: indefiniteSpinner;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.8;
}
#indefiniteSpinner.is-active, .modal-spinner.is-active {
  display: block;
}

@keyframes indefiniteSpinner {
  from {
    left: -30%;
  }
  to {
    left: 100%;
  }
}
.button {
  margin: 0 0 18px;
  height: 49px;
  line-height: 49px;
  display: block;
  border: 0;
  border-radius: 50px;
  text-align: center;
  padding: 0 18px;
  font-size: 16px;
  background: #F5F6F8;
  color: #49494A;
  cursor: pointer;
}
.button.button-link {
  text-decoration: none;
}
.button.button-gray {
  background: #CCD2D5 !important;
  color: #fff !important;
}
.button.button-dark-blue {
  background: #003049;
  color: #fff;
}
.button.button-light-gray {
  background: #F5F6F8 !important;
  color: #49494A !important;
}
.button.button-red {
  background: #d93b53 !important;
  color: #fff;
}
.button.button-dark-red {
  background: #e30000 !important;
  color: #fff;
}
.button.button-with-shadow {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(82, 88, 102, 0.06);
  border-radius: 8px;
  border: 1px solid #F5F6F8;
  box-sizing: border-box;
  font-size: 14px;
  color: #676879;
}
.button.button-two-layers {
  height: 61px;
}
.button.button-two-layers > span {
  display: block;
  margin: 0 0 4px;
  font-weight: 500;
  line-height: 19px;
  font-size: 16px;
}
.button.button-two-layers > i {
  display: block;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  font-style: normal;
}

.button-navigation {
  float: left;
  margin: 0 0 0 7px;
  padding: 0;
  height: 32px;
  width: 32px;
  display: block;
  background: none;
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  background-image: url("/images/rounded-arrow-active.svg");
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.button-navigation.is-inactive {
  background-image: url("/images/rounded-arrow-inactive.svg");
}
.button-navigation.button-rounded-left-blue {
  transform: rotate(180deg);
}
.button-navigation.button-rounded-left-blue.is-inactive {
  transform: rotate(0);
}
.button-navigation.button-rounded-right-blue.is-inactive {
  transform: rotate(180deg);
}

.button-rounded {
  position: relative;
  width: 28px;
  height: 28px;
  background: rgba(41, 40, 40, 0.4);
  border-radius: 50%;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.button-rounded::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.button-rounded.button-rounded-share::before {
  background-image: url("/images/share-icon.svg");
}
.button-rounded.button-rounded-like::before {
  background-image: url("/images/heart-icon.svg");
}
.button-rounded.button-rounded-more::before {
  background-size: 3px 15px;
  background-image: url("/images/dots-icon.svg");
}
.button-rounded.button-rounded-left::before {
  background-size: 5px 11px;
  background-image: url("/images/left-right-icon.svg");
}
.button-rounded.button-rounded-right::before {
  transform: rotate(180deg);
  background-size: 5px 11px;
  background-image: url("/images/left-right-icon.svg");
}
.button-rounded.button-rounded-dark.button-rounded-share::before {
  background-image: url("/images/share-icon-dark.svg");
}
.button-rounded.button-rounded-dark.button-rounded-like::before {
  background-image: url("/images/heart-icon-dark.svg");
}

.buttons-holder {
  overflow: hidden;
}
.buttons-holder.buttons-2 .button {
  width: calc(50% - 6px) !important;
}

@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("/fonts/TT Hoves Pro Trial Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("/fonts/TT Hoves Pro Trial Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("/fonts/TT Hoves Pro Trial Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Public Sans", serif;
}

.wrapper {
  width: 1280px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-hidden {
  display: none;
}
.is-hidden.is-active {
  display: block;
}

.coming-soon {
  display: block;
  float: left;
  padding: 4px 6px;
  background: rgba(227, 0, 0, 0.05);
  font-size: 10px;
  line-height: 12px;
  border-radius: 24px;
  color: #E30000;
}

.user-avatar {
  position: relative;
  width: 42px;
  height: 42px;
  float: left;
  background: #fff;
  border-radius: 50%;
}
.user-avatar img {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.user-avatar .status-online {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #258750;
}
.user-avatar .status-online.offline {
  background: #c9c9c9;
}

.user-info {
  float: left;
  margin: 0 0 0 8px;
}
.user-info > span {
  display: block;
  line-height: 25px;
  font-size: 21px;
  color: #fff;
  font-family: "Comfortaa", serif;
}

.rating {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.rating .stars {
  position: relative;
  float: left;
  margin: 0 6px 0 0;
  height: 14px;
  width: 64px;
  background-image: url("/images/star-inactive.svg");
  background-repeat: space;
  background-size: 12px;
  background-position: left center;
}
.rating .stars .star-active {
  position: absolute;
  top: 1px;
  height: 12px;
  width: 12px;
  background-image: url("/images/star-active.svg");
  background-repeat: space;
  background-size: 12px;
  background-position: left center;
}
.rating .stars .star-active:nth-child(1) {
  left: 0;
}
.rating .stars .star-active:nth-child(2) {
  left: 13px;
}
.rating .stars .star-active:nth-child(3) {
  left: 26px;
}
.rating .stars .star-active:nth-child(4) {
  left: 39px;
}
.rating .stars .star-active:nth-child(5) {
  left: 52px;
}

.tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags li {
  float: left;
  padding: 8px 16px;
  line-height: 22px;
  color: #676879;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 8px 8px 0;
  border-radius: 16px;
  background: #F5F6F8;
}

.columns .column {
  float: left;
}
.columns.columns-2 .column {
  width: 50%;
}
.columns.columns-3 .column {
  width: 33.3333%;
}
.columns.columns-4 .column {
  width: 25%;
}

.propertyItemsList {
  height: calc(100vh - 36px - 49px - 56px - 124px - 16px - 15px);
  overflow-y: auto;
  overflow-x: hidden;
}
.propertyItemsList .item {
  float: left;
  margin: 0 16px 16px 0;
  width: 307px;
}
.propertyItemsList .item:nth-child(2n) {
  margin-right: 0;
}
.propertyItemsList .item .images {
  position: relative;
  width: 307px;
  height: 307px;
}
.propertyItemsList .item .images a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.propertyItemsList .item .images .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.propertyItemsList .item .images .image:not(.is-active) {
  display: none;
}
.propertyItemsList .item .images .image.default-image {
  background-size: 200px;
  background-color: #F5F6F8;
}
.propertyItemsList .item .images .likeAndShare {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 20px;
}
.propertyItemsList .item .images .likeAndShare button {
  padding: 0;
  margin-left: 7px;
}
.propertyItemsList .item .images .navigation-button-rounded-left {
  position: absolute;
  z-index: 3;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  left: 21px;
}
.propertyItemsList .item .images .navigation-button-rounded-right {
  position: absolute;
  z-index: 3;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  right: 21px;
}
.propertyItemsList .item .images .navigation {
  position: absolute;
  z-index: 3;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  left: 21px;
  right: 21px;
}
.propertyItemsList .item .images .navigation .button-rounded-left {
  float: left;
}
.propertyItemsList .item .images .navigation .button-rounded-right {
  float: right;
}
.propertyItemsList .item .images .user {
  position: absolute;
  z-index: 2;
  left: 19px;
  bottom: 15px;
}
.propertyItemsList .item .images.has-default-image .user .user-info span {
  color: #262627;
}
.propertyItemsList .item .images.has-default-image .rating {
  color: #262627;
}
.propertyItemsList .item .item-data {
  margin: 12px 0 0;
}
.propertyItemsList .item .item-data b {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 27px;
  color: #262627;
}
.propertyItemsList .item .item-data b a {
  color: #262627;
  text-decoration: none;
}
.propertyItemsList .item .item-data ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.propertyItemsList .item .item-data ul li {
  position: relative;
  float: left;
  height: 22px;
  margin: 0 16px 0 0;
  color: #49494A;
  font-size: 16px;
  line-height: 22px;
  padding-left: 26px;
}
.propertyItemsList .item .item-data ul li.apartment-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.propertyItemsList .item .item-data ul li.icon-bed::before {
  background-image: url("/images/bed-icon.svg");
}
.propertyItemsList .item .item-data ul li.icon-bathroom::before {
  background-image: url("/images/bathtub-icon.svg");
}
.propertyItemsList .item .item-data ul li.icon-ruler::before {
  background-image: url("/images/ruler-icon.svg");
}
.propertyItemsList .item .item-data ul li:last-child {
  margin: 0;
}
.propertyItemsList .item .item-data span {
  padding: 0 8px;
  display: block;
  height: 38px;
  background: #F5F6F8;
  line-height: 38px;
  font-size: 16px;
  color: #49494A;
  border-radius: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.options {
  position: absolute;
  top: 16px;
  right: 26px;
}
.options .icon {
  display: block;
  cursor: pointer;
}
.options ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 46px;
  right: 0;
  box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03);
  background: #FFFFFF;
  border-radius: 16px;
  z-index: 10;
}
.options ul li {
  display: block;
  padding: 0 24px;
  min-width: 200px;
  line-height: 46px;
  font-size: 16px;
  color: #49494A;
  cursor: pointer;
}
.options ul li.has-link {
  padding: 0;
}
.options ul li.has-link a {
  display: block;
  padding: 0 24px;
  color: #49494A;
  text-decoration: none;
}
.options ul li:hover {
  background: #f5f6f8;
}
.options ul li:first-child {
  border-radius: 16px 16px 0 0;
}
.options ul li:last-child {
  border-radius: 0 0 16px 16px;
}
.options.dropdown-is-active ul {
  display: block;
}

.indicator {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.indicator.is-orange {
  background: #F18080;
}
.indicator.is-green {
  background: #258750;
}
.indicator.is-blue {
  background: #0073EA;
}
.indicator.is-purple {
  background: #A358DF;
}
.indicator.is-black {
  background: #003049;
}

.vertical-align-table {
  display: table;
}
.vertical-align-table .vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.mobile-only {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .wrapper {
    width: auto;
    padding: 0 12px;
  }
  .hide-on-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    padding: 0 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .wrapper {
    width: 960px;
    padding: 0 32px;
  }
}
/* Prevent body scrolling when modal is active */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modals {
  display: none;
  position: fixed;
  z-index: 2001; /* Above header/mobile menu */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modals.is-active {
  display: block;
}
.modals .modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.modals .modal.is-active {
  display: block;
  overflow-y: auto;
}
.modals .modal .modal-content {
  z-index: 3;
  position: relative;
  left: 50%;
  width: 600px;
  margin: 150px 0 50px -300px;
  padding: 40px;
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
}
.modals .modal .modal-content.has-spinner {
  overflow: hidden;
}
.modals .modal .modal-content .modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url("/images/close-times.svg") center center no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.modals .modal .modal-content h2 {
  margin: 0;
  line-height: 32px;
  font-size: 26px;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  color: #000;
}
.modals .modal .modal-content.no-subtitle h2 {
  margin-bottom: 24px;
}
.modals .modal .modal-content.video-modal {
  width: 900px;
  margin-left: -450px;
}
.modals .modal .modal-content p {
  margin: 16px 0 24px;
  color: #49494A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
}
.modals .modal .modal-content .agreement,
.modals .modal .modal-content .modal-bottom-link {
  margin: 0;
  color: #33353B;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0;
}
.modals .modal .modal-content .agreement a,
.modals .modal .modal-content .modal-bottom-link a {
  color: #003049;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.modals .modal .modal-content .agreement a:hover,
.modals .modal .modal-content .modal-bottom-link a:hover {
  color: #002a3d;
}
.modals .modal .modal-content .agreement.sign-up-link,
.modals .modal .modal-content .modal-bottom-link.sign-up-link {
  font-size: 16px;
}
.modals .modal .modal-content button,
.modals .modal .modal-content .blue-button-link {
  margin: 24px 0 0;
  width: 100%;
  height: 49px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  background: #003049;
}
.modals .modal .modal-content button:disabled,
.modals .modal .modal-content .blue-button-link:disabled {
  background: #CCD2D5;
}
.modals .modal .modal-content .blue-button-link {
  display: block;
  text-decoration: none;
}
.modals .modal .modal-content .or-continue-with {
  position: relative;
  margin: 24px 0 0;
  height: 22px;
}
.modals .modal .modal-content .or-continue-with span {
  position: absolute;
  left: 50%;
  width: 140px;
  margin: 0 0 0 -70px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
  background: #FFF;
  z-index: 2;
}
.modals .modal .modal-content .or-continue-with::before {
  content: "";
  top: 11px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F5F6F8;
  z-index: 1;
}
.modals .modal .modal-content.big-success {
  text-align: center;
  position: relative;
}
.modals .modal .modal-content.big-success h2 {
  color: #000;
  font-size: 27px;
  line-height: 32px;
}
.modals .modal .modal-content.big-success p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #49494A;
}
.modals .modal .modal-content.big-success::before {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto 16px;
  width: 104px;
  height: 104px;
  background-image: url("/images/validation-success.svg");
  background-size: 104px;
  background-position: center;
}
.modals .modal .modal-content .modal-oauth-buttons {
  margin: 24px 0;
  height: 56px;
}
.modals .modal .modal-content .modal-oauth-buttons a {
  position: relative;
  float: left;
  width: calc(33.3333% - 6px);
  height: 56px;
  margin: 0 8px 0 0;
  background: #F5F6F8;
  border-radius: 24px;
  overflow: hidden;
  text-indent: -9999px;
}
.modals .modal .modal-content .modal-oauth-buttons a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.modals .modal .modal-content .modal-oauth-buttons a.oauth-gmail::before {
  background-image: url("/images/social-gmail.svg");
}
.modals .modal .modal-content .modal-oauth-buttons a.oauth-facebook::before {
  background-image: url("/images/social-facebook.svg");
}
.modals .modal .modal-content .modal-oauth-buttons a.oauth-apple::before {
  background-image: url("/images/social-apple.svg");
}
.modals .modal .modal-content .modal-oauth-buttons a:last-child {
  margin: 0;
}
.modals .modal .form-field {
  position: relative;
  margin: 0 0 16px;
}
.modals .modal .form-field label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #C8C8C8;
  font-size: 16px;
  line-height: 49px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: font-size 0.2s linear, color 0.2s linear, top 0.2s linear, line-height 0.2s linear;
}
.modals .modal .form-field input {
  width: 100%;
  height: 49px;
  padding: 16px 20px 0px;
  line-height: 18px;
  color: #49494A;
  font-size: 16px;
  background: #F5F6F8;
  border: 0;
  border-radius: 50px;
  outline: none;
  box-sizing: border-box;
  font-family: "Public Sans", serif;
}
.modals .modal .form-field.is-active label {
  font-size: 12px;
  color: #676879;
  top: 8px;
  line-height: 12px;
}
.modals .modal .form-field.with-icon .icon {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}
.modals .modal .form-field.with-icon .icon.icon-eye {
  background: url("/images/eye-icon.svg") center center no-repeat;
  background-size: 22px;
}
.modals .modal .form-field.with-icon .icon.icon-eye-open {
  background: url("/images/eye-open-icon.svg") center center no-repeat;
  background-size: 22px;
}
.modals .modal .form-field.phone-number {
  position: relative;
}
.modals .modal .form-field.phone-number .phone-number-select {
  position: absolute;
  top: 0;
  left: 0;
}
.modals .modal .form-field.phone-number .phone-number-select .phone-number-select_active {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 0 14px 20px;
  width: 100px;
  height: 49px;
  border-right: 1px solid #E6E9EF;
  box-sizing: border-box;
  cursor: pointer;
}
.modals .modal .form-field.phone-number .phone-number-select .phone-number-select_active img {
  float: left;
  width: 21px;
  height: 21px;
}
.modals .modal .form-field.phone-number .phone-number-select .phone-number-select_active span {
  display: block;
  float: left;
  margin: 0 0 0 8px;
  font-size: 16px;
  color: #49494A;
}
.modals .modal .form-field.phone-number .phone-number-select .phone-number-select_active::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  background: url("/images/dropdown-v.svg") center center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 14px;
}
.modals .modal .form-field.phone-number input {
  padding-left: 121px;
}
.modals .modal .form-field.phone-number label {
  left: 101px;
}
.modals .modal .form-field .form-field-validation {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.modals .modal .form-field .form-field-validation li {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 24px;
  font-size: 12px;
  color: #49494A;
  line-height: 16px;
}
.modals .modal .form-field .form-field-validation li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.modals .modal .form-field .form-field-validation li.is-success::before {
  background-image: url("/images/validation-success.svg");
}
.modals .modal .form-field .form-field-validation li.is-failure::before {
  background-image: url("/images/validation-failure.svg");
}
.modals .modal .form-field .form-field-validation li:first-child {
  margin: 0;
}

/* Responsive modal adjustments */
@media only screen and (max-width: 767px) {
  .modals .modal {
    /* Buttons smaller like the mock */
  }
  .modals .modal .modal-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 420px;
    margin: 0;
    padding: 20px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .modals .modal .modal-content .modal-close {
    top: 16px;
    right: 16px;
  }
  .modals .modal .modal-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .modals .modal .modal-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .modals .modal .modal-content.video-modal {
    width: calc(100% - 32px);
    max-width: 900px;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }
  .modals .modal .modal-content .or-continue-with span {
    width: 120px;
    margin-left: -60px;
    font-size: 14px;
  }
  .modals .modal .modal-content .modal-oauth-buttons {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .modals .modal .modal-content .modal-oauth-buttons a {
    width: 115px;
    height: 48px;
    margin: 0;
    border-radius: 24px;
  }
  .modals .modal .form-field label {
    font-size: 14px;
    line-height: 44px;
    padding: 0 16px;
  }
  .modals .modal .form-field input {
    height: 44px;
    padding: 14px 16px 0;
    font-size: 14px;
    border-radius: 22px;
  }
  .modals .modal .form-field.is-active label {
    font-size: 11px;
    top: 8px;
    line-height: 11px;
  }
  .modals .modal .form-field.with-icon .icon {
    top: 10px;
    right: 16px;
  }
  .modals .modal .form-field.phone-number .phone-number-select .phone-number-select_active {
    padding: 12px 0 12px 16px;
    width: 88px;
    height: 44px;
  }
  .modals .modal .form-field.phone-number .phone-number-select .phone-number-select_active span {
    font-size: 14px;
  }
  .modals .modal .form-field.phone-number input {
    padding-left: 105px;
  }
  .modals .modal .form-field.phone-number label {
    left: 89px;
  }
  .modals .modal .modal-content button,
  .modals .modal .modal-content .blue-button-link {
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .modals .modal .modal-content {
    width: calc(100% - 16px);
    margin: 64px 8px;
    padding: 18px;
  }
  .modals .modal .form-field input {
    height: 42px;
  }
  .modals .modal .form-field label {
    line-height: 42px;
  }
}
.has-apartment-icon {
  position: relative;
}
.has-apartment-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.has-apartment-icon.icon-bed::before {
  background-image: url("/images/bed-icon.svg");
}
.has-apartment-icon.icon-bathroom::before {
  background-image: url("/images/bathtub-icon.svg");
}
.has-apartment-icon.icon-ruler::before {
  background-image: url("/images/ruler-icon.svg");
}

.icon {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.icon.icon-sphere-keyboard {
  height: 24px;
  width: 24px;
  background-size: 24px;
  background-image: url("/images/sphere-keyboard.svg");
}
.icon.icon-location {
  background-size: 13px 18px;
  background-image: url("/images/icon-location.svg");
}
.icon.icon-home {
  background-size: 18px 16px;
  background-image: url("/images/icon-house.svg");
}
.icon.icon-bed {
  background-size: 18px 16px;
  background-image: url("/images/bed-icon.svg");
}
.icon.icon-location-map {
  background-size: 16px 20px;
  background-image: url("/images/icon-location-map.svg");
}
.icon.icon-info {
  background-size: 16px 16px;
  background-image: url("/images/info-icon.svg");
}
.icon.icon-green-success {
  background-size: 16px 16px;
  background-image: url("/images/validation-success.svg");
}
.icon.icon-options.icon-options-white-dots {
  width: 36px;
  height: 36px;
  background-size: 36px;
  background-image: url("/images/icon-options-white-dots.svg");
}
.icon.icon-close-white {
  background-size: 16px 16px;
  background-image: url("/images/close-white.svg");
}
.icon.icon-play {
  background-size: 16px 16px;
  background-image: url("/images/play-white.svg");
}
.icon.icon-pause {
  background-size: 16px 16px;
  background-image: url("/images/pause.svg");
}
.icon.icon-uploader {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("/images/uploader-icon.svg");
  background-size: 56px;
}
.icon.icon-uploader.icon-uploader-plus {
  background-image: url("/images/uploader-icon-plus.svg");
}
.icon.icon-social {
  display: block;
  height: 24px;
  width: 24px;
}
.icon.icon-social.icon-facebook {
  background-size: 10px 18px;
  background-image: url("/images/footer-facebook.svg");
}
.icon.icon-social.icon-instagram {
  background-size: 18px;
  background-image: url("/images/footer-instagram.svg");
}
.icon.icon-social.icon-x {
  background-size: 18px;
  background-image: url("/images/footer-x.svg");
}
.icon.icon-social.icon-youtube {
  background-size: 21px 15px;
  background-image: url("/images/footer-youtube.svg");
}
.icon.icon-social.icon-linkedin {
  background-size: 18px 17px;
  background-image: url("/images/footer-linkedin.svg");
}
.icon.icon-listing {
  display: block;
  height: 24px;
  width: 24px;
}
.icon.icon-listing.icon-listing-house {
  background-size: 20px 16px;
  background-image: url("/images/property-types/house.svg");
}
.icon.icon-listing.icon-listing-townhouse {
  background-size: 20px;
  background-image: url("/images/property-types/townhouse.svg");
}
.icon.icon-listing.icon-listing-manufactured {
  background-size: 18px;
  background-image: url("/images/property-types/manufactured.svg");
}
.icon.icon-listing.icon-listing-new-homes {
  background-size: 20px 17px;
  background-image: url("/images/property-types/new-homes.svg");
}
.icon.icon-listing.icon-listing-tiny-home {
  background-size: 18px 20px;
  background-image: url("/images/property-types/tiny-home.svg");
}
.icon.icon-listing.icon-listing-lot-land {
  background-size: 20px 7px;
  background-position: center bottom;
  background-image: url("/images/property-types/lot-land.svg");
}
.icon.icon-listing.icon-listing-room {
  background-size: 18px 20px;
  background-image: url("/images/property-types/room.svg");
}
.icon.icon-listing.icon-listing-minimalistic-home {
  background-size: 20px 19px;
  background-image: url("/images/property-types/minimalistic-home.svg");
}
.icon.icon-listing.icon-listing-wholesale {
  background-size: 20px;
  background-image: url("/images/property-types/wholesale.svg");
}
.icon.icon-listing.icon-listing-auction {
  background-size: 18px 20px;
  background-image: url("/images/property-types/auction.svg");
}
.icon.icon-listing.icon-listing-unpack {
  background-size: 20px;
  background-image: url("/images/property-types/unpack.svg");
}
.icon.icon-listing.icon-listing-confirm {
  background-size: 20px;
  background-image: url("/images/property-types/confirm.svg");
}
.icon.icon-mask-listing {
  display: block;
  height: 24px;
  width: 24px;
  background-color: #676879;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.icon.icon-mask-listing.active { /* ✅ correct nesting */
  background-color: #fff;
  border-color: #fff;
}
.icon.icon-mask-listing.icon-listing-new-homes {
  -webkit-mask-size: 20px 17px;
          mask-size: 20px 17px;
  -webkit-mask-image: url("/images/property-types/new-homes.svg");
          mask-image: url("/images/property-types/new-homes.svg");
}
.icon.icon-mask-listing.icon-listing-unpack {
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-image: url("/images/property-types/unpack.svg");
          mask-image: url("/images/property-types/unpack.svg");
}
.icon.icon-mask-listing.icon-listing-confirm {
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-image: url("/images/property-types/confirm.svg");
          mask-image: url("/images/property-types/confirm.svg");
}
.icon.icon-shop-basket {
  background-size: 20px;
  background-image: url("/images/selling/shop-basket.svg");
}

.form .uploader {
  position: relative;
  padding: 32px 0;
  border: 1px dashed #CDD0D5;
  border-radius: 12px;
  box-sizing: border-box;
}
.form .uploader.uploader-add-more {
  padding: 90px 0;
  border: 1px solid #CDD0D5;
}
.form .uploader input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.form .uploader .icon {
  margin: 0 auto;
}
.form .uploader span {
  display: block;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 19px;
  color: #49494A;
  text-align: center;
}
.form .uploader button {
  margin: 20px auto 0;
}
.form .form-field {
  position: relative;
  margin: 0 0 16px;
}
.form .form-field label, .form .form-field .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #C8C8C8;
  font-size: 16px;
  line-height: 49px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: font-size 0.2s linear, color 0.2s linear, top 0.2s linear, line-height 0.2s linear;
}
.form .form-field input, .form .form-field .dropdown-placeholder, .form .form-field textarea {
  width: 100%;
  height: 49px;
  padding: 16px 20px 0px;
  line-height: 18px;
  color: #49494A;
  font-size: 16px;
  background: #F5F6F8;
  border: 0;
  border-radius: 50px;
  outline: none;
  box-sizing: border-box;
  font-family: "Public Sans", serif;
}
.form .form-field textarea {
  height: 104px;
  resize: none;
  border-radius: 24px;
  line-height: 18px;
  padding-top: 24px;
}
.form .form-field .form-field-hint {
  margin: 8px 0 0;
  height: 16px;
}
.form .form-field .form-field-hint .icon {
  float: left;
  margin: 0 6px 0 0;
  height: 16px;
  width: 16px;
  display: block;
}
.form .form-field .form-field-hint span {
  display: block;
  line-height: 16px;
  font-size: 12px;
  color: #676879;
}
.form .form-field.form-checkbox, .form .form-field.form-radio {
  display: block;
  margin: 0;
  float: left;
  line-height: 24px;
  cursor: pointer;
}
.form .form-field.form-checkbox input[type=checkbox], .form .form-field.form-checkbox input[type=radio], .form .form-field.form-radio input[type=checkbox], .form .form-field.form-radio input[type=radio] {
  display: none;
}
.form .form-field.form-checkbox .checkmark {
  position: relative;
  display: block;
  float: left;
  margin: 2px 10px 2px 2px;
  width: 20px;
  height: 20px;
  background-image: url("/images/checkbox-inactive.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.form .form-field.form-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #676879;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .form-field.form-radio .checkmark {
  display: block;
  float: left;
  margin: 2px 10px 2px 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #676879;
  border-radius: 50%;
  box-sizing: border-box;
}
.form .form-field.form-radio input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #676879;
  border-radius: 50%;
}
.form .form-field.no-label input, .form .form-field.no-label .dropdown-placeholder {
  padding-top: 0;
  line-height: 49px;
}
.form .form-field.has-dropdown {
  cursor: pointer;
}
.form .form-field.has-dropdown::before {
  content: "";
  position: absolute;
  top: 12.5px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url("/images/arrow-up-down.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.form .form-field.has-dropdown .dropdown-placeholder {
  padding-right: 60px;
  line-height: 33px;
  cursor: pointer;
}
.form .form-field.has-dropdown ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  overflow: hidden;
  z-index: 3;
}
.form .form-field.has-dropdown ul li {
  padding: 15px 24px;
  line-height: 22px;
  font-size: 16px;
  color: #49494A;
  cursor: pointer;
}
.form .form-field.has-dropdown ul li:hover {
  background: #F5F6F8;
}
.form .form-field.has-dropdown.dropdown-is-active::before {
  transform: rotate(0);
}
.form .form-field.has-dropdown.dropdown-is-active ul {
  display: block;
}
.form .form-field.is-active label, .form .form-field.is-active .label {
  font-size: 12px;
  color: #676879;
  top: 8px;
  line-height: 12px;
}
.form .form-field.with-icon .icon {
  position: absolute;
  top: 12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}
.form .form-field.with-icon .icon:not(.icon-left) {
  right: 20px;
}
.form .form-field.with-icon .icon.icon-left {
  left: 20px;
}
.form .form-field.with-icon .icon.icon-eye {
  background: url("/images/eye-icon.svg") center center no-repeat;
  background-size: 22px;
}
.form .form-field.with-icon .icon.icon-eye-open {
  background: url("/images/eye-open-icon.svg") center center no-repeat;
  background-size: 22px;
}
.form .form-field.with-icon.with-icon-left label, .form .form-field.with-icon.with-icon-left .label {
  padding-left: 54px;
}
.form .form-field.with-icon.with-icon-left input {
  padding-left: 54px;
}
.form .form-field.phone-number {
  position: relative;
}
.form .form-field.phone-number .phone-number-select {
  position: absolute;
  top: 0;
  left: 0;
}
.form .form-field.phone-number .phone-number-select .phone-number-select_active {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 0 14px 20px;
  width: 100px;
  height: 49px;
  border-right: 1px solid #E6E9EF;
  box-sizing: border-box;
  cursor: pointer;
}
.form .form-field.phone-number .phone-number-select .phone-number-select_active img {
  float: left;
  width: 21px;
  height: 21px;
}
.form .form-field.phone-number .phone-number-select .phone-number-select_active span {
  display: block;
  float: left;
  margin: 0 0 0 8px;
  font-size: 16px;
  color: #49494A;
}
.form .form-field.phone-number .phone-number-select .phone-number-select_active::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  background: url("/images/dropdown-v.svg") center center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 14px;
}
.form .form-field.phone-number input {
  padding-left: 121px;
}
.form .form-field.phone-number label {
  left: 101px;
}
.form .form-field .form-field-validation {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.form .form-field .form-field-validation li {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 24px;
  font-size: 12px;
  color: #49494A;
  line-height: 16px;
}
.form .form-field .form-field-validation li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.form .form-field .form-field-validation li.is-success::before {
  background-image: url("/images/validation-success.svg");
}
.form .form-field .form-field-validation li.is-failure::before {
  background-image: url("/images/validation-failure.svg");
}
.form .form-field .form-field-validation li:first-child {
  margin: 0;
}

.propertyInformation {
  margin: 35px 0 0;
}
.propertyInformation .wrapper {
  position: relative;
}
.propertyInformation .wrapper .propertyNotifications {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 390px;
  z-index: 20;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification {
  position: relative;
  display: block;
  float: right;
  margin: 0 0 16px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px;
  background: #FFFFFF;
  color: #262627;
  clear: both;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification.has-close-icon {
  padding-right: 68px;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification.is-success {
  background: #258750;
  color: #FFFFFF;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification.is-failure {
  color: #E30000;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification .close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 24px;
  cursor: pointer;
  background-image: url("/images/close-times.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification.is-success .close {
  background-image: url("/images/close-white.svg");
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification span {
  display: block;
  padding: 2px 0;
  line-height: 20px;
  float: left;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification span.has-icon {
  position: relative;
  padding: 2px 0 2px 37px;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification span.has-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification span.has-icon.icon-success::before {
  background-image: url("/images/success-white.svg");
}
.propertyInformation .wrapper .propertyNotifications .propertyNotification span.has-icon.icon-failure::before {
  background-image: url("/images/validation-failure.svg");
}
.propertyInformation .user-avatar {
  width: 104px;
  height: 104px;
}
.propertyInformation .user-avatar img {
  width: 104px;
  height: 104px;
}
.propertyInformation .user-avatar .status-online {
  right: 8px;
  width: 24px;
  height: 24px;
}
.propertyInformation .user-info {
  margin: 14px 0 0 16px;
}
.propertyInformation .user-info > span {
  display: block;
  font-size: 21px;
  color: #262627;
  line-height: 25px;
}
.propertyInformation .user-info b {
  position: relative;
  display: block;
  margin: 6px 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #676879;
}
.propertyInformation .user-info b.is-expert {
  padding-left: 30px;
}
.propertyInformation .user-info b.is-expert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/images/is-expert.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.propertyInformation .rating {
  color: #676879;
}
.propertyInformation .form-field {
  position: relative;
}
.propertyInformation .form-field label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #C8C8C8;
  font-size: 16px;
  line-height: 49px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: font-size 0.2s linear, color 0.2s linear, top 0.2s linear, line-height 0.2s linear;
}
.propertyInformation .form-field.is-active label {
  font-size: 10px;
  color: #676879;
  top: 8px;
  line-height: 12px;
}
.propertyInformation .propertyInformation-header {
  height: 48px;
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-header .is-left {
  padding: 13px 0 0;
}
.propertyInformation .propertyInformation-header .is-left a {
  display: block;
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  color: #676879;
  text-decoration: none;
  line-height: 22px;
}
.propertyInformation .propertyInformation-header .is-left a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("/images/arrow-left-back.svg");
  background-size: 6px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.propertyInformation .propertyInformation-header .is-right .button-rounded {
  height: 48px;
  width: 48px;
  background-color: #F5F6F8;
}
.propertyInformation .propertyInformation-header .is-right .button-rounded::before {
  top: 12px;
  left: 12px;
  height: 24px;
  width: 24px;
}
.propertyInformation .propertyInformation-header .is-right .button-rounded:not(.button-rounded-more)::before {
  background-size: 18px;
}
.propertyInformation .propertyInformation-images {
  position: relative;
  height: 632px;
  display: grid;
  gap: 12px;
}
.propertyInformation .propertyInformation-images .main-image, .propertyInformation .propertyInformation-images .image {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.propertyInformation .propertyInformation-images.four-image {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.propertyInformation .propertyInformation-images.four-image .main-image {
  width: 632px;
  grid-row: span 2;
  border-radius: 26px 0 0 26px;
}
.propertyInformation .propertyInformation-images.four-image .image:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.propertyInformation .propertyInformation-images.four-image .image:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  border-radius: 0 26px 0 0;
}
.propertyInformation .propertyInformation-images.four-image .image:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.propertyInformation .propertyInformation-images.four-image .image:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  border-radius: 0 0 26px 0;
}
.propertyInformation .propertyInformation-images.single-image {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.propertyInformation .propertyInformation-images.single-image .main-image {
  border-radius: 26px;
}
.propertyInformation .propertyInformation-images.single-image .more-images {
  display: none;
}
.propertyInformation .propertyInformation-images.two-image {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.propertyInformation .propertyInformation-images.two-image .main-image {
  border-radius: 26px 0 0 26px;
}
.propertyInformation .propertyInformation-images.two-image .image {
  border-radius: 0 26px 26px 0;
}
.propertyInformation .propertyInformation-images button {
  position: absolute;
  right: 20px;
  bottom: 17px;
  background: rgba(37, 37, 37, 0.3) !important;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  padding: 0 24px 0 56px;
  border-radius: 48px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.propertyInformation .propertyInformation-images button::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  height: 24px;
  width: 24px;
  background-image: url("/images/images-icon-white.svg");
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.propertyInformation .propertyInformation-main {
  margin: 34px 0 112px;
}
.propertyInformation .propertyInformation-main .propertyInformation-contact {
  float: right;
  padding: 24px;
  width: 422px;
  border: 1px solid #C5C7D0;
  border-radius: 24px;
  box-sizing: border-box;
}
.propertyInformation .propertyInformation-main .propertyInformation-contact .propertyInformation-contact-form {
  margin: 32px 0 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-contact .propertyInformation-contact-form .form-field {
  position: relative;
}
.propertyInformation .propertyInformation-main .propertyInformation-contact .propertyInformation-contact-form .form-field textarea {
  margin: 0 0 18px;
  width: 100%;
  height: 104px;
  resize: none;
  padding: 24px 20px 16px;
  background: #F5F6F8;
  border-radius: 24px;
  border: 0;
  font-size: 16px;
  color: #49494A;
  box-sizing: border-box;
}
.propertyInformation .propertyInformation-main .propertyInformation-contact .propertyInformation-contact-form .button {
  width: 100%;
}
.propertyInformation .propertyInformation-main .propertyInformation-contact .propertyInformation-contact-form .last-button {
  margin: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info {
  float: left;
  width: 836px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info h2 {
  display: block;
  margin: 0 0 40px;
  height: 25px;
  line-height: 25px;
  font-size: 21px;
  font-family: "Comfortaa", serif;
  color: #262627;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo {
  margin: 0 0 64px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-left {
  max-width: 410px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-left h2 {
  margin: 0 0 8px;
  height: 43px;
  line-height: 43px;
  font-weight: 700;
  font-size: 36px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-left span {
  display: block;
  margin: 0 0 16px;
  line-height: 22px;
  font-size: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-left .payment {
  float: left;
  display: block;
  background: rgba(204, 214, 219, 0.2);
  font-size: 16px;
  color: #003049;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 8px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right input {
  float: left;
  margin: 0 12px 20px 0;
  padding: 16px 20px 0;
  width: 245px;
  height: 49px;
  border-radius: 49px;
  color: #49494A;
  border: 0;
  background: #F5F6F8;
  font-size: 16px;
  box-sizing: border-box;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right button {
  float: left;
  margin: 0 0 20px;
  width: 150px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul {
  display: block;
  padding: 16px 0;
  height: 61px;
  line-height: 61px;
  border: 1px solid #C5C7D0;
  overflow: hidden;
  list-style: none;
  border-radius: 16px;
  box-sizing: border-box;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li {
  float: left;
  height: 29px;
  line-height: 29px;
  font-size: 21px;
  font-weight: 400;
  font-family: "Comfortaa", serif;
  color: #49494A;
  box-sizing: border-box;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li:nth-child(1) {
  padding: 0 14px 0 58px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li:nth-child(1)::before {
  top: 1px;
  left: 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li:nth-child(2) {
  border: 1px solid #CCD2D5;
  border-top: 0;
  border-bottom: 0;
  padding: 0 14px 0 47px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li:nth-child(2)::before {
  top: 1px;
  left: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li:nth-child(3) {
  padding: 0 20px 0 48px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-mainInfo .is-right ul li:nth-child(3)::before {
  top: 1px;
  left: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about button {
  position: relative;
  margin: 0 0 40px;
  padding: 0 36px 0 0;
  background: none;
  font-size: 16px;
  color: #676879;
  line-height: 24px;
  border: 0;
  cursor: pointer;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("/images/arrow-up-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  transform: rotate(180deg);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about button:not(.is-active)::before {
  transform: rotate(0deg);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about p {
  margin: 24px 0;
  font-size: 16px;
  color: #49494A;
  line-height: 22px;
  font-weight: 200;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .details {
  float: left;
  min-width: 230px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .details span {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  color: #676879;
  line-height: 22px;
  font-weight: 200;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .details b {
  display: block;
  font-size: 16px;
  color: #262627;
  line-height: 22px;
  font-weight: 400;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .license {
  display: block;
  margin: 8px 0 24px;
  font-size: 16px;
  color: #AAAAAA;
  line-height: 22px;
  font-weight: 200;
  font-style: normal;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .statistics {
  margin: 0 0 24px;
  padding: 0;
  height: 29px;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .statistics li {
  float: left;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  padding: 0 21px;
  color: #676879;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .statistics li:first-child {
  border-right: 1px solid #CCD2D5;
  padding-left: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .statistics li:last-child {
  border-left: 1px solid #CCD2D5;
  padding-right: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-about .dates span {
  display: block;
  font-size: 16px;
  color: #676879;
  line-height: 22px;
  font-weight: 200;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-details {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-details ul li {
  margin: 0 0 40px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-details ul li b {
  margin: 0 0 8px;
  display: block;
  line-height: 19px;
  font-size: 16px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-details ul li span {
  display: block;
  line-height: 22px;
  font-size: 16px;
  color: #676879;
  font-weight: 200;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-details ul li:last-child {
  margin-bottom: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-streetView {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-streetView img {
  width: 100%;
  border-radius: 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-map {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-map .mapObject {
  width: 100%;
  height: 400px;
  border-radius: 24px;
  background: #ccc;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-map .mapObject .mapPrice {
  position: relative;
  padding: 4px 10px;
  background: #fff;
  top: -44px;
  border-radius: 4px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location h2 {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location > a.is-right {
  margin: 1px 0 0;
  font-size: 16px;
  color: #676879;
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images .main-image {
  margin: 0 10px 0 0;
  width: 413px;
  height: 413px;
  border-radius: 13px 0 0 13px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images .more-images {
  width: 413px;
  height: 413px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images .more-images .image {
  width: 201px;
  height: 201px;
  margin: 0 11px 11px 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images .more-images .image:nth-child(2) {
  margin-right: 0;
  border-radius: 0 13px 0 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images .more-images .image:nth-child(3) {
  margin-bottom: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-images .more-images .image:nth-child(4) {
  margin: 0;
  border-radius: 0 0 13px 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location > p {
  margin: 0 0 24px;
  line-height: 22px;
  font-size: 16px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-values {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-values li {
  margin: 0;
  float: left;
  width: 33.3333%;
  margin: 0 0 40px 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-values li span {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  color: #676879;
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-values li b {
  display: block;
  font-size: 16px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .areasHeader {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .areasHeader .navigation {
  float: right;
  margin: 7px 0 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .areasHeader .is-left h2 {
  margin: 0 0 7px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .areasHeader .is-left span {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #676879;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item {
  width: 268px;
  float: left;
  margin-right: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item:last-child {
  margin-right: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item .image {
  position: relative;
  height: 205px;
  border-radius: 16px 16px 0 0;
  background-size: cover;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item .image .button-rounded-like {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 32px;
  height: 32px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item .image .button-rounded-like::before {
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item h2 {
  display: block;
  margin: 16px 0 0;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item p {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #676867;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item p span {
  color: #AAAAAA;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item .rating {
  margin: 8px 0 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-areas .items .item .rating span {
  color: #676867;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-factors {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-factors h2 {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-factors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-factors ul li {
  margin-bottom: 16px;
  position: relative;
  float: left;
  width: calc(50% - 8px);
  padding: 16px;
  border: 1px solid #C5C7D0;
  border-radius: 16px;
  box-sizing: border-box;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-factors ul li:nth-child(2n) {
  margin-left: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings {
  height: 49px;
  margin: 0 0 48px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button {
  float: left;
  margin: 0 8px 0 0;
  background: #F5F6F8;
  height: 49px;
  line-height: 49px;
  box-sizing: border-box;
  border-radius: 49px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button:last-child {
  margin: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button i {
  display: block;
  margin: 0 0 2px;
  color: #676879;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button span {
  display: block;
  margin: 0;
  color: #49494A;
  font-size: 16px;
  line-height: 19px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.home-price, .propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.down-payment, .propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.interest-rate {
  padding: 8px 20px;
  width: 180px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.percentage {
  padding: 8px 20px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.percentage span {
  line-height: 33px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.loan-type .selected {
  padding: 8px 68px 8px 20px;
  position: relative;
  cursor: pointer;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.loan-type .selected::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 23px;
  height: 23px;
  background-image: url("/images/arrow-up-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 8px;
  transform: rotate(180deg);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.loan-type.is-active::before {
  transform: rotate(0);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .settings .settings-button.loan-type ul {
  display: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty {
  position: relative;
  float: left;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li {
  position: relative;
  margin: 0 0 24px;
  padding: 0 28px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  box-sizing: border-box;
  color: #262627;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li i {
  position: absolute;
  top: 16.5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li i.color-1 {
  background: #7086FD;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li i.color-2 {
  background: #6FD195;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li i.color-3 {
  background: #FFAE4C;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li i.color-4 {
  background: #07DBFA;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .canvasLegend li i.color-5 {
  background: #EA4335;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .estimated {
  position: absolute;
  left: 104px;
  top: 50%;
  width: 130px;
  height: 74px;
  margin-top: -37px;
  font-size: 12px;
  color: #676879;
  text-align: center;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphProperty .estimated span {
  display: block;
  margin: 2px auto;
  font-size: 36px;
  color: #262627;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphLegend {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphLegend li {
  width: 180px;
  margin: 0 0 24px;
  padding: 8px 20px;
  height: 48px;
  line-height: 48px;
  background: #F5F6F8;
  box-sizing: border-box;
  border-radius: 49px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphLegend li:last-child {
  margin: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphLegend li i {
  display: block;
  margin: 0 0 2px;
  color: #676879;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-mortgagePaymentCalculator .graph .graphLegend li span {
  display: block;
  margin: 0;
  color: #49494A;
  font-size: 16px;
  line-height: 18px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .header {
  float: left;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .header h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #262627;
  font-weight: 400;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .header p {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  color: #262627;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .estimated-dates {
  float: right;
  background: #F5F6F8;
  height: 49px;
  line-height: 49px;
  box-sizing: border-box;
  border-radius: 49px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .estimated-dates .selected {
  position: relative;
  padding: 0 52px 0 20px;
  cursor: pointer;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .estimated-dates .selected::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 23px;
  height: 23px;
  background-image: url("/images/arrow-up-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 8px;
  transform: rotate(180deg);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .estimated-dates.is-active::before {
  transform: rotate(0);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .estimated-dates ul {
  display: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-estimatedHomeValue .estimatedHomeValueGraph {
  margin: 32px 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice {
  margin: 0 0 32px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li {
  margin: 0 0 16px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li i:not(.diamond) {
  float: left;
  position: relative;
  margin: 3px 8px 0 0;
  width: 16px;
  height: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li i:not(.diamond)::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/images/info-icon.svg");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li i:not(.diamond) p {
  display: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li span {
  float: left;
  margin: 8px 8px 0 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li b {
  float: right;
  font-weight: 400;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li .diamond {
  float: left;
  display: block;
  margin: 6px 8px 0 2px;
  width: 10px;
  height: 10px;
  background: #CCD2D5;
  transform: rotate(45deg);
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li.average {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-listPrice ul li.average b {
  font-weight: 600;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-soloLink {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-soloLink a {
  font-size: 16px;
  color: #49494A;
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table h2 {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table.has-subtitle h2 {
  margin: 0 0 8px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table.has-subtitle p {
  margin: 0;
  float: left;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 14px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table.has-subtitle a {
  float: right;
  font-size: 16px;
  color: #49494A;
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table {
  margin: 24px 0 0;
  width: 100%;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table thead {
  font-size: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table thead tr {
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table thead tr td {
  padding-bottom: 8px;
  line-height: 22px;
  border-spacing: 5px 5px;
  border-bottom: 1px solid #F5F6F8;
  color: #262627;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table tbody {
  font-size: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table tbody tr {
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table tbody tr td {
  font-size: 16px;
  color: #676879;
  padding-bottom: 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table tbody tr:first-child td {
  padding-top: 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-table table tbody tr:last-child td {
  padding-bottom: 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .propertiesHeader {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .propertiesHeader .navigation {
  float: right;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .propertiesHeader .is-left h2 {
  margin: 0;
  line-height: 32px;
  height: 32px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList {
  height: 427px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item {
  margin-bottom: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item:nth-child(2n) {
  margin-right: 16px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item:last-child {
  margin-right: 0;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item .images .user .user-avatar {
  width: 42px;
  height: 42px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item .images .user .user-avatar img {
  width: 42px;
  height: 42px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item .images .user .user-avatar .status-online {
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 10px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item .images .user .user-info {
  margin: 0 0 0 8px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item .images .user .user-info > span {
  line-height: 25px;
  font-size: 21px;
  color: #fff;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-properties .itemsScrollable .propertyItemsList .item .images .rating {
  color: #FFFFFF;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-agent {
  margin: 0 0 56px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-agent .agentHeader .is-left {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-agent .agentHeader .is-right {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-agent .description {
  margin: 26px 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #49494A;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby .columns {
  margin: 0 0 40px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby h2 {
  margin: 0 0 24px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby ul li {
  margin: 0 0 20px;
  line-height: 22px;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby ul li a {
  font-size: 16px;
  color: #49494A;
  text-decoration: none;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby ul li a i {
  margin: 1px 12px 0 0;
  float: left;
  width: 20px;
  height: 20px;
  display: block;
}
.propertyInformation .propertyInformation-main .propertyInformation-info .propertyInformation-location .propertyInformation-nearby ul:last-child {
  margin: 0;
}
.placeholder\:overflow-hidden::-moz-placeholder{
  overflow: hidden;
}
.placeholder\:overflow-hidden::placeholder{
  overflow: hidden;
}
.placeholder\:text-ellipsis::-moz-placeholder{
  text-overflow: ellipsis;
}
.placeholder\:text-ellipsis::placeholder{
  text-overflow: ellipsis;
}
.placeholder\:whitespace-nowrap::-moz-placeholder{
  white-space: nowrap;
}
.placeholder\:whitespace-nowrap::placeholder{
  white-space: nowrap;
}
.placeholder\:font-tt-hoves::-moz-placeholder{
  font-family: TT Hoves Pro Trial, sans-serif;
}
.placeholder\:font-tt-hoves::placeholder{
  font-family: TT Hoves Pro Trial, sans-serif;
}
.placeholder\:text-\[16px\]::-moz-placeholder{
  font-size: 16px;
}
.placeholder\:text-\[16px\]::placeholder{
  font-size: 16px;
}
.placeholder\:text-base::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:text-base::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}
.placeholder\:font-normal::placeholder{
  font-weight: 400;
}
.placeholder\:leading-\[1\.2\]::-moz-placeholder{
  line-height: 1.2;
}
.placeholder\:leading-\[1\.2\]::placeholder{
  line-height: 1.2;
}
.placeholder\:leading-\[120\%\]::-moz-placeholder{
  line-height: 120%;
}
.placeholder\:leading-\[120\%\]::placeholder{
  line-height: 120%;
}
.placeholder\:text-\[\#C8C8C8\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#C8C8C8\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[var\(--Text-Colors-Placeholder\2c \#C8C8C8\)\]::-moz-placeholder{
  color: var(--Text-Colors-Placeholder,#C8C8C8);
}
.placeholder\:text-\[var\(--Text-Colors-Placeholder\2c \#C8C8C8\)\]::placeholder{
  color: var(--Text-Colors-Placeholder,#C8C8C8);
}
.placeholder\:opacity-100::-moz-placeholder{
  opacity: 1;
}
.placeholder\:opacity-100::placeholder{
  opacity: 1;
}
.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-1\/2::before{
  content: var(--tw-content);
  left: 50%;
}
.before\:right-4::before{
  content: var(--tw-content);
  right: 1rem;
}
.before\:right-\[11px\]::before{
  content: var(--tw-content);
  right: 11px;
}
.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:mx-auto::before{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}
.before\:-ml-\[11px\]::before{
  content: var(--tw-content);
  margin-left: -11px;
}
.before\:-mt-3::before{
  content: var(--tw-content);
  margin-top: -0.75rem;
}
.before\:-mt-\[11px\]::before{
  content: var(--tw-content);
  margin-top: -11px;
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:h-6::before{
  content: var(--tw-content);
  height: 1.5rem;
}
.before\:h-\[22px\]::before{
  content: var(--tw-content);
  height: 22px;
}
.before\:h-\[88px\]::before{
  content: var(--tw-content);
  height: 88px;
}
.before\:w-6::before{
  content: var(--tw-content);
  width: 1.5rem;
}
.before\:w-\[22px\]::before{
  content: var(--tw-content);
  width: 22px;
}
.before\:w-\[88px\]::before{
  content: var(--tw-content);
  width: 88px;
}
.before\:rotate-180::before{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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));
}
.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-\[\#FAFAFA\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.before\:bg-\[url\(\'\/images\/coming-soon\.svg\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/coming-soon.svg');
}
.before\:bg-\[url\(\'\/images\/dropdown-v\.svg\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/dropdown-v.svg');
}
.before\:bg-\[url\(\'\/images\/landing-search\.svg\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/images/landing-search.svg');
}
.before\:bg-\[length\:22px\]::before{
  content: var(--tw-content);
  background-size: 22px;
}
.before\:bg-\[length\:55px\]::before{
  content: var(--tw-content);
  background-size: 55px;
}
.before\:bg-center::before{
  content: var(--tw-content);
  background-position: center;
}
.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:pt-4:first-child{
  padding-top: 1rem;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-\[\#002033\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 32 51 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#002033\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 51 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#002a3d\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#003049\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 73 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#003049\]\/90:hover{
  background-color: rgb(0 48 73 / 0.9);
}
.hover\:bg-\[\#012d44\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 45 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#02263D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 38 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#022d45\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 69 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#023D5C\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 61 92 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#CC0000\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E4E6EB\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E6E9EF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E8E9EB\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E8EAED\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E8EAEE\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 238 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F0F1F3\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F5F6F8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]:hover{
  background-color: rgba(0,0,0,0.3);
}
.hover\:bg-\[rgba\(37\2c 37\2c 37\2c 0\.45\)\]:hover{
  background-color: rgba(37,37,37,0.45);
}
.hover\:bg-\[var\(--Background-Colors-Primary-Bg-hover\2c \#023D5C\)\]:hover{
  background-color: var(--Background-Colors-Primary-Bg-hover,#023D5C);
}
.hover\:bg-black\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-black\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}
.hover\:text-\[\#002033\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 32 51 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#002a3d\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 42 61 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#003049\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 48 73 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#262627\]:hover{
  --tw-text-opacity: 1;
  color: rgb(38 38 39 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(0 48 73 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-\[8px_12px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.12\)\]:hover{
  --tw-shadow: 8px 12px 24px -4px rgba(16,24,40,0.12);
  --tw-shadow-colored: 8px 12px 24px -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);
}
.hover\:shadow-lg:hover{
  --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);
}
.hover\:shadow-xl:hover{
  --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);
}
.focus\:border-\[\#003049\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 48 73 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#676879\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(103 104 121 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus{
  border-color: transparent;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --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(0px + 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\:ring-2:focus{
  --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\:ring-\[\#023D5C\]\/40:focus{
  --tw-ring-color: rgb(2 61 92 / 0.4);
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:bg-gray-300:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:bg-\[\#003049\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:relative{
    position: relative;
  }
  .sm\:inset-auto{
    inset: auto;
  }
  .sm\:bottom-12{
    bottom: 3rem;
  }
  .sm\:bottom-16{
    bottom: 4rem;
  }
  .sm\:bottom-6{
    bottom: 1.5rem;
  }
  .sm\:bottom-8{
    bottom: 2rem;
  }
  .sm\:left-0{
    left: 0px;
  }
  .sm\:left-2{
    left: 0.5rem;
  }
  .sm\:left-6{
    left: 1.5rem;
  }
  .sm\:left-8{
    left: 2rem;
  }
  .sm\:left-\[38px\]{
    left: 38px;
  }
  .sm\:left-\[43px\]{
    left: 43px;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:right-8{
    right: 2rem;
  }
  .sm\:right-\[10px\]{
    right: 10px;
  }
  .sm\:right-\[38px\]{
    right: 38px;
  }
  .sm\:top-0{
    top: 0px;
  }
  .sm\:top-12{
    top: 3rem;
  }
  .sm\:top-24{
    top: 6rem;
  }
  .sm\:top-5{
    top: 1.25rem;
  }
  .sm\:top-6{
    top: 1.5rem;
  }
  .sm\:top-\[30px\]{
    top: 30px;
  }
  .sm\:top-\[9px\]{
    top: 9px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:mx-\[43px\]{
    margin-left: 43px;
    margin-right: 43px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm\:-ml-6{
    margin-left: -1.5rem;
  }
  .sm\:-mt-\[90px\]{
    margin-top: -90px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mb-\[120px\]{
    margin-bottom: 120px;
  }
  .sm\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-\[20px\]{
    margin-left: 20px;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:mr-3{
    margin-right: 0.75rem;
  }
  .sm\:mr-\[20px\]{
    margin-right: 20px;
  }
  .sm\:mr-auto{
    margin-right: auto;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-3{
    margin-top: 0.75rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mt-7{
    margin-top: 1.75rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:mt-\[17\.41px\]{
    margin-top: 17.41px;
  }
  .sm\:mt-\[23px\]{
    margin-top: 23px;
  }
  .sm\:mt-\[35px\]{
    margin-top: 35px;
  }
  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }
  .sm\:mt-\[50px\]{
    margin-top: 50px;
  }
  .sm\:mt-\[56px\]{
    margin-top: 56px;
  }
  .sm\:mt-\[60px\]{
    margin-top: 60px;
  }
  .sm\:mt-\[69px\]{
    margin-top: 69px;
  }
  .sm\:mt-\[8px\]{
    margin-top: 8px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:contents{
    display: contents;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-2{
    height: 0.5rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-24{
    height: 6rem;
  }
  .sm\:h-5{
    height: 1.25rem;
  }
  .sm\:h-6{
    height: 1.5rem;
  }
  .sm\:h-7{
    height: 1.75rem;
  }
  .sm\:h-8{
    height: 2rem;
  }
  .sm\:h-80{
    height: 20rem;
  }
  .sm\:h-\[104px\]{
    height: 104px;
  }
  .sm\:h-\[14px\]{
    height: 14px;
  }
  .sm\:h-\[150px\]{
    height: 150px;
  }
  .sm\:h-\[180px\]{
    height: 180px;
  }
  .sm\:h-\[18px\]{
    height: 18px;
  }
  .sm\:h-\[200px\]{
    height: 200px;
  }
  .sm\:h-\[203\.5919px\]{
    height: 203.5919px;
  }
  .sm\:h-\[221px\]{
    height: 221px;
  }
  .sm\:h-\[240px\]{
    height: 240px;
  }
  .sm\:h-\[24px\]{
    height: 24px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:h-\[320px\]{
    height: 320px;
  }
  .sm\:h-\[342px\]{
    height: 342px;
  }
  .sm\:h-\[350px\]{
    height: 350px;
  }
  .sm\:h-\[36px\]{
    height: 36px;
  }
  .sm\:h-\[370px\]{
    height: 370px;
  }
  .sm\:h-\[400px\]{
    height: 400px;
  }
  .sm\:h-\[420px\]{
    height: 420px;
  }
  .sm\:h-\[46px\]{
    height: 46px;
  }
  .sm\:h-\[47px\]{
    height: 47px;
  }
  .sm\:h-\[48px\]{
    height: 48px;
  }
  .sm\:h-\[49px\]{
    height: 49px;
  }
  .sm\:h-\[56px\]{
    height: 56px;
  }
  .sm\:h-\[700px\]{
    height: 700px;
  }
  .sm\:h-\[calc\(100vh-96px\)\]{
    height: calc(100vh - 96px);
  }
  .sm\:max-h-\[114px\]{
    max-height: 114px;
  }
  .sm\:max-h-\[180px\]{
    max-height: 180px;
  }
  .sm\:max-h-\[221px\]{
    max-height: 221px;
  }
  .sm\:max-h-\[350px\]{
    max-height: 350px;
  }
  .sm\:max-h-\[360px\]{
    max-height: 360px;
  }
  .sm\:min-h-\[1000px\]{
    min-height: 1000px;
  }
  .sm\:min-h-\[116px\]{
    min-height: 116px;
  }
  .sm\:min-h-\[200px\]{
    min-height: 200px;
  }
  .sm\:min-h-\[560px\]{
    min-height: 560px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-5{
    width: 1.25rem;
  }
  .sm\:w-6{
    width: 1.5rem;
  }
  .sm\:w-7{
    width: 1.75rem;
  }
  .sm\:w-72{
    width: 18rem;
  }
  .sm\:w-\[100px\]{
    width: 100px;
  }
  .sm\:w-\[104px\]{
    width: 104px;
  }
  .sm\:w-\[14px\]{
    width: 14px;
  }
  .sm\:w-\[150px\]{
    width: 150px;
  }
  .sm\:w-\[154\.399px\]{
    width: 154.399px;
  }
  .sm\:w-\[162px\]{
    width: 162px;
  }
  .sm\:w-\[180px\]{
    width: 180px;
  }
  .sm\:w-\[188px\]{
    width: 188px;
  }
  .sm\:w-\[18px\]{
    width: 18px;
  }
  .sm\:w-\[194px\]{
    width: 194px;
  }
  .sm\:w-\[240px\]{
    width: 240px;
  }
  .sm\:w-\[24px\]{
    width: 24px;
  }
  .sm\:w-\[250px\]{
    width: 250px;
  }
  .sm\:w-\[272px\]{
    width: 272px;
  }
  .sm\:w-\[280px\]{
    width: 280px;
  }
  .sm\:w-\[300px\]{
    width: 300px;
  }
  .sm\:w-\[345px\]{
    width: 345px;
  }
  .sm\:w-\[350px\]{
    width: 350px;
  }
  .sm\:w-\[354px\]{
    width: 354px;
  }
  .sm\:w-\[36px\]{
    width: 36px;
  }
  .sm\:w-\[374px\]{
    width: 374px;
  }
  .sm\:w-\[390px\]{
    width: 390px;
  }
  .sm\:w-\[392px\]{
    width: 392px;
  }
  .sm\:w-\[400px\]{
    width: 400px;
  }
  .sm\:w-\[420px\]{
    width: 420px;
  }
  .sm\:w-\[450px\]{
    width: 450px;
  }
  .sm\:w-\[517px\]{
    width: 517px;
  }
  .sm\:w-\[550px\]{
    width: 550px;
  }
  .sm\:w-\[600px\]{
    width: 600px;
  }
  .sm\:w-\[796px\]{
    width: 796px;
  }
  .sm\:w-\[80\%\]{
    width: 80%;
  }
  .sm\:w-\[91px\]{
    width: 91px;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-\[320px\]{
    max-width: 320px;
  }
  .sm\:max-w-\[350px\]{
    max-width: 350px;
  }
  .sm\:max-w-\[380px\]{
    max-width: 380px;
  }
  .sm\:max-w-\[400px\]{
    max-width: 400px;
  }
  .sm\:max-w-\[500px\]{
    max-width: 500px;
  }
  .sm\:max-w-\[555px\]{
    max-width: 555px;
  }
  .sm\:max-w-\[796px\]{
    max-width: 796px;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:flex-none{
    flex: none;
  }
  .sm\:translate-x-0{
    --tw-translate-x: 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));
  }
  .sm\:transform-none{
    transform: none;
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-0{
    gap: 0px;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:gap-\[10px\]{
    gap: 10px;
  }
  .sm\:gap-\[12px\]{
    gap: 12px;
  }
  .sm\:gap-\[16px\]{
    gap: 16px;
  }
  .sm\:gap-\[24px\]{
    gap: 24px;
  }
  .sm\:gap-\[38\.203px\]{
    gap: 38.203px;
  }
  .sm\:gap-\[46px\]{
    gap: 46px;
  }
  .sm\:gap-\[6px\]{
    gap: 6px;
  }
  .sm\:gap-\[8px\]{
    gap: 8px;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .sm\:whitespace-normal{
    white-space: normal;
  }
  .sm\:rounded-\[14px\]{
    border-radius: 14px;
  }
  .sm\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .sm\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .sm\:rounded-\[28px\]{
    border-radius: 28px;
  }
  .sm\:rounded-\[30px\]{
    border-radius: 30px;
  }
  .sm\:rounded-\[31\.47px\]{
    border-radius: 31.47px;
  }
  .sm\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .sm\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .sm\:rounded-\[48px\]{
    border-radius: 48px;
  }
  .sm\:rounded-l-\[32px\]{
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:p-3{
    padding: 0.75rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-\[40px\]{
    padding: 40px;
  }
  .sm\:p-\[5px\]{
    padding: 5px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-\[27\.5px\]{
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-12{
    padding-bottom: 3rem;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pb-\[21px\]{
    padding-bottom: 21px;
  }
  .sm\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .sm\:pb-\[44\.231px\]{
    padding-bottom: 44.231px;
  }
  .sm\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .sm\:pb-\[64px\]{
    padding-bottom: 64px;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:pl-9{
    padding-left: 2.25rem;
  }
  .sm\:pl-\[26px\]{
    padding-left: 26px;
  }
  .sm\:pl-\[29px\]{
    padding-left: 29px;
  }
  .sm\:pl-\[32px\]{
    padding-left: 32px;
  }
  .sm\:pr-6{
    padding-right: 1.5rem;
  }
  .sm\:pr-\[29\.5px\]{
    padding-right: 29.5px;
  }
  .sm\:pr-\[29px\]{
    padding-right: 29px;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:pt-\[24px\]{
    padding-top: 24px;
  }
  .sm\:pt-\[26px\]{
    padding-top: 26px;
  }
  .sm\:pt-\[30px\]{
    padding-top: 30px;
  }
  .sm\:pt-\[32px\]{
    padding-top: 32px;
  }
  .sm\:pt-\[40px\]{
    padding-top: 40px;
  }
  .sm\:pt-\[44px\]{
    padding-top: 44px;
  }
  .sm\:pt-\[50px\]{
    padding-top: 50px;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-justify{
    text-align: justify;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[11px\]{
    font-size: 11px;
  }
  .sm\:text-\[12px\]{
    font-size: 12px;
  }
  .sm\:text-\[15px\]{
    font-size: 15px;
  }
  .sm\:text-\[16px\]{
    font-size: 16px;
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-\[21px\]{
    font-size: 21px;
  }
  .sm\:text-\[22px\]{
    font-size: 22px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[25px\]{
    font-size: 25px;
  }
  .sm\:text-\[27px\]{
    font-size: 27px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-\[32px\]{
    font-size: 32px;
  }
  .sm\:text-\[36px\]{
    font-size: 36px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[48px\]{
    font-size: 48px;
  }
  .sm\:text-\[9\.5px\]{
    font-size: 9.5px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sm\:font-bold{
    font-weight: 700;
  }
  .sm\:leading-\[43px\]{
    line-height: 43px;
  }
  .sm\:leading-\[58px\]{
    line-height: 58px;
  }
}
@media (min-width: 768px){
  .md\:bottom-16{
    bottom: 4rem;
  }
  .md\:bottom-20{
    bottom: 5rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:left-12{
    left: 3rem;
  }
  .md\:left-4{
    left: 1rem;
  }
  .md\:left-\[32px\]{
    left: 32px;
  }
  .md\:left-\[36px\]{
    left: 36px;
  }
  .md\:left-\[37px\]{
    left: 37px;
  }
  .md\:left-\[45px\]{
    left: 45px;
  }
  .md\:left-\[50px\]{
    left: 50px;
  }
  .md\:left-\[672px\]{
    left: 672px;
  }
  .md\:left-\[calc\(50\%\+225\.5px\)\]{
    left: calc(50% + 225.5px);
  }
  .md\:right-12{
    right: 3rem;
  }
  .md\:right-\[40px\]{
    right: 40px;
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:top-16{
    top: 4rem;
  }
  .md\:top-24{
    top: 6rem;
  }
  .md\:top-8{
    top: 2rem;
  }
  .md\:z-\[1000\]{
    z-index: 1000;
  }
  .md\:order-none{
    order: 0;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-mt-\[110px\]{
    margin-top: -110px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[65px\]{
    margin-bottom: 65px;
  }
  .md\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .md\:ml-14{
    margin-left: 3.5rem;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:ml-\[16px\]{
    margin-left: 16px;
  }
  .md\:ml-\[17px\]{
    margin-left: 17px;
  }
  .md\:ml-\[50px\]{
    margin-left: 50px;
  }
  .md\:mr-14{
    margin-right: 3.5rem;
  }
  .md\:mr-\[17px\]{
    margin-right: 17px;
  }
  .md\:mr-\[50px\]{
    margin-right: 50px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-7{
    margin-top: 1.75rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-9{
    margin-top: 2.25rem;
  }
  .md\:mt-\[-4px\]{
    margin-top: -4px;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:mt-\[56px\]{
    margin-top: 56px;
  }
  .md\:mt-\[70px\]{
    margin-top: 70px;
  }
  .md\:mt-\[85px\]{
    margin-top: 85px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-28{
    height: 7rem;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-\[22px\]{
    height: 22px;
  }
  .md\:h-\[24px\]{
    height: 24px;
  }
  .md\:h-\[255px\]{
    height: 255px;
  }
  .md\:h-\[328px\]{
    height: 328px;
  }
  .md\:h-\[340px\]{
    height: 340px;
  }
  .md\:h-\[342px\]{
    height: 342px;
  }
  .md\:h-\[360px\]{
    height: 360px;
  }
  .md\:h-\[370px\]{
    height: 370px;
  }
  .md\:h-\[380px\]{
    height: 380px;
  }
  .md\:h-\[38px\]{
    height: 38px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[41px\]{
    height: 41px;
  }
  .md\:h-\[450px\]{
    height: 450px;
  }
  .md\:h-\[48px\]{
    height: 48px;
  }
  .md\:h-\[49px\]{
    height: 49px;
  }
  .md\:h-\[511px\]{
    height: 511px;
  }
  .md\:h-\[54px\]{
    height: 54px;
  }
  .md\:h-\[550px\]{
    height: 550px;
  }
  .md\:h-\[598px\]{
    height: 598px;
  }
  .md\:h-\[60px\]{
    height: 60px;
  }
  .md\:h-\[64px\]{
    height: 64px;
  }
  .md\:h-\[674px\]{
    height: 674px;
  }
  .md\:h-\[68px\]{
    height: 68px;
  }
  .md\:h-\[750px\]{
    height: 750px;
  }
  .md\:h-\[855px\]{
    height: 855px;
  }
  .md\:h-\[calc\(100vh-120px\)\]{
    height: calc(100vh - 120px);
  }
  .md\:h-\[calc\(100vh-96px\)\]{
    height: calc(100vh - 96px);
  }
  .md\:h-\[calc\(90vh-124px\)\]{
    height: calc(90vh - 124px);
  }
  .md\:max-h-\[450px\]{
    max-height: 450px;
  }
  .md\:min-h-\[1100px\]{
    min-height: 1100px;
  }
  .md\:min-h-\[154px\]{
    min-height: 154px;
  }
  .md\:min-h-\[220px\]{
    min-height: 220px;
  }
  .md\:min-h-\[470px\]{
    min-height: 470px;
  }
  .md\:min-h-\[620px\]{
    min-height: 620px;
  }
  .md\:min-h-\[785px\]{
    min-height: 785px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-\[112px\]{
    width: 112px;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[22px\]{
    width: 22px;
  }
  .md\:w-\[24px\]{
    width: 24px;
  }
  .md\:w-\[250px\]{
    width: 250px;
  }
  .md\:w-\[258px\]{
    width: 258px;
  }
  .md\:w-\[300px\]{
    width: 300px;
  }
  .md\:w-\[312px\]{
    width: 312px;
  }
  .md\:w-\[329px\]{
    width: 329px;
  }
  .md\:w-\[350px\]{
    width: 350px;
  }
  .md\:w-\[374px\]{
    width: 374px;
  }
  .md\:w-\[375px\]{
    width: 375px;
  }
  .md\:w-\[381px\]{
    width: 381px;
  }
  .md\:w-\[38px\]{
    width: 38px;
  }
  .md\:w-\[400px\]{
    width: 400px;
  }
  .md\:w-\[41px\]{
    width: 41px;
  }
  .md\:w-\[430px\]{
    width: 430px;
  }
  .md\:w-\[450px\]{
    width: 450px;
  }
  .md\:w-\[465px\]{
    width: 465px;
  }
  .md\:w-\[48px\]{
    width: 48px;
  }
  .md\:w-\[500px\]{
    width: 500px;
  }
  .md\:w-\[520px\]{
    width: 520px;
  }
  .md\:w-\[539px\]{
    width: 539px;
  }
  .md\:w-\[54px\]{
    width: 54px;
  }
  .md\:w-\[550px\]{
    width: 550px;
  }
  .md\:w-\[557px\]{
    width: 557px;
  }
  .md\:w-\[600px\]{
    width: 600px;
  }
  .md\:w-\[605px\]{
    width: 605px;
  }
  .md\:w-\[621px\]{
    width: 621px;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:w-\[700px\]{
    width: 700px;
  }
  .md\:w-\[720px\]{
    width: 720px;
  }
  .md\:w-\[750px\]{
    width: 750px;
  }
  .md\:w-\[788px\]{
    width: 788px;
  }
  .md\:w-\[800px\]{
    width: 800px;
  }
  .md\:w-\[calc\(100\%-32px\)\]{
    width: calc(100% - 32px);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:min-w-0{
    min-width: 0px;
  }
  .md\:max-w-\[420px\]{
    max-width: 420px;
  }
  .md\:max-w-\[500px\]{
    max-width: 500px;
  }
  .md\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:max-w-\[621px\]{
    max-width: 621px;
  }
  .md\:max-w-\[651px\]{
    max-width: 651px;
  }
  .md\:max-w-\[700px\]{
    max-width: 700px;
  }
  .md\:max-w-\[720px\]{
    max-width: 720px;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:overflow-visible{
    overflow: visible;
  }
  .md\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .md\:rounded-\[28px\]{
    border-radius: 28px;
  }
  .md\:rounded-\[30px\]{
    border-radius: 30px;
  }
  .md\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .md\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[24px\]{
    padding: 24px;
  }
  .md\:p-\[40px\]{
    padding: 40px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-\[56px\]{
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pl-\[19px\]{
    padding-left: 19px;
  }
  .md\:pl-\[30px\]{
    padding-left: 30px;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pr-\[13px\]{
    padding-right: 13px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:pt-9{
    padding-top: 2.25rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[10px\]{
    font-size: 10px;
  }
  .md\:text-\[12px\]{
    font-size: 12px;
  }
  .md\:text-\[15\.429px\]{
    font-size: 15.429px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[21px\]{
    font-size: 21px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[25px\]{
    font-size: 25px;
  }
  .md\:text-\[27px\]{
    font-size: 27px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[36px\]{
    font-size: 36px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[47px\]{
    font-size: 47px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
  .md\:text-\[61px\]{
    font-size: 61px;
  }
  .md\:text-\[64px\]{
    font-size: 64px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-normal{
    font-weight: 400;
  }
  .md\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .md\:leading-\[1\.4\]{
    line-height: 1.4;
  }
  .md\:leading-\[120\%\]{
    line-height: 120%;
  }
  .md\:leading-\[140\%\]{
    line-height: 140%;
  }
  .md\:leading-\[58px\]{
    line-height: 58px;
  }
  .md\:leading-\[73px\]{
    line-height: 73px;
  }
  .md\:leading-\[77px\]{
    line-height: 77px;
  }
  .md\:tracking-normal{
    letter-spacing: 0em;
  }
  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-20{
    bottom: 5rem;
  }
  .lg\:bottom-24{
    bottom: 6rem;
  }
  .lg\:bottom-\[30px\]{
    bottom: 30px;
  }
  .lg\:bottom-\[34px\]{
    bottom: 34px;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-16{
    left: 4rem;
  }
  .lg\:left-6{
    left: 1.5rem;
  }
  .lg\:left-\[30px\]{
    left: 30px;
  }
  .lg\:left-\[39px\]{
    left: 39px;
  }
  .lg\:left-\[43px\]{
    left: 43px;
  }
  .lg\:left-\[48\%\]{
    left: 48%;
  }
  .lg\:right-16{
    right: 4rem;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:right-\[12px\]{
    right: 12px;
  }
  .lg\:right-\[18px\]{
    right: 18px;
  }
  .lg\:right-\[39px\]{
    right: 39px;
  }
  .lg\:top-10{
    top: 2.5rem;
  }
  .lg\:top-20{
    top: 5rem;
  }
  .lg\:top-\[124px\]{
    top: 124px;
  }
  .lg\:top-\[50px\]{
    top: 50px;
  }
  .lg\:top-\[60px\]{
    top: 60px;
  }
  .lg\:z-\[120\]{
    z-index: 120;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-\[43px\]{
    margin-left: 43px;
    margin-right: 43px;
  }
  .lg\:my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lg\:-ml-3{
    margin-left: -0.75rem;
  }
  .lg\:-mt-3{
    margin-top: -0.75rem;
  }
  .lg\:-mt-\[125px\]{
    margin-top: -125px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[170px\]{
    margin-bottom: 170px;
  }
  .lg\:mb-\[56px\]{
    margin-bottom: 56px;
  }
  .lg\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:ml-\[100px\]{
    margin-left: 100px;
  }
  .lg\:mr-\[97px\]{
    margin-right: 97px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[12px\]{
    margin-top: 12px;
  }
  .lg\:mt-\[20px\]{
    margin-top: 20px;
  }
  .lg\:mt-\[24px\]{
    margin-top: 24px;
  }
  .lg\:mt-\[32px\]{
    margin-top: 32px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:mt-\[56px\]{
    margin-top: 56px;
  }
  .lg\:mt-\[64px\]{
    margin-top: 64px;
  }
  .lg\:mt-\[75px\]{
    margin-top: 75px;
  }
  .lg\:mt-\[76px\]{
    margin-top: 76px;
  }
  .lg\:mt-\[79px\]{
    margin-top: 79px;
  }
  .lg\:mt-\[85px\]{
    margin-top: 85px;
  }
  .lg\:mt-\[88px\]{
    margin-top: 88px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-32{
    height: 8rem;
  }
  .lg\:h-5{
    height: 1.25rem;
  }
  .lg\:h-6{
    height: 1.5rem;
  }
  .lg\:h-8{
    height: 2rem;
  }
  .lg\:h-\[105px\]{
    height: 105px;
  }
  .lg\:h-\[124px\]{
    height: 124px;
  }
  .lg\:h-\[146px\]{
    height: 146px;
  }
  .lg\:h-\[16px\]{
    height: 16px;
  }
  .lg\:h-\[172px\]{
    height: 172px;
  }
  .lg\:h-\[20px\]{
    height: 20px;
  }
  .lg\:h-\[219px\]{
    height: 219px;
  }
  .lg\:h-\[221px\]{
    height: 221px;
  }
  .lg\:h-\[267px\]{
    height: 267px;
  }
  .lg\:h-\[365px\]{
    height: 365px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:h-\[40px\]{
    height: 40px;
  }
  .lg\:h-\[419px\]{
    height: 419px;
  }
  .lg\:h-\[470px\]{
    height: 470px;
  }
  .lg\:h-\[49px\]{
    height: 49px;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[506px\]{
    height: 506px;
  }
  .lg\:h-\[540px\]{
    height: 540px;
  }
  .lg\:h-\[54px\]{
    height: 54px;
  }
  .lg\:h-\[560px\]{
    height: 560px;
  }
  .lg\:h-\[574px\]{
    height: 574px;
  }
  .lg\:h-\[64px\]{
    height: 64px;
  }
  .lg\:h-\[651px\]{
    height: 651px;
  }
  .lg\:h-\[720px\]{
    height: 720px;
  }
  .lg\:h-\[785px\]{
    height: 785px;
  }
  .lg\:h-\[833px\]{
    height: 833px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:max-h-\[221px\]{
    max-height: 221px;
  }
  .lg\:max-h-\[540px\]{
    max-height: 540px;
  }
  .lg\:min-h-\[192px\]{
    min-height: 192px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-5{
    width: 1.25rem;
  }
  .lg\:w-6{
    width: 1.5rem;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-8{
    width: 2rem;
  }
  .lg\:w-96{
    width: 24rem;
  }
  .lg\:w-\[1055px\]{
    width: 1055px;
  }
  .lg\:w-\[1240px\]{
    width: 1240px;
  }
  .lg\:w-\[16px\]{
    width: 16px;
  }
  .lg\:w-\[179px\]{
    width: 179px;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:w-\[20px\]{
    width: 20px;
  }
  .lg\:w-\[252px\]{
    width: 252px;
  }
  .lg\:w-\[260\.548px\]{
    width: 260.548px;
  }
  .lg\:w-\[261px\]{
    width: 261px;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[312px\]{
    width: 312px;
  }
  .lg\:w-\[324px\]{
    width: 324px;
  }
  .lg\:w-\[340px\]{
    width: 340px;
  }
  .lg\:w-\[345px\]{
    width: 345px;
  }
  .lg\:w-\[346px\]{
    width: 346px;
  }
  .lg\:w-\[350px\]{
    width: 350px;
  }
  .lg\:w-\[354px\]{
    width: 354px;
  }
  .lg\:w-\[363px\]{
    width: 363px;
  }
  .lg\:w-\[375px\]{
    width: 375px;
  }
  .lg\:w-\[400px\]{
    width: 400px;
  }
  .lg\:w-\[407px\]{
    width: 407px;
  }
  .lg\:w-\[40px\]{
    width: 40px;
  }
  .lg\:w-\[430px\]{
    width: 430px;
  }
  .lg\:w-\[460px\]{
    width: 460px;
  }
  .lg\:w-\[496px\]{
    width: 496px;
  }
  .lg\:w-\[516px\]{
    width: 516px;
  }
  .lg\:w-\[517px\]{
    width: 517px;
  }
  .lg\:w-\[549px\]{
    width: 549px;
  }
  .lg\:w-\[577px\]{
    width: 577px;
  }
  .lg\:w-\[605\.5px\]{
    width: 605.5px;
  }
  .lg\:w-\[605px\]{
    width: 605px;
  }
  .lg\:w-\[613\.5px\]{
    width: 613.5px;
  }
  .lg\:w-\[617px\]{
    width: 617px;
  }
  .lg\:w-\[621px\]{
    width: 621px;
  }
  .lg\:w-\[685px\]{
    width: 685px;
  }
  .lg\:w-\[700px\]{
    width: 700px;
  }
  .lg\:w-\[720px\]{
    width: 720px;
  }
  .lg\:w-\[765px\]{
    width: 765px;
  }
  .lg\:w-\[772px\]{
    width: 772px;
  }
  .lg\:w-\[776px\]{
    width: 776px;
  }
  .lg\:w-\[796px\]{
    width: 796px;
  }
  .lg\:w-\[819px\]{
    width: 819px;
  }
  .lg\:w-\[850px\]{
    width: 850px;
  }
  .lg\:w-\[853px\]{
    width: 853px;
  }
  .lg\:w-\[940px\]{
    width: 940px;
  }
  .lg\:w-\[941px\]{
    width: 941px;
  }
  .lg\:w-\[950px\]{
    width: 950px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[140px\]{
    min-width: 140px;
  }
  .lg\:max-w-\[1240px\]{
    max-width: 1240px;
  }
  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg\:max-w-\[539\.972px\]{
    max-width: 539.972px;
  }
  .lg\:max-w-\[555px\]{
    max-width: 555px;
  }
  .lg\:max-w-\[804px\]{
    max-width: 804px;
  }
  .lg\:max-w-\[941px\]{
    max-width: 941px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:-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));
  }
  .lg\:translate-x-0{
    --tw-translate-x: 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));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[16px\]{
    gap: 16px;
  }
  .lg\:gap-\[17px\]{
    gap: 17px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:gap-\[6px\]{
    gap: 6px;
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:rounded-\[16px\]{
    border-radius: 16px;
  }
  .lg\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .lg\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .lg\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .lg\:rounded-\[56px\]{
    border-radius: 56px;
  }
  .lg\:rounded-\[64px\]{
    border-radius: 64px;
  }
  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-\[6px\]{
    padding: 6px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[41px\]{
    padding-bottom: 41px;
  }
  .lg\:pl-9{
    padding-left: 2.25rem;
  }
  .lg\:pl-\[29px\]{
    padding-left: 29px;
  }
  .lg\:pl-\[57px\]{
    padding-left: 57px;
  }
  .lg\:pr-\[29\.5px\]{
    padding-right: 29.5px;
  }
  .lg\:pr-\[34px\]{
    padding-right: 34px;
  }
  .lg\:pr-\[70px\]{
    padding-right: 70px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-\[24px\]{
    padding-top: 24px;
  }
  .lg\:pt-\[26px\]{
    padding-top: 26px;
  }
  .lg\:pt-\[32px\]{
    padding-top: 32px;
  }
  .lg\:pt-\[42px\]{
    padding-top: 42px;
  }
  .lg\:pt-\[44px\]{
    padding-top: 44px;
  }
  .lg\:pt-\[52px\]{
    padding-top: 52px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:pt-\[64px\]{
    padding-top: 64px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-justify{
    text-align: justify;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[10px\]{
    font-size: 10px;
  }
  .lg\:text-\[12px\]{
    font-size: 12px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[21px\]{
    font-size: 21px;
  }
  .lg\:text-\[27px\]{
    font-size: 27px;
  }
  .lg\:text-\[36px\]{
    font-size: 36px;
  }
  .lg\:text-\[47px\]{
    font-size: 47px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[55px\]{
    font-size: 55px;
  }
  .lg\:text-\[61px\]{
    font-size: 61px;
  }
  .lg\:text-\[80px\]{
    font-size: 80px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:leading-\[32px\]{
    line-height: 32px;
  }
  .lg\:leading-\[73px\]{
    line-height: 73px;
  }
  .lg\:leading-\[77px\]{
    line-height: 77px;
  }
  .lg\:leading-\[96px\]{
    line-height: 96px;
  }
}
@media (min-width: 1280px){
  .xl\:-left-\[48px\]{
    left: -48px;
  }
  .xl\:-left-\[85px\]{
    left: -85px;
  }
  .xl\:-top-\[48px\]{
    top: -48px;
  }
  .xl\:-top-\[85px\]{
    top: -85px;
  }
  .xl\:bottom-16{
    bottom: 4rem;
  }
  .xl\:bottom-3{
    bottom: 0.75rem;
  }
  .xl\:bottom-\[133px\]{
    bottom: 133px;
  }
  .xl\:bottom-\[174px\]{
    bottom: 174px;
  }
  .xl\:left-0{
    left: 0px;
  }
  .xl\:left-11{
    left: 2.75rem;
  }
  .xl\:left-3{
    left: 0.75rem;
  }
  .xl\:left-\[150px\]{
    left: 150px;
  }
  .xl\:right-3{
    right: 0.75rem;
  }
  .xl\:right-\[100px\]{
    right: 100px;
  }
  .xl\:right-\[143px\]{
    right: 143px;
  }
  .xl\:top-3{
    top: 0.75rem;
  }
  .xl\:top-\[134px\]{
    top: 134px;
  }
  .xl\:top-\[135px\]{
    top: 135px;
  }
  .xl\:top-\[48px\]{
    top: 48px;
  }
  .xl\:top-\[84px\]{
    top: 84px;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }
  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }
  .xl\:mb-4{
    margin-bottom: 1rem;
  }
  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mb-\[19px\]{
    margin-bottom: 19px;
  }
  .xl\:mb-\[56px\]{
    margin-bottom: 56px;
  }
  .xl\:mb-\[62px\]{
    margin-bottom: 62px;
  }
  .xl\:mb-\[64px\]{
    margin-bottom: 64px;
  }
  .xl\:mb-\[65px\]{
    margin-bottom: 65px;
  }
  .xl\:mb-\[8px\]{
    margin-bottom: 8px;
  }
  .xl\:ml-\[13px\]{
    margin-left: 13px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-4{
    margin-top: 1rem;
  }
  .xl\:mt-40{
    margin-top: 10rem;
  }
  .xl\:mt-\[25px\]{
    margin-top: 25px;
  }
  .xl\:mt-\[76px\]{
    margin-top: 76px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-10{
    height: 2.5rem;
  }
  .xl\:h-12{
    height: 3rem;
  }
  .xl\:h-2{
    height: 0.5rem;
  }
  .xl\:h-3{
    height: 0.75rem;
  }
  .xl\:h-4{
    height: 1rem;
  }
  .xl\:h-6{
    height: 1.5rem;
  }
  .xl\:h-8{
    height: 2rem;
  }
  .xl\:h-\[124px\]{
    height: 124px;
  }
  .xl\:h-\[129px\]{
    height: 129px;
  }
  .xl\:h-\[132px\]{
    height: 132px;
  }
  .xl\:h-\[145px\]{
    height: 145px;
  }
  .xl\:h-\[17px\]{
    height: 17px;
  }
  .xl\:h-\[18px\]{
    height: 18px;
  }
  .xl\:h-\[230px\]{
    height: 230px;
  }
  .xl\:h-\[272px\]{
    height: 272px;
  }
  .xl\:h-\[300px\]{
    height: 300px;
  }
  .xl\:h-\[32px\]{
    height: 32px;
  }
  .xl\:h-\[400px\]{
    height: 400px;
  }
  .xl\:h-\[40px\]{
    height: 40px;
  }
  .xl\:h-\[41px\]{
    height: 41px;
  }
  .xl\:h-\[48px\]{
    height: 48px;
  }
  .xl\:h-\[60px\]{
    height: 60px;
  }
  .xl\:h-\[611px\]{
    height: 611px;
  }
  .xl\:h-\[625px\]{
    height: 625px;
  }
  .xl\:h-\[663px\]{
    height: 663px;
  }
  .xl\:h-\[703px\]{
    height: 703px;
  }
  .xl\:h-\[707px\]{
    height: 707px;
  }
  .xl\:h-\[calc\(100vh-124px\)\]{
    height: calc(100vh - 124px);
  }
  .xl\:h-\[calc\(100vh-36px-49px-56px-124px-16px-15px\)\]{
    height: calc(100vh - 36px - 49px - 56px - 124px - 16px - 15px);
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:min-h-\[192px\]{
    min-height: 192px;
  }
  .xl\:w-10{
    width: 2.5rem;
  }
  .xl\:w-12{
    width: 3rem;
  }
  .xl\:w-2{
    width: 0.5rem;
  }
  .xl\:w-3{
    width: 0.75rem;
  }
  .xl\:w-4{
    width: 1rem;
  }
  .xl\:w-6{
    width: 1.5rem;
  }
  .xl\:w-8{
    width: 2rem;
  }
  .xl\:w-\[1070px\]{
    width: 1070px;
  }
  .xl\:w-\[1094px\]{
    width: 1094px;
  }
  .xl\:w-\[1240px\]{
    width: 1240px;
  }
  .xl\:w-\[124px\]{
    width: 124px;
  }
  .xl\:w-\[18px\]{
    width: 18px;
  }
  .xl\:w-\[20px\]{
    width: 20px;
  }
  .xl\:w-\[300px\]{
    width: 300px;
  }
  .xl\:w-\[32px\]{
    width: 32px;
  }
  .xl\:w-\[330px\]{
    width: 330px;
  }
  .xl\:w-\[350px\]{
    width: 350px;
  }
  .xl\:w-\[354px\]{
    width: 354px;
  }
  .xl\:w-\[367px\]{
    width: 367px;
  }
  .xl\:w-\[400px\]{
    width: 400px;
  }
  .xl\:w-\[40px\]{
    width: 40px;
  }
  .xl\:w-\[41px\]{
    width: 41px;
  }
  .xl\:w-\[48px\]{
    width: 48px;
  }
  .xl\:w-\[575px\]{
    width: 575px;
  }
  .xl\:w-\[606px\]{
    width: 606px;
  }
  .xl\:w-\[700px\]{
    width: 700px;
  }
  .xl\:w-\[720px\]{
    width: 720px;
  }
  .xl\:w-\[772px\]{
    width: 772px;
  }
  .xl\:w-\[923px\]{
    width: 923px;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[1440px\]{
    max-width: 1440px;
  }
  .xl\:max-w-\[350px\]{
    max-width: 350px;
  }
  .xl\:max-w-\[354px\]{
    max-width: 354px;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[606px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 606px minmax(0,1fr);
  }
  .xl\:grid-cols-\[minmax\(0\2c 606px\)_minmax\(0\2c 1fr\)\]{
    grid-template-columns: minmax(0,606px) minmax(0,1fr);
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:items-start{
    align-items: flex-start;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-3{
    gap: 0.75rem;
  }
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:gap-\[12px\]{
    gap: 12px;
  }
  .xl\:gap-\[24px\]{
    gap: 24px;
  }
  .xl\:gap-\[8px\]{
    gap: 8px;
  }
  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .xl\:gap-y-8{
    row-gap: 2rem;
  }
  .xl\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .xl\:rounded-\[34px\]{
    border-radius: 34px;
  }
  .xl\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .xl\:rounded-\[80px\]{
    border-radius: 80px;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
  }
  .xl\:px-\[23px\]{
    padding-left: 23px;
    padding-right: 23px;
  }
  .xl\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .xl\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .xl\:py-\[16px\]{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xl\:py-\[23\.5px\]{
    padding-top: 23.5px;
    padding-bottom: 23.5px;
  }
  .xl\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xl\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .xl\:py-\[84px\]{
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .xl\:py-\[85px\]{
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-\[83px\]{
    padding-bottom: 83px;
  }
  .xl\:pl-\[100px\]{
    padding-left: 100px;
  }
  .xl\:pl-\[15px\]{
    padding-left: 15px;
  }
  .xl\:pr-4{
    padding-right: 1rem;
  }
  .xl\:pr-\[100px\]{
    padding-right: 100px;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:pt-\[65px\]{
    padding-top: 65px;
  }
  .xl\:pt-\[84px\]{
    padding-top: 84px;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:font-comfortaa{
    font-family: Comfortaa, serif;
  }
  .xl\:\!text-\[20px\]{
    font-size: 20px !important;
  }
  .xl\:\!text-\[47px\]{
    font-size: 47px !important;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-\[14px\]{
    font-size: 14px;
  }
  .xl\:text-\[16px\]{
    font-size: 16px;
  }
  .xl\:text-\[20px\]{
    font-size: 20px;
  }
  .xl\:text-\[21px\]{
    font-size: 21px;
  }
  .xl\:text-\[27px\]{
    font-size: 27px;
  }
  .xl\:text-\[36px\]{
    font-size: 36px;
  }
  .xl\:text-\[47px\]{
    font-size: 47px;
  }
  .xl\:text-\[61px\]{
    font-size: 61px;
  }
  .xl\:text-\[80px\]{
    font-size: 80px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:font-normal{
    font-weight: 400;
  }
  .xl\:\!leading-\[140\%\]{
    line-height: 140% !important;
  }
  .xl\:leading-6{
    line-height: 1.5rem;
  }
  .xl\:leading-\[120\%\]{
    line-height: 120%;
  }
  .xl\:leading-\[140\%\]{
    line-height: 140%;
  }
  .xl\:leading-\[65px\]{
    line-height: 65px;
  }
  .xl\:leading-\[96px\]{
    line-height: 96px;
  }
  .xl\:leading-tight{
    line-height: 1.25;
  }
  .xl\:tracking-\[-0\.42px\]{
    letter-spacing: -0.42px;
  }
}
