@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/**
Theme Name: Synergy
Version: 1.0
 */

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
  font-family: "Poppins", sans-serif;
  color: #5E6264;
}

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

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

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

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

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

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

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

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.\!absolute{
  position: absolute !important;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.\!bottom-4{
  bottom: 1rem !important;
}

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

.-left-3{
  left: -0.75rem;
}

.-left-full{
  left: -100%;
}

.-right-3{
  right: -0.75rem;
}

.-right-full{
  right: -100%;
}

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

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

.left-2{
  left: 0.5rem;
}

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

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

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

.left-\[calc\(50\%\+3rem\)\]{
  left: calc(50% + 3rem);
}

.right-0{
  right: 0px;
}

.right-8{
  right: 2rem;
}

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

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

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-20{
  top: 5rem;
}

.top-8{
  top: 2rem;
}

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

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

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

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

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

.top-\[calc\(100\%-13rem\)\]{
  top: calc(100% - 13rem);
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-n{
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.\!ml-auto{
  margin-left: auto !important;
}

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

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

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

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

.mb-11{
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

.mb-30{
  margin-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-n{
  margin-bottom: 30px;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

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

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

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

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

.mr-2{
  margin-right: 0.5rem;
}

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

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

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

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

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

.mt-12{
  margin-top: 3rem;
}

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

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

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

.mt-24{
  margin-top: 6rem;
}

.mt-3{
  margin-top: 0.75rem;
}

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

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

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

.mt-9{
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n{
  margin-top: 30px;
}

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.\!h-8{
  height: 2rem !important;
}

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

.\!h-\[97px\]{
  height: 97px !important;
}

.\!h-full{
  height: 100% !important;
}

.\!h-screen{
  height: 100vh !important;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

.h-\[21\.1875rem\]{
  height: 21.1875rem;
}

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

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

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

.h-\[34\.53px\]{
  height: 34.53px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

.min-h-\[calc\(100vh_-_400px\)\]{
  min-height: calc(100vh - 400px);
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-10{
  width: 2.5rem !important;
}

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

.w-10{
  width: 2.5rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[34\.53px\]{
  width: 34.53px;
}

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

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

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

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

.w-\[calc\(33\.3\%_-_2px\)\]{
  width: calc(33.3% - 2px);
}

.w-\[calc\(50\%_-_2px\)\]{
  width: calc(50% - 2px);
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

.max-w-none{
  max-width: none;
}

.max-w-wrapper{
  max-width: 1200px;
}

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

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

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

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

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

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

.place-items-center{
  place-items: center;
}

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

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

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

.justify-end{
  justify-content: flex-end;
}

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-n{
  gap: 30px;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-x-n{
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-\[104px\]{
  row-gap: 104px;
}

.gap-y-\[11px\]{
  row-gap: 11px;
}

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

.gap-y-\[49px\]{
  row-gap: 49px;
}

.gap-y-\[52px\]{
  row-gap: 52px;
}

.gap-y-\[53px\]{
  row-gap: 53px;
}

.gap-y-n{
  row-gap: 30px;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * 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-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-\[15px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * 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-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

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

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

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

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

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

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

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

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

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

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

.rounded-l-\[2px\]{
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

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

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

.border{
  border-width: 1px;
}

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

.border-\[1\.5px\]{
  border-width: 1.5px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-b-\[2px\]{
  border-bottom-width: 2px;
}

.border-b-\[3px\]{
  border-bottom-width: 3px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

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

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

.\!border-none{
  border-style: none !important;
}

.\!border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(106 177 99 / var(--tw-border-opacity)) !important;
}

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

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

.border-border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(207 209 208 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-green-deep{
  --tw-border-opacity: 1;
  border-color: rgb(64 122 75 / var(--tw-border-opacity));
}

.border-grey-light{
  --tw-border-opacity: 1;
  border-color: rgb(237 239 239 / var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(106 177 99 / var(--tw-border-opacity));
}

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

.border-\[\#CFD1D0\]{
  --tw-border-opacity: 1;
  border-color: rgb(207 209 208 / var(--tw-border-opacity));
}

.border-y-\[\#4C9159\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 145 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(76 145 89 / var(--tw-border-opacity));
}

.\!border-b-grey-light{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(237 239 239 / var(--tw-border-opacity)) !important;
}

.\!border-l-black{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#EDEFEF\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 239 239 / var(--tw-border-opacity));
}

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

.border-b-border-gray{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 209 208 / var(--tw-border-opacity));
}

.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-b-gray-e{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-b-green-deep{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 122 75 / var(--tw-border-opacity));
}

.border-b-grey-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 239 239 / var(--tw-border-opacity));
}

.border-b-transparent{
  border-bottom-color: transparent;
}

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

.border-l-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(106 177 99 / var(--tw-border-opacity));
}

.border-l-transparent{
  border-left-color: transparent;
}

.border-r-\[\#E6E6E6\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-t-border-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 209 208 / var(--tw-border-opacity));
}

.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-t-grey-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 239 239 / var(--tw-border-opacity));
}

.bg-\[\#00000078\]{
  background-color: #00000078;
}

.bg-\[\#32633B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 99 59 / var(--tw-bg-opacity));
}

.bg-\[\#4267B2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}

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

.bg-\[\#EDEFEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 239 / var(--tw-bg-opacity));
}

.bg-\[\#F44831\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 72 49 / var(--tw-bg-opacity));
}

.bg-\[\#F7F6F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 244 / var(--tw-bg-opacity));
}

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

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

.bg-dark-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(81 81 81 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.bg-green-deep{
  --tw-bg-opacity: 1;
  background-color: rgb(64 122 75 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(106 177 99 / var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 216 / var(--tw-bg-opacity));
}

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

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

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

.bg-fixed{
  background-attachment: fixed;
}

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.\!p-0{
  padding: 0px !important;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-n{
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

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

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.pb-n{
  padding-bottom: 30px;
}

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

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-9{
  padding-left: 2.25rem;
}

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

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

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

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

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

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

.pt-n{
  padding-top: 30px;
}

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

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

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

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

.align-top{
  vertical-align: top;
}

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-23{
  line-height: 23px;
}

.leading-3{
  line-height: 19px;
}

.leading-37{
  line-height: 37px;
}

.leading-4{
  line-height: 29px;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-61{
  line-height: 61px;
}

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

.leading-9{
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.leading-tight{
  line-height: 1.25;
}

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

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

.tracking-tight{
  letter-spacing: -0.025em;
}

.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(106 177 99 / var(--tw-text-opacity)) !important;
}

.text-\[\#407A4B\]{
  --tw-text-opacity: 1;
  color: rgb(64 122 75 / var(--tw-text-opacity));
}

.text-\[\#9FA3AA\]{
  --tw-text-opacity: 1;
  color: rgb(159 163 170 / var(--tw-text-opacity));
}

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

.text-\[\#E6F0D8\]{
  --tw-text-opacity: 1;
  color: rgb(230 240 216 / var(--tw-text-opacity));
}

.text-\[\#F44831\]{
  --tw-text-opacity: 1;
  color: rgb(244 72 49 / var(--tw-text-opacity));
}

.text-\[\#F7F2EF\]{
  --tw-text-opacity: 1;
  color: rgb(247 242 239 / var(--tw-text-opacity));
}

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

.text-border-gray{
  --tw-text-opacity: 1;
  color: rgb(207 209 208 / var(--tw-text-opacity));
}

.text-dark-gray{
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-deep{
  --tw-text-opacity: 1;
  color: rgb(64 122 75 / var(--tw-text-opacity));
}

.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(94 98 100 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(106 177 99 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(230 240 216 / var(--tw-text-opacity));
}

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

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.accent-\[\#5fa159\]{
  accent-color: #5fa159;
}

.accent-black{
  accent-color: #000;
}

.accent-primary{
  accent-color: #6AB163;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-\[0\.4\]{
  opacity: 0.4;
}

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

.outline{
  outline-style: solid;
}

.outline-0{
  outline-width: 0px;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

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

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

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

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

  font-style: normal;

  font-weight: normal;

  src: local('NewYork'), url('./NewYork.otf') format('opentype');
}

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

.new-york {
  font-family: "Poppins", sans-serif;
}

.placeholder\:text-secondary::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(230 240 216 / var(--tw-text-opacity));
}

.placeholder\:text-secondary::placeholder{
  --tw-text-opacity: 1;
  color: rgb(230 240 216 / var(--tw-text-opacity));
}

.before\:mx-2::before{
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.before\:text-border-gray::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(207 209 208 / var(--tw-text-opacity));
}

.before\:text-light-gray::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

.before\:content-\[\'\/\'\]::before{
  --tw-content: '/';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

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

.after\:opacity-\[25\%\]::after{
  content: var(--tw-content);
  opacity: 25%;
}

.after\:opacity-\[40\%\]::after{
  content: var(--tw-content);
  opacity: 40%;
}

.first\:border-l-0:first-child{
  border-left-width: 0px;
}

.last\:hidden:last-child{
  display: none;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

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

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(106 177 99 / var(--tw-border-opacity));
}

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

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:text-green-deep:hover{
  --tw-text-opacity: 1;
  color: rgb(64 122 75 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(106 177 99 / var(--tw-text-opacity));
}

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

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

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

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

.focus\:outline-0:focus{
  outline-width: 0px;
}

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

.disabled\:opacity-\[0\.3\]:disabled{
  opacity: 0.3;
}

.group:hover .group-hover\:top-\[60\%\]{
  top: 60%;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.child\:h-4 > *{
  height: 1rem;
}

.child\:w-4 > *{
  width: 1rem;
}

@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-\[calc\(50\%\+36rem\)\]{
    left: calc(50% + 36rem);
  }

  .sm\:top-\[calc\(100\%-30rem\)\]{
    top: calc(100% - 30rem);
  }

  .sm\:mx-n{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-\[111px\]{
    margin-top: 111px;
    margin-bottom: 111px;
  }

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-table{
    display: inline-table;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:\!h-\[calc\(100vh_-_100px\)\]{
    height: calc(100vh - 100px) !important;
  }

  .sm\:h-\[42\.375rem\]{
    height: 42.375rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:gap-n{
    gap: 30px;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-n{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  .sm\:gap-y-12{
    row-gap: 3rem;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

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

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

  .sm\:overflow-hidden{
    overflow: hidden;
  }

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

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

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

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

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

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

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

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

  .sm\:leading-23{
    line-height: 23px;
  }

  .sm\:leading-37{
    line-height: 37px;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

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

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

  .md\:top-\[46\%\]{
    top: 46%;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

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

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

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

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

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-8{
    margin-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:inline-table{
    display: inline-table;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-16{
    height: 4rem;
  }

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

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

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

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

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

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

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

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

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

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

  .md\:w-auto{
    width: auto;
  }

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

  .md\:w-16{
    width: 4rem;
  }

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

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

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

  .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\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[56px\]{
    gap: 56px;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-n{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:gap-y-\[100px\]{
    row-gap: 100px;
  }

  .md\:space-x-\[33px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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));
  }

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

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

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

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-\[120px\]{
    padding-right: 120px;
  }

  .md\:pr-\[91px\]{
    padding-right: 91px;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

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

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

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

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

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

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

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

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

  .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\:leading-37{
    line-height: 37px;
  }

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

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

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

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

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

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

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

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

  .md\:after\:left-\[30px\]::after{
    content: var(--tw-content);
    left: 30px;
  }
}

@media (min-width: 1024px){
  .lg\:right-\[0px\]{
    right: 0px;
  }

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

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

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

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

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

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

  .lg\:ml-14{
    margin-left: 3.5rem;
  }

  .lg\:ml-18{
    margin-left: 72px;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

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

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

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

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-15{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[84px\]{
    -moz-column-gap: 84px;
         column-gap: 84px;
  }

  .lg\: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));
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

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

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

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

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

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

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

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

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

  .lg\:pl-18{
    padding-left: 72px;
  }

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

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

  .lg\:pr-28{
    padding-right: 7rem;
  }

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

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

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

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

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:leading-61{
    line-height: 61px;
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:-right-\[44px\]{
    right: -44px;
  }

  .xl\:aspect-3\/4{
    aspect-ratio: 139/180;
  }

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

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

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

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

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

.\[\&\>\*\>a\]\:text-primary>*>a{
  --tw-text-opacity: 1;
  color: rgb(106 177 99 / var(--tw-text-opacity));
}

.\[\&\>\*\]\:mb-8>*{
  margin-bottom: 2rem;
}

.\[\&\>a\>img\]\:h-20>a>img{
  height: 5rem;
}

.\[\&\>a\>img\]\:h-\[122px\]>a>img{
  height: 122px;
}

.\[\&\>a\>img\]\:h-\[67px\]>a>img{
  height: 67px;
}

.\[\&\>a\>img\]\:h-\[73px\]>a>img{
  height: 73px;
}

.\[\&\>a\>img\]\:w-\[120px\]>a>img{
  width: 120px;
}

.\[\&\>a\>img\]\:w-\[67px\]>a>img{
  width: 67px;
}

.\[\&\>a\>img\]\:w-\[72px\]>a>img{
  width: 72px;
}

.\[\&\>a\>img\]\:object-cover>a>img{
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>a\>img\]\:object-top>a>img{
  -o-object-position: top;
     object-position: top;
}

.\[\&\>a\]\:rounded-lg>a{
  border-radius: 0.5rem;
}

.\[\&\>a\]\:pl-1>a{
  padding-left: 0.25rem;
}

.\[\&\>a\]\:text-primary>a{
  --tw-text-opacity: 1;
  color: rgb(106 177 99 / var(--tw-text-opacity));
}

.\[\&\>a\]\:shadow-md>a{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&\>blockquote\]\:border-l-4>blockquote{
  border-left-width: 4px;
}

.\[\&\>blockquote\]\:border-primary>blockquote{
  --tw-border-opacity: 1;
  border-color: rgb(106 177 99 / var(--tw-border-opacity));
}

.\[\&\>blockquote\]\:pl-6>blockquote{
  padding-left: 1.5rem;
}

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

.\[\&\>blockquote\]\:text-sm>blockquote{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>blockquote\]\:font-medium>blockquote{
  font-weight: 500;
}

@media (min-width: 1024px){
  .\[\&\>blockquote\]\:lg\:text-lg>blockquote{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\[\&\>blockquote\]\:lg\:text-xl>blockquote{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

.\[\&\>del\]\:text-sm>del{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>h1\]\:mb-8>h1{
  margin-bottom: 2rem;
}

.\[\&\>h1\]\:mt-0>h1{
  margin-top: 0px;
}

.\[\&\>h1\]\:text-\[28px\]>h1{
  font-size: 28px;
}

.\[\&\>h1\]\:font-normal>h1{
  font-weight: 400;
}

@media (min-width: 1024px){
  .\[\&\>h1\]\:lg\:text-6xl>h1{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\[\&\>h1\]\:lg\:leading-\[61px\]>h1{
    line-height: 61px;
  }
}

.\[\&\>h2\]\:my-5>h2{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\[\&\>h2\]\:my-7>h2{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.\[\&\>h2\]\:text-2xl>h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

.\[\&\>h2\]\:text-\[28px\]>h2{
  font-size: 28px;
}

.\[\&\>h2\]\:text-base>h2{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>h2\]\:font-bold>h2{
  font-weight: 700;
}

.\[\&\>h2\]\:font-medium>h2{
  font-weight: 500;
}

.\[\&\>h2\]\:leading-9>h2{
  line-height: 2.25rem;
}

.\[\&\>h2\]\:text-black>h2{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .\[\&\>h2\]\:md\:text-4xl>h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  .\[\&\>h2\]\:lg\:mb-5>h2{
    margin-bottom: 1.25rem;
  }

  .\[\&\>h2\]\:lg\:mb-7>h2{
    margin-bottom: 1.75rem;
  }

  .\[\&\>h2\]\:lg\:mt-\[56px\]>h2{
    margin-top: 56px;
  }

  .\[\&\>h2\]\:lg\:text-\[30px\]>h2{
    font-size: 30px;
  }

  .\[\&\>h2\]\:lg\:text-xl>h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\[\&\>h2\]\:lg\:leading-61>h2{
    line-height: 61px;
  }
}

.\[\&\>h3\]\:my-5>h3{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\[\&\>h3\]\:mt-\[56px\]>h3{
  margin-top: 56px;
}

.\[\&\>h3\]\:text-3xl>h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\[\&\>h3\]\:text-base>h3{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>h3\]\:font-medium>h3{
  font-weight: 500;
}

.\[\&\>h3\]\:font-normal>h3{
  font-weight: 400;
}

.\[\&\>h3\]\:leading-\[37px\]>h3{
  line-height: 37px;
}

@media (min-width: 1024px){
  .\[\&\>h3\]\:lg\:text-xl>h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&\>img\]\:h-\[488px\]>img{
  height: 488px;
}

.\[\&\>img\]\:w-full>img{
  width: 100%;
}

.\[\&\>li\]\:flex>li{
  display: flex;
}

.\[\&\>p\>strong\]\:font-medium>p>strong{
  font-weight: 500;
}

.\[\&\>p\]\:max-w-\[757px\]>p{
  max-width: 757px;
}

.\[\&\>p\]\:text-left>p{
  text-align: left;
}

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

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

.\[\&\>p\]\:text-sm>p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>p\]\:font-normal>p{
  font-weight: 400;
}

.\[\&\>p\]\:leading-\[32px\]>p{
  line-height: 32px;
}

.\[\&\>p\]\:text-\[\#515151\]>p{
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}

.\[\&\>p\]\:text-dark-gray>p{
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}

.\[\&\>p\]\:text-white>p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .\[\&\>p\]\:md\:text-\[42px\]>p{
    font-size: 42px;
  }

  .md\:\[\&\>p\]\:text-xs>p{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\[\&\>p\]\:md\:leading-\[48px\]>p{
    line-height: 48px;
  }
}

@media (min-width: 1024px){
  .\[\&\>p\]\:lg\:text-base>p{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\[\&\>p\]\:lg\:text-xl>p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&\>strong\]\:font-medium>strong{
  font-weight: 500;
}

.\[\&\>strong\]\:font-normal>strong{
  font-weight: 400;
}

.\[\&\>td\]\:border-b>td{
  border-bottom-width: 1px;
}

.\[\&\>td\]\:border-b-border-gray>td{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 209 208 / var(--tw-border-opacity));
}

.\[\&\>td\]\:py-8>td{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\[\&\>td\]\:text-base>td{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>th\]\:border-b>th{
  border-bottom-width: 1px;
}

.\[\&\>th\]\:border-b-border-gray>th{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 209 208 / var(--tw-border-opacity));
}

.\[\&\>th\]\:pb-3>th{
  padding-bottom: 0.75rem;
}

.\[\&\>th\]\:text-sm>th{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>th\]\:\!font-medium>th{
  font-weight: 500 !important;
}

.\[\&\>th\]\:\!font-normal>th{
  font-weight: 400 !important;
}

.\[\&\>ul\]\:ml-4>ul{
  margin-left: 1rem;
}

.\[\&\>ul\]\:flex>ul{
  display: flex;
}

.\[\&\>ul\]\:w-full>ul{
  width: 100%;
}

.\[\&\>ul\]\:list-disc>ul{
  list-style-type: disc;
}

.\[\&\>ul\]\:gap-\[15px\]>ul{
  gap: 15px;
}

.\[\&\>ul\]\:pl-\[4px\]>ul{
  padding-left: 4px;
}

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

.\[\&\>ul\]\:text-sm>ul{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>ul\]\:leading-8>ul{
  line-height: 2rem;
}

.\[\&\>ul\]\:text-\[\#515151\]>ul{
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}

.\[\&\>ul\]\:text-dark-gray>ul{
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .\[\&\>ul\]\:lg\:text-base>ul{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\[\&\>ul\]\:lg\:text-lg>ul{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}


.sizediv.disabled {
  background-image: url('../image/mail.svg');
  background-repeat: no-repeat;
  background-position: right 3px top 3px; 
  background-size: 10px 8px;
  color: #CFD1D0;
  border-color: #CFD1D0;
} 



.preorder-notification {
  background: #ffa3a3;
  border: 1px solid #ff6262;
  padding: 15px;
  border-radius: 4px;
  color: white;
  margin-bottom: 20px;
}