/*
! tailwindcss v3.0.23 | 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.
*/

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: Nunito, 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 */
}

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.right-10 {
  right: 2.5rem;
}
.top-3 {
  top: 0.75rem;
}
.right-7 {
  right: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-0 {
  margin-right: -0px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-\[0\.813rem\] {
  margin-right: 0.813rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-auto {
  margin-left: auto;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.-ml-0\.5 {
  margin-left: -0.125rem;
}
.-ml-0 {
  margin-left: -0px;
}
.mr-16 {
  margin-right: 4rem;
}
.ml-16 {
  margin-left: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-16 {
  height: 4rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-4 {
  height: 1rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-full {
  height: 100%;
}
.h-\[90px\] {
  height: 90px;
}
.h-40 {
  height: 10rem;
}
.h-14 {
  height: 3.5rem;
}
.h-screen {
  height: 100vh;
}
.h-0 {
  height: 0px;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[112px\] {
  height: 112px;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-6 {
  width: 1.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-48 {
  width: 12rem;
}
.w-auto {
  width: auto;
}
.w-8 {
  width: 2rem;
}
.w-4 {
  width: 1rem;
}
.w-60 {
  width: 15rem;
}
.w-10 {
  width: 2.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-\[507px\] {
  width: 507px;
}
.w-\[404px\] {
  width: 404px;
}
.w-\[406px\] {
  width: 406px;
}
.w-\[621px\] {
  width: 621px;
}
.w-\[622px\] {
  width: 622px;
}
.w-\[407px\] {
  width: 407px;
}
.w-\[847px\] {
  width: 847px;
}
.w-\[676px\] {
  width: 676px;
}
.w-\[410px\] {
  width: 410px;
}
.w-\[727px\] {
  width: 727px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[514px\] {
  width: 514px;
}
.w-\[426px\] {
  width: 426px;
}
.w-\[839px\] {
  width: 839px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[876px\] {
  width: 876px;
}
.w-\[1054px\] {
  width: 1054px;
}
.w-\[515px\] {
  width: 515px;
}
.w-\[357px\] {
  width: 357px;
}
.w-\[231px\] {
  width: 231px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-14 {
  width: 3.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-64 {
  width: 16rem;
}
.w-11 {
  width: 2.75rem;
}
.w-96 {
  width: 24rem;
}
.w-36 {
  width: 9rem;
}
.w-\[623px\] {
  width: 623px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[838px\] {
  max-width: 838px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-0 {
  max-width: 0rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top {
  transform-origin: top;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-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-6 {
  --tw-translate-x: 1.5rem;
  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-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-\[4\.469rem\] {
  gap: 4.469rem;
}
.gap-\[4\.891rem\] {
  gap: 4.891rem;
}
.gap-\[134px\] {
  gap: 134px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-8 {
  gap: 2rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-0 {
  gap: 0px;
}
.gap-x-\[73px\] {
  -moz-column-gap: 73px;
       column-gap: 73px;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.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)));
}
.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-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-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-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-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-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-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)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-\[\#D05DE9\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 93 233 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-cover {
  background-size: cover;
}
.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-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-40 {
  padding: 10rem;
}
.p-4 {
  padding: 1rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[163px\] {
  padding-left: 163px;
  padding-right: 163px;
}
.py-\[136px\] {
  padding-top: 136px;
  padding-bottom: 136px;
}
.px-\[156px\] {
  padding-left: 156px;
  padding-right: 156px;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-\[160px\] {
  padding-top: 160px;
  padding-bottom: 160px;
}
.px-\[157\.5px\] {
  padding-left: 157.5px;
  padding-right: 157.5px;
}
.py-\[130px\] {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-\[94px\] {
  padding-top: 94px;
}
.pb-\[103px\] {
  padding-bottom: 103px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: Nunito, 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";
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[76px\] {
  font-size: 76px;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-4 {
  line-height: 1rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-8 {
  line-height: 2rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.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 {
  --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-md {
  --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);
}
.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-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);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --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);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-75 {
  transition-duration: 75ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/** 
 * VARIABLES
 * --
 * Set the default values according to your preference.
**/
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-Italic.woff2?f932365bae7a67562d5079577cb2d1c2) format("woff2"), url(/fonts/Poppins-Italic.woff?dce4482653df21326fb3895d74b8ff27) format("woff"), url(/fonts/Poppins-Italic.ttf?5e7ad877bd20a4ae9655ec5f31b24e70) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-Medium.woff2?563f976db73ca07d8fc312f634845581) format("woff2"), url(/fonts/Poppins-Medium.woff?7e588a26bdac2428f24072f0657a9af8) format("woff"), url(/fonts/Poppins-Medium.ttf?c8811e16c7cc3159fb7d3abbe5b5754b) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-LightItalic.woff2?f8fc4fd3d2ad4a00a9a20be1201e0164) format("woff2"), url(/fonts/Poppins-LightItalic.woff?cbc254035fd2db12340f5666f24a2658) format("woff"), url(/fonts/Poppins-LightItalic.ttf?3d52bf8950335c45a8a08cac778fcff2) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-BoldItalic.woff2?18770f85e0c23fcc28224ecf92a3c63b) format("woff2"), url(/fonts/Poppins-BoldItalic.woff?066192b3e079bf989a2823a792011af7) format("woff"), url(/fonts/Poppins-BoldItalic.ttf?ed0904413dc91f3b2645a90a31269541) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-Bold.woff2?dd24d10e037690f2bdcde5c8f5cdeca4) format("woff2"), url(/fonts/Poppins-Bold.woff?a6b628bdef91e927b77c91b4344dd19e) format("woff"), url(/fonts/Poppins-Bold.ttf?ac5da554fc2c17c61186bd0e80e00525) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-Light.woff2?9bec05ab7f83d34eb90510bcb5df2395) format("woff2"), url(/fonts/Poppins-Light.woff?6f5b7a1c94cb6419bec4ea996d1aface) format("woff"), url(/fonts/Poppins-Light.ttf?970d5ed2dc0b2810bf70656ddd391055) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-MediumItalic.woff2?de07f277b373e75a16b2ac37309623a5) format("woff2"), url(/fonts/Poppins-MediumItalic.woff?38bd2f9c930011bc0e4f68977384e162) format("woff"), url(/fonts/Poppins-MediumItalic.ttf?0655d1c00a212493d6a305ddef5ae748) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-SemiBold.woff2?3c3f3613b59d581739fc53626c9de259) format("woff2"), url(/fonts/Poppins-SemiBold.woff?71da8e4f0d76b718897c2bd4f4edf1f5) format("woff"), url(/fonts/Poppins-SemiBold.ttf?0763b5bba5e8c46bf86f7adaf787eb2b) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-SemiBoldItalic.woff2?6ad14e1bba33d088176b2731dcbe1b00) format("woff2"), url(/fonts/Poppins-SemiBoldItalic.woff?ae7a11bcc58ca2e84f43513dd1bffb66) format("woff"), url(/fonts/Poppins-SemiBoldItalic.ttf?eae82e92f45a2b5f2cda031a835cb75c) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/fonts/Poppins-Regular.woff2?ad19729d6a0511212493d7a9b994921e) format("woff2"), url(/fonts/Poppins-Regular.woff?387f9003f984ef1cec60ee0a258d8e31) format("woff"), url(/fonts/Poppins-Regular.ttf?e09d5cf4d895b8585f803eabd7de6929) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Italic.woff2?e938efc07c9e3e65fcb410160fcfd381) format("woff2"), url(/fonts/Nunito-Italic.woff?a9547f0096f0912f8759fa28fe1a0e15) format("woff"), url(/fonts/Nunito-Italic.ttf?d32c28737e81fa5413e7c339d6964dae) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Bold.woff2?e7c6d919a3967270fc2311f21f9abfd9) format("woff2"), url(/fonts/Nunito-Bold.woff?99eccd9b275c50e648b584ee34f9ebc1) format("woff"), url(/fonts/Nunito-Bold.ttf?977c6bbf70df1ffbef197b109fff1f32) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-BoldItalic.woff2?598a8a81718484309740739f6f01bccd) format("woff2"), url(/fonts/Nunito-BoldItalic.woff?001771cea56c2be68751006cb7ce48b5) format("woff"), url(/fonts/Nunito-BoldItalic.ttf?a6c27411f9f790d81c4c1c12cf761a10) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Light.woff2?68b15fd116fef463a9e1b882c5bbf023) format("woff2"), url(/fonts/Nunito-Light.woff?768d10645f5a17c35ecff2da224c76ff) format("woff"), url(/fonts/Nunito-Light.ttf?a664b86f94eba09ee4ccfff725459a11) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-LightItalic.woff2?29b81d6c30e50d676b8f97ae1a546841) format("woff2"), url(/fonts/Nunito-LightItalic.woff?966ec26d3a687d0c078837ad56eda94c) format("woff"), url(/fonts/Nunito-LightItalic.ttf?326feb73063188f930ec117df13044bd) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Regular.woff2?31a7171e0212ec4660335a92e85e0dd6) format("woff2"), url(/fonts/Nunito-Regular.woff?1d0a455cc4c6f6e4d5215bdf838e8dac) format("woff"), url(/fonts/Nunito-Regular.ttf?03b964590c2917848f80bc1db680b492) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-SemiBold.woff2?c788dbb98f959e64a4273c82a5fffe41) format("woff2"), url(/fonts/Nunito-SemiBold.woff?dfe112bb72ecb2e4d568c0a4cd730ee4) format("woff"), url(/fonts/Nunito-SemiBold.ttf?5d42381a68a8330aef92b0dc6ce009f3) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-SemiBoldItalic.woff2?1f3686818312abb9df634e7b5d4f63a9) format("woff2"), url(/fonts/Nunito-SemiBoldItalic.woff?bcc66012c966613a19b5f16c3aff0ecc) format("woff"), url(/fonts/Nunito-SemiBoldItalic.ttf?470cce03071e90cdc48ccbbef6e51b07) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url(/fonts/Garamond-Bold.eot?4810fa78f33dbe56db46e1bc7a87e282);
  src: url(/fonts/Garamond-Bold.eot?4810fa78f33dbe56db46e1bc7a87e282?#iefix) format("embedded-opentype"), url(/fonts/Garamond-Bold.woff2?ea3619a1a02bb673c74c1c436ee32700) format("woff2"), url(/fonts/Garamond-Bold.woff?63a1c0e0e2f7e03ba94f0e42bfe3cf6a) format("woff"), url(/fonts/Garamond-Bold.ttf?5588805fc3a15348ddef75cdd3dc6675) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url(/fonts/Garamond.eot?dd1f6746a1c08c084ee1490ead5f1090);
  src: url(/fonts/Garamond.eot?dd1f6746a1c08c084ee1490ead5f1090?#iefix) format("embedded-opentype"), url(/fonts/Garamond.woff2?6261d0d92acb6d85489338473e30cbff) format("woff2"), url(/fonts/Garamond.woff?693e1ee102f9fa78a4efb9923e131519) format("woff"), url(/fonts/Garamond.ttf?46419e7fbecffed944a24d117e88169d) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans MT";
  src: url(/fonts/GillSansMT-Bold.eot?1c9b54b727087dd9e2922408a936fd23);
  src: url(/fonts/GillSansMT-Bold.eot?1c9b54b727087dd9e2922408a936fd23?#iefix) format("embedded-opentype"), url(/fonts/GillSansMT-Bold.woff2?5a960a215eea9e264b2b0e4f5cd6546a) format("woff2"), url(/fonts/GillSansMT-Bold.woff?2b33dcba3fe08989b09a1d7460660cf0) format("woff"), url(/fonts/GillSansMT-Bold.ttf?571717a6a2f2fef8a349adf3f964ece6) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans MT";
  src: url(/fonts/GillSansMT.eot?c09ef41722a4929174f1284fb9bbf466);
  src: url(/fonts/GillSansMT.eot?c09ef41722a4929174f1284fb9bbf466?#iefix) format("embedded-opentype"), url(/fonts/GillSansMT.woff2?7f416ce92c91efd45d0187d12adcdcf8) format("woff2"), url(/fonts/GillSansMT.woff?b53a1e06517cb2cf0e938e8e25211d61) format("woff"), url(/fonts/GillSansMT.ttf?1763573e8ad58a8bdab832241f562d23) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans MT";
  src: url(/fonts/GillSansMT-Italic.eot?e37afd8606f77ad5ea540386d017c7cf);
  src: url(/fonts/GillSansMT-Italic.eot?e37afd8606f77ad5ea540386d017c7cf?#iefix) format("embedded-opentype"), url(/fonts/GillSansMT-Italic.woff2?fb9359d741841bb62f8b0eb6b8152bb6) format("woff2"), url(/fonts/GillSansMT-Italic.woff?790225a68a34f6e15d542590b1a9ccc5) format("woff"), url(/fonts/GillSansMT-Italic.ttf?dea38cd9d693972781c177463e4f2908) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans MT";
  src: url(/fonts/GillSansMT-BoldItalic.eot?e93ef1811a4a2767746491a6c39d6f69);
  src: url(/fonts/GillSansMT-BoldItalic.eot?e93ef1811a4a2767746491a6c39d6f69?#iefix) format("embedded-opentype"), url(/fonts/GillSansMT-BoldItalic.woff2?470acb863655a1771b9fcef8669befb8) format("woff2"), url(/fonts/GillSansMT-BoldItalic.woff?12d3274b09989d41452ada677e887814) format("woff"), url(/fonts/GillSansMT-BoldItalic.ttf?ab0149b609a45950b27fa8bd641c1683) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*-------------------------
|   COLORS
---------------------------*/
/*-------------------------
|   TEXTS
---------------------------*/
/** 
 * EXTENDS
 * --
 * Set the default values according to your preference.
**/
.hm-frame1 .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cnt-frame2 .cnt-frame2__contact a, .blg-frame3 .blg-card .blg-img, .gen-contact .form-title .close, .gen-contact, footer a p, footer a, #header .nav-list .nav-list__item.dropdown .dropdown-list ul li a, #header .nav-list .nav-list__item.contact, #header .nav-list .nav-list__item a, .pagination .num a, .frm-desc a, .arrow-cntnr .arrow img, .arrow-cntnr .arrow, .slick-dots li button, .slick-arrow.slick-prev::before, .slick-arrow.slick-prev::after, .slick-arrow.slick-next::before, .slick-arrow.slick-next::after, .frm-input textarea, .frm-input input {
  transition: all 0.3s ease;
}

/*---------------------------------
|   Text Colors
-----------------------------------*/
.text--primary {
  color: #72A13E;
}

.text--primary--light {
  color: #A0E85D;
}

.text--primary--dark {
  color: #132626;
}

.text--secondary {
  color: #892F9E;
}

.text--secondary--light {
  color: #D05DE9;
}

.text--secondary--dark {
  color: #4A2952;
}

.text--yellow--100 {
  color: #FAE4BC;
}

.text--yellow--500 {
  color: #72A13E;
}

.text--yellow--600 {
  color: #E8C87F;
}

.text--yellow--700 {
  color: #DDA339;
}

.text--yellow--800 {
  color: #DA9627;
}

.text--yellow--900 {
  color: #892F9E;
}

.text--green--50 {
  color: #F6F9F3;
}

.text--green--100 {
  color: #4DE26F;
}

.text--green--200 {
  color: #28A745;
}

.text--green--300 {
  color: #135021;
}

.text--redOrange--100 {
  color: #FFBF7F;
}

.text--redOrange--200 {
  color: #FE7F00;
}

.text--redOrange--300 {
  color: #7F4000;
}

.text--red--100 {
  color: #FE8A65;
}

.text--red--200 {
  color: #C73101;
}

.text--red--300 {
  color: #641800;
}

.text--red--400 {
  color: #EB5757;
}

.text--blue--50 {
  color: #A0B1A5;
}

.text--blue--100 {
  color: #CADFFA;
}

.text--blue--200 {
  color: #2F80ED;
}

.text--skyBlue--50 {
  color: #56CCF2;
}

.text--orange--100 {
  color: #F2994A;
}

.text--white {
  color: #FFFFFF;
}

.text--gray--50 {
  color: #E6E6E6;
}

.text--gray--100 {
  color: #F5F5F5;
}

.text--gray--200 {
  color: #888888;
}

.text--gray--300 {
  color: #E0E0E0;
}

.text--gray--400 {
  color: #BDBDBD;
}

.text--gray--500 {
  color: #9E9E9E;
}

.text--gray--600 {
  color: #757575;
}

.text--gray--700 {
  color: #616161;
}

.text--gray--800 {
  color: #424242;
}

.text--gray--900 {
  color: #212121;
}

.text--black {
  color: #333333;
}

.text--grayD--50 {
  color: #F1F2f6;
}

.text--grayD--100 {
  color: #DFE4EA;
}

.text--grayD--200 {
  color: #C5CCD6;
}

.text--grayD--300 {
  color: #A1A9C2;
}

.text--grayD--400 {
  color: #737CA5;
}

.text--grayD--500 {
  color: #F4F8FC;
}

/*---------------------------------
|   Background Colors
-----------------------------------*/
.bg--primary {
  background-color: #72A13E;
}

.bg--secondary {
  background-color: #892F9E;
}

.bg--yellow--100 {
  background-color: #FAE4BC;
}

.bg--yellow--500 {
  background-color: #72A13E;
}

.bg--yellow--600 {
  background-color: #E8C87F;
}

.bg--yellow--700 {
  background-color: #DDA339;
}

.bg--yellow--800 {
  background-color: #DA9627;
}

.bg--yellow--900 {
  background-color: #892F9E;
}

.bg--green--50 {
  background-color: #F6F9F3;
}

.bg--green--100 {
  background-color: #4DE26F;
}

.bg--green--200 {
  background-color: #28A745;
}

.bg--green--300 {
  background-color: #135021;
}

.bg--redOrange--100 {
  background-color: #FFBF7F;
}

.bg--redOrange--200 {
  background-color: #FE7F00;
}

.bg--redOrange--300 {
  background-color: #7F4000;
}

.bg--red--100 {
  background-color: #FE8A65;
}

.bg--red--200 {
  background-color: #C73101;
}

.bg--red--300 {
  background-color: #641800;
}

.bg--red--400 {
  background-color: #EB5757;
}

.bg--blue--50 {
  background-color: #A0B1A5;
}

.bg--blue--100 {
  background-color: #CADFFA;
}

.bg--blue--200 {
  background-color: #2F80ED;
}

.bg--skyBlue--50 {
  background-color: #56CCF2;
}

.bg--orange--100 {
  background-color: #F2994A;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--gray--50 {
  background-color: #E6E6E6;
}

.bg--gray--100 {
  background-color: #F5F5F5;
}

.bg--gray--200 {
  background-color: #888888;
}

.bg--gray--300 {
  background-color: #E0E0E0;
}

.bg--gray--400 {
  background-color: #BDBDBD;
}

.bg--gray--500 {
  background-color: #9E9E9E;
}

.bg--gray--600 {
  background-color: #757575;
}

.bg--gray--700 {
  background-color: #616161;
}

.bg--gray--800 {
  background-color: #424242;
}

.bg--gray--900 {
  background-color: #212121;
}

.bg--black {
  background-color: #333333;
}

.bg--grayD--50 {
  background-color: #F1F2f6;
}

.bg--grayD--100 {
  background-color: #DFE4EA;
}

.bg--grayD--200 {
  background-color: #C5CCD6;
}

.bg--grayD--300 {
  background-color: #A1A9C2;
}

.bg--grayD--400 {
  background-color: #737CA5;
}

.bg--grayD--500 {
  background-color: #F4F8FC;
}

html {
  font-size: 1rem;
  font-family: Gill Sans MT, sans-serif;
  line-height: 1.5;
}
html h1, html h2, html h3, html h4, html h5, html h6, html p, html blockquote, html pre, html a, html span,
html small, html strong, html ol, html ul, html li, html label, html th, html td {
  font-family: Gill Sans MT, sans-serif;
  line-height: 1.5;
}
html b, html strong {
  font-weight: bold;
}

body {
  font-family: inherit;
}

h1 {
  font-size: 1.938rem;
  font-weight: normal;
}
h1 span, h1 b, h1 strong, h1 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h2 {
  font-size: 1.563rem;
  font-weight: normal;
}
h2 span, h2 b, h2 strong, h2 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
h3 span, h3 b, h3 strong, h3 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h4 {
  font-size: 1rem;
  font-weight: normal;
}
h4 span, h4 b, h4 strong, h4 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h5 {
  font-size: 0.875rem;
  font-weight: normal;
}
h5 span, h5 b, h5 strong, h5 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h6 {
  font-size: 0.75rem;
  font-weight: normal;
}
h6 span, h6 b, h6 strong, h6 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

small {
  font-size: 0.75rem;
}
small span, small b, small strong, small a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

p, span, b, strong, a {
  font-size: 1rem;
}
p span, p b, p strong, p a, span span, span b, span strong, span a, b span, b b, b strong, b a, strong span, strong b, strong strong, strong a, a span, a b, a strong, a a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

/*---------------------------------
|   Font Family
-----------------------------------*/
.font--main {
  font-family: Gill Sans MT, sans-serif;
}

.font--secondary {
  font-family: Garamond, sans-serif;
}

/*---------------------------------
|   Font Sizes
-----------------------------------*/
.font--size--default {
  font-size: 1rem;
}

.font--h1 {
  font-size: 1.938rem;
}

.font--h2 {
  font-size: 1.563rem;
}

.font--h3 {
  font-size: 1.25rem;
}

.font--h4 {
  font-size: 1rem;
}

.font--h5 {
  font-size: 0.875rem;
}

.font--h6 {
  font-size: 0.75rem;
}

.font--21 {
  font-size: 1.313rem;
}

.font--13 {
  font-size: 0.813rem;
}

.font--10 {
  font-size: 0.625rem;
}

.font--small {
  font-size: 0.625rem;
}

.font--big {
  font-size: 3.063rem;
  line-height: 3.446rem;
}

/*---------------------------------
|   Font Weight
-----------------------------------*/
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 1.563rem;
  }
  h1.font--big {
    font-size: 1.938rem;
    line-height: 2.625rem;
  }

  h3 {
    line-height: 2rem !important;
  }
}
/*
* Frame Container
* frm-cntnr : frame contianer
*/
.frm-cntnr {
  position: relative;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
}
.frm-cntnr.align-r {
  margin: 0;
  margin-left: auto;
}
.frm-cntnr.align-l {
  margin: 0;
  margin-right: auto;
}
.frm-cntnr hr {
  border-top: solid 1px #72A13E !important;
}

/*
* Vertical
*/
.vertical-parent {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.vertical-align.align-t {
  vertical-align: top;
}
.vertical-align.align-b {
  vertical-align: bottom;
}

/*
* flex
*/
.display--flex {
  display: flex;
}
.display--flex.flex--wrap {
  flex-wrap: wrap;
}

/*
* Justify
*/
.justify--between {
  justify-content: space-between;
}

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

/*
* Inline
*/
.inlineBlock-parent > * {
  display: inline-block;
  vertical-align: middle;
}
.inlineBlock-parent > *.align-t {
  vertical-align: top;
}
.inlineBlock-parent > *.align-b {
  vertical-align: bottom;
}

/*
* Text Align
*/
.align-l {
  text-align: left;
}

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

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

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

/*
* Margin
*/
.s-margin {
  margin: 10px;
}

.m-margin {
  margin: 20px;
}

.l-margin {
  margin: 40px;
}

.s-margin-l {
  margin-left: 10px;
}

.m-margin-l {
  margin-left: 20px;
}

.l-margin-l {
  margin-left: 40px;
}

.s-margin-r {
  margin-right: 10px;
}

.m-margin-r {
  margin-right: 20px;
}

.l-margin-r {
  margin-right: 40px;
}

.s-margin-lr {
  margin: 0 10px;
}

.m-margin-lr {
  margin: 0 20px;
}

.l-margin-lr {
  margin: 0 40px;
}

.s-margin-t {
  margin-top: 10px;
}

.m-margin-t {
  margin-top: 20px;
}

.l-margin-t {
  margin-top: 40px;
}

.s-margin-b {
  margin-bottom: 10px;
}

.m-margin-b {
  margin-bottom: 20px;
}

.l-margin-b {
  margin-bottom: 40px;
}

.s-margin-tb {
  margin: 10px 0;
}

.m-margin-tb {
  margin: 20px 0;
}

.l-margin-tb {
  margin: 40px 0;
}

/*
* Width
*/
.width--20 {
  width: 20%;
}

.width--25 {
  width: 25%;
}

.width--30 {
  width: 30%;
}

.width--33 {
  width: 33%;
}

.width--35 {
  width: 35%;
}

.width--40 {
  width: 40%;
}

.width--45 {
  width: 45%;
}

.width--50 {
  width: 50%;
}

.width--55 {
  width: 55%;
}

.width--60 {
  width: 60%;
}

.width--65 {
  width: 65%;
}

.width--70 {
  width: 70%;
}

.width--75 {
  width: 75%;
}

.width--80 {
  width: 80%;
}

.width--85 {
  width: 85%;
}

.width--90 {
  width: 90%;
}

.width--95 {
  width: 95%;
}

.width--100 {
  width: 100%;
}

/*
* Height
*/
.height--50 {
  height: 50%;
}

.height--60 {
  height: 60%;
}

.height--70 {
  height: 70%;
}

.height--80 {
  height: 80%;
}

.height--90 {
  height: 90%;
}

.height--100 {
  height: 100%;
}

/** 
 * Image
 * img : image
 */
.img-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.btn {
  display: block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 72px;
  padding: 24px 62px;
  font-size: 1rem;
  border: 1px solid #72A13E;
  box-sizing: border-box;
  font-weight: 700;
  font-family: Gill Sans MT, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333333;
}
.btn:hover {
  background-color: #72A13E;
  color: #FFFFFF;
}
.btn.green {
  background-color: #72A13E;
  color: #FFFFFF;
}
.btn.green:hover {
  background-color: transparent;
  color: #72A13E;
}
.btn:hover {
  background-color: #72A13E;
  color: #FFFFFF;
}
.btn.white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.white:hover {
  border-color: #72A13E;
}
.btn.green {
  background-color: #72A13E;
  color: #FFFFFF;
}
.btn.green:hover {
  background-color: transparent;
  color: #72A13E;
}
.btn.min {
  min-width: 165px;
}
.btn.curve-corners {
  border-radius: 3px;
}
.btn.btn-primary {
  background-color: #72A13E;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: #892F9E;
}
.btn.btn-primary.disabled {
  pointer-events: none;
  background-color: #E0E0E0;
  color: #212121;
}
.btn.btn-secondary {
  background-color: #892F9E;
  color: #FFFFFF;
}
.btn.btn-secondary:hover {
  background-color: #72A13E;
}
.btn.btn-secondary.disabled {
  pointer-events: none;
  background-color: #E0E0E0;
  color: #212121;
}
.btn.btn-outline-primary {
  border: 1px solid #72A13E;
  background-color: #FFFFFF;
  color: #72A13E;
}
.btn.btn-outline-primary:hover {
  color: #892F9E;
  border: 1px solid #892F9E;
}
.btn.btn-outline-primary.disabled {
  pointer-events: none;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}
.btn.btn-outline-secondary {
  border: 1px solid #892F9E;
  background-color: #FFFFFF;
  color: #892F9E;
}
.btn.btn-outline-secondary:hover {
  color: #72A13E;
  border: 1px solid #72A13E;
}
.btn.btn-outline-secondary.disabled {
  pointer-events: none;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}
.btn.btn-outline-primary-fill {
  border: 1px solid #72A13E;
  background-color: #FFFFFF;
  color: #72A13E;
}
.btn.btn-outline-primary-fill:hover {
  background-color: #892F9E;
  color: #FFFFFF;
  border: 1px solid #892F9E;
}
.btn.btn-outline-primary-fill.disabled {
  pointer-events: none;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}
.btn.btn-outline-secondary-fill {
  border: 1px solid #892F9E;
  background-color: #FFFFFF;
  color: #892F9E;
}
.btn.btn-outline-secondary-fill:hover {
  background-color: #72A13E;
  color: #FFFFFF;
  border: 1px solid #72A13E;
}
.btn.btn-outline-secondary-fill.disabled {
  pointer-events: none;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}
.btn.btn-small {
  height: 36px;
  padding: 0px 16px;
  font-size: 0.875rem;
  color: #333333;
}
.btn.btn-small:hover {
  color: #FFFFFF;
}
.btn.disabled {
  border-color: #888888;
  color: #888888;
  cursor: default;
}
.btn.disabled:hover {
  border-color: #888888;
  color: #888888;
  background-color: transparent;
  cursor: default;
}
.btn.btn-icon {
  padding: 10px 20px;
}
.btn.btn-icon img {
  display: inline-block;
}
.btn.btn-icon span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.frm-input {
  position: relative;
  text-align: left;
}
.frm-input.fill input {
  border-color: transparent;
  padding-top: 30px;
}
.frm-input label {
  z-index: 9;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
  margin-bottom: 4px;
}
.frm-input #headlessui-listbox-button-2 {
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  border-radius: 32px;
  font-size: 0.875rem;
  color: #212121;
  background-color: #F4F8FC;
  border-color: transparent;
}
.frm-input input {
  width: 100%;
  height: 60px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: #333333;
  background-color: #E6E6E6;
  border-color: transparent;
}
.frm-input input::-moz-placeholder {
  color: #888888;
}
.frm-input input:-ms-input-placeholder {
  color: #888888;
}
.frm-input input::placeholder {
  color: #888888;
}
.frm-input input:focus {
  outline: 0;
  --tw-ring-color: transparent;
  border-color: transparent;
}
.frm-input textarea {
  width: 100%;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: #333333;
  background-color: #E6E6E6;
  border-color: transparent;
  resize: none;
}
.frm-input textarea::-moz-placeholder {
  color: #888888;
}
.frm-input textarea:-ms-input-placeholder {
  color: #888888;
}
.frm-input textarea::placeholder {
  color: #888888;
}
.frm-input textarea:focus {
  outline: 0;
  --tw-ring-color: transparent;
  border-color: transparent;
}
.frm-input select {
  width: 100%;
  height: 60px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: #333333;
  background-color: #E6E6E6;
  border-color: transparent;
}
.frm-input select:focus {
  outline: 0;
  --tw-ring-color: transparent;
  border-color: transparent;
}
.frm-input .show-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
}
.frm-input .v3dp__popout {
  position: relative !important;
}

.show-calendar {
  position: relative;
}
.show-calendar input {
  display: none;
}
.show-calendar .v3dp__popout {
  display: inline-block !important;
  width: 100% !important;
}
.show-calendar .v3dp__popout:last-child {
  position: relative !important;
}
.show-calendar .legends-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(150%);
}
.show-calendar .legends-holder .legend {
  position: relative;
}
.show-calendar .legends-holder .legend .circle {
  position: absolute;
  left: -20px;
  z-index: 99;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.show-calendar .legends-holder .legend .circle.green {
  background-color: green;
}
.show-calendar .legends-holder .legend .circle.red {
  background-color: red;
}
.show-calendar .legends-holder .legend span {
  font-size: 12px;
}

.frm-input-time {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 60px;
  position: relative;
}
.frm-input-time .time-select-holder {
  position: absolute;
  bottom: 0;
  left: 0;
}
.frm-input-time select {
  border: none;
}

.slick-arrow button {
  height: 23px;
  padding: 0;
  border: unset;
  background-color: transparent;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  z-index: 5;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-prev::after, .slick-arrow.slick-next::before, .slick-arrow.slick-next::after {
  content: "";
  display: block;
  border-color: #72A13E;
  opacity: 1;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  width: 16px;
  height: 16px;
  border-left: 4px solid;
  border-top: 4px solid;
  transform: rotate(-45deg);
  border-radius: 4px;
  color: #72A13E;
}
.slick-arrow.slick-prev:hover::before, .slick-arrow.slick-prev:hover::after, .slick-arrow.slick-next:hover::before, .slick-arrow.slick-next:hover::after {
  border-color: #72A13E;
}
.slick-arrow.slick-next {
  transform: scaleX(-1);
}

.carousel-arrow .arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.34s ease;
}
.carousel-arrow .left-arrow {
  left: -10px;
}
.carousel-arrow .left-arrow:hover {
  filter: grayscale(0);
  opacity: 1;
}
.carousel-arrow .right-arrow {
  right: -10px;
}
.carousel-arrow .right-arrow:hover {
  filter: grayscale(0);
  opacity: 1;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 12px;
}
.slick-dots li.slick-active button {
  background-color: #72A13E;
}
.slick-dots li.slick-active button:hover {
  background-color: #72A13E;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #E6E6E6;
  border-radius: 50%;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li button:hover {
  background-color: #8cbd55;
}

.btn-prev,
.btn-next {
  cursor: pointer;
}
.btn-prev img,
.btn-next img {
  transition: all ease 0.5s;
}
.btn-prev:hover img,
.btn-next:hover img {
  transform: translateY(-2px);
}
.btn-prev.btn-up img, .btn-prev.btn-down img,
.btn-next.btn-up img,
.btn-next.btn-down img {
  transform: rotate(90deg);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #72A13E;
  opacity: 0.5;
  margin-right: 8px;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #72A13E;
}

.type-2 {
  text-align: left;
}
.type-2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  margin-right: 26px !important;
  margin-left: 0 !important;
  background: #464646;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.type-2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #72A13E;
}
.type-2.white .swiper-pagination-bullet {
  margin-right: 23px !important;
  background: #fff;
}
.type-2.white .swiper-pagination-bullet-active {
  opacity: 1;
  background: #72A13E;
}

.arrow-cntnr .arrow {
  position: absolute;
  top: 50%;
  background-color: #FFFFFF;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}
.arrow-cntnr .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  filter: invert(1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.arrow-cntnr .arrow:hover {
  background-color: #333333;
}
.arrow-cntnr .arrow:hover img {
  filter: invert(0);
}
.arrow-cntnr .left-arrow {
  transform: translateY(-50%);
  left: 40px;
}
.arrow-cntnr .left-arrow img {
  transform: translate(-53%, -50%) rotate(180deg);
}
.arrow-cntnr .right-arrow {
  transform: translateY(-50%);
  right: 40px;
}
.arrow-cntnr .right-arrow img {
  transform: translate(-35%, -50%);
}

@media screen and (max-width: 1024px) {
  .arrow-cntnr .arrow {
    width: 36px;
    height: 36px;
    top: 150px;
  }

  .arrow-cntnr .left-arrow {
    left: 16px;
  }

  .arrow-cntnr .right-arrow {
    right: 16px;
  }

  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }

  .carousel-arrow .left-arrow {
    left: 16px;
  }
  .carousel-arrow .right-arrow {
    right: 16px;
  }
  .carousel-arrow .arrow {
    top: 75%;
    filter: grayscale(0);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  height: 100% !important;
  width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: scale;
  text-rendering: optimizeLegibility;
  color: #212121;
  line-height: 1.5;
  width: 100%;
}

.scroll-custom {
  padding-right: 5px;
}

.scroll-custom::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}

/* Track */
.scroll-custom::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-custom::-webkit-scrollbar-thumb {
  background: #E0E0E0;
}

/* Handle on hover */
.scroll-custom::-webkit-scrollbar-thumb:hover {
  background: #9E9E9E;
}

.frm-desc h1, .frm-desc h2, .frm-desc h3, .frm-desc h4, .frm-desc h5, .frm-desc h6, .frm-desc strong {
  font-weight: bold;
}
.frm-desc a {
  color: #72A13E;
}
.frm-desc a:hover {
  color: #3e5722;
}
.frm-desc img,
.frm-desc iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}
.frm-desc table {
  max-width: 100% !important;
}
.frm-desc ol, .frm-desc ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.frm-desc li {
  margin-bottom: 16px;
}
.frm-desc li::marker {
  color: #892F9E;
}
.frm-desc li:last-child {
  margin-bottom: 0;
}

.frm-cntnr {
  max-width: 1440px;
}

.height-full {
  height: calc(100vh - 75px);
}

.pagination .num a {
  color: #888888;
}
.pagination .num a:hover {
  color: #72A13E;
}

.gen-frame {
  position: relative;
}
.gen-frame .frm-cntnr {
  z-index: 2;
  max-width: 1054px;
  margin: auto;
}
.gen-frame__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 85px;
  padding: 0 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #72A13E;
}
.gen-frame__header h1 {
  font-size: 4.75rem;
  line-height: 5rem;
}
.gen-frame__text > p {
  font-size: 20px;
  color: #FFFFFF;
}
.gen-frame .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 670px;
  background: #FFFFFF;
  z-index: 1;
}

.html-editor__box.black > p {
  font-size: 20px;
  color: #000;
}
.html-editor__box.white > p {
  font-size: 20px;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .gen-frame .frm-cntnr {
    padding: 52px 16px;
    padding-bottom: 80px;
  }
  .gen-frame__header {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .gen-frame__header h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .gen-frame .white-bg {
    height: 288px;
  }
  .gen-frame__text * {
    line-height: 2rem;
  }

  .pagination {
    justify-content: space-between;
    width: 100%;
  }
  .pagination .prev {
    margin-right: auto;
  }
  .pagination .num {
    gap: 1rem;
  }
  .pagination .next {
    margin-left: auto;
  }
}
.animate-up {
  transform: translateY(10px);
  opacity: 0;
}

.spacing {
  height: 93px;
}

#header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  /* Icon 1 */
}
#header .logo-hldr img {
  width: 45px;
}
#header .nav-list .nav-list__item .open-btn {
  display: none;
}
#header .nav-list .nav-list__item a {
  color: #888888;
}
#header .nav-list .nav-list__item a:hover {
  color: #72A13E;
}
#header .nav-list .nav-list__item.current {
  background-color: #72A13E;
  border-radius: 0.5rem;
}
#header .nav-list .nav-list__item.current a {
  color: #FFFFFF;
}
#header .nav-list .nav-list__item.contact {
  border: 2px solid #FFFFFF;
}
#header .nav-list .nav-list__item.contact:hover {
  border: 2px solid #72A13E;
  background: #FFFFFF;
}
#header .nav-list .nav-list__item.contact:hover a {
  color: #72A13E;
}
#header .nav-list .nav-list__item.active {
  background-color: #72A13E;
  border-radius: 0.5rem;
}
#header .nav-list .nav-list__item.active a {
  color: #FFFFFF;
}
#header .nav-list .nav-list__item.dropdown {
  position: relative;
}
#header .nav-list .nav-list__item.dropdown:hover .dropdown-list {
  display: block;
}
#header .nav-list .nav-list__item.dropdown .dropdown-list {
  position: absolute;
  display: none;
  padding-top: 30px;
}
#header .nav-list .nav-list__item.dropdown .dropdown-list .dropdown-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
}
#header .nav-list .nav-list__item.dropdown .dropdown-list ul li.current a {
  color: #72A13E;
}
#header .nav-list .nav-list__item.dropdown .dropdown-list ul li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}
#header .nav-list .nav-list__item.dropdown .dropdown-list ul li a:hover {
  color: #72A13E;
}
#header .sub-menu {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  height: calc(100vh - 68px);
  background-color: #FFFFFF;
  padding: 0 16px;
  transform: translateX(120%);
  transition: all 0.5s ease;
}
#header .sub-menu.open {
  transform: translateX(0);
}
#header .sub-menu .sub-menu__wrapper {
  padding-top: 1.5rem;
}
#header .sub-menu .sub-menu__wrapper ul {
  gap: 0;
}
#header .sub-menu .sub-menu__wrapper ul li {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #888888;
  padding: 24px 0;
  border-bottom: 1px solid #E6E6E6;
}
#header .sub-menu .sub-menu__wrapper ul li.current {
  color: #72A13E;
}
#header .sub-menu .parent-title {
  padding: 24px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
#header .sub-menu .parent-title .close-btn {
  transform: rotate(180deg);
}
#header .mobile-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#header #nav-icon1 {
  width: 24px;
  height: 16px;
  position: relative;
  float: right;
  transform: rotate(0deg);
  transition: 0.34s ease-in-out;
  cursor: pointer;
}
#header #nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333333;
  opacity: 1;
  right: 0;
  border-radius: 5px;
  transform: rotate(0deg);
  transition: 0.34s ease-in-out;
}
#header #nav-icon1 span:nth-child(1) {
  top: 0px;
}
#header #nav-icon1 span:nth-child(2) {
  top: 6px;
  left: auto;
  width: 24px;
}
#header #nav-icon1 span:nth-child(3) {
  top: 12px;
  width: 24px;
}
#header #nav-icon1.open {
  height: 30px;
}
#header #nav-icon1.open span:nth-child(1) {
  top: 14px;
  width: 100%;
  transform: rotate(-135deg);
}
#header #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
#header #nav-icon1.open span:nth-child(3) {
  top: 14px;
  width: 100%;
  transform: rotate(135deg);
}

@media screen and (max-width: 1260px) {
  #header .nav-list__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: 16px;
  }
  #header .nav-list__item a {
    font-size: 1rem;
  }
  #header .nav-list__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .spacing {
    height: 69px;
  }

  #header .header-wrapper {
    padding: 12px 16px;
  }
  #header .mobile-menu {
    display: block;
  }
  #header .nav-menu {
    position: fixed;
    top: 68px;
    left: 0;
    padding: 0 1rem;
    padding-top: 1.5rem;
    width: 100%;
    height: calc(100vh - 68px);
    background-color: #FFFFFF;
    transform: translateX(120%);
    transition: all 0.5s ease;
  }
  #header .nav-menu.open {
    transform: translateX(0);
  }
  #header .nav-menu .nav-list {
    display: block;
    border-top: 1px solid #E6E6E6;
  }
  #header .nav-menu .nav-list .nav-list__item {
    padding: 1.5rem 0;
    margin-right: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  #header .nav-menu .nav-list .nav-list__item .open-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
  }
  #header .nav-menu .nav-list .nav-list__item.dropdown:hover .dropdown-list {
    display: none;
  }
  #header .nav-menu .nav-list .nav-list__item a {
    font-size: 1.563rem;
    font-family: Garamond, sans-serif;
    text-transform: none;
  }
  #header .nav-menu .nav-list .nav-list__item.current {
    background-color: transparent;
    border-radius: 0;
  }
  #header .nav-menu .nav-list .nav-list__item.current a {
    color: #72A13E;
  }
  #header .nav-menu .nav-list .nav-list__item.contact {
    margin-top: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 24px 64px;
  }
  #header .nav-menu .nav-list .nav-list__item.contact a {
    font-size: 1rem;
    font-family: Gill Sans MT, sans-serif;
    text-transform: uppercase;
  }
}
footer {
  position: relative;
  background-color: #132626;
  color: #FFFFFF;
}
footer a:hover {
  color: #72A13E;
}
footer a:hover p {
  color: #72A13E;
}

.ftr-location-item p {
  color: #F6F9F3;
}

.footer-contact {
  position: relative;
  width: 100%;
}
.footer-contact .footer-img {
  position: relative;
}
.footer-contact .footer-img img {
  transform: translateX(150px);
}
.footer-contact .footer-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(105.23deg, #892F9E 39.9%, rgba(137, 47, 158, 0) 90.54%);
  width: 100%;
  height: 100%;
}
.footer-contact .footer-contact__content {
  position: absolute;
  left: 156px;
  top: 40%;
  width: 513px;
  z-index: 2;
}

.gen-contact {
  position: fixed;
  top: 93px;
  left: 0;
  width: 100%;
  height: calc(100vh - 93px);
  background-color: #FFFFFF;
  z-index: 9;
  overflow: auto;
  transform: translateY(120%);
  opacity: 0;
}
.gen-contact.open {
  transform: translateY(0);
  opacity: 1;
}
.gen-contact .form-title {
  position: relative;
}
.gen-contact .form-title .close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  filter: grayscale(1);
  cursor: pointer;
}
.gen-contact .form-title .close:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 1024px) {
  #footer .footer-wrapper {
    padding: 40px 16px;
  }
  #footer .ftr-location {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #footer .ftr-link__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #footer .ftr-link__wrapper .col-title {
    margin-bottom: 1rem;
  }
  #footer .ftr-link__wrapper a {
    margin-bottom: 1rem;
  }
  #footer .ftr-link__wrapper a:last-child {
    margin-bottom: 0;
  }
  #footer .ftr-bottom {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  #footer .ftr-bottom .privacy-policy {
    margin-right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    order: 2;
  }
  #footer .ftr-bottom .copyrights {
    width: 60%;
  }

  .footer-contact {
    background-color: #892F9E;
  }
  .footer-contact .footer-contact__content {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 80px 16px;
  }
  .footer-contact .footer-img img {
    transform: translateX(0);
  }
  .footer-contact .footer-img .overlay {
    background: linear-gradient(180deg, #892F9E 0%, rgba(0, 0, 0, 0) 25.47%);
  }

  .gen-contact {
    height: calc(100vh - 68px);
    top: 68px;
  }
  .gen-contact form {
    position: relative;
    top: 180px;
  }
  .gen-contact .form-wrapper {
    width: 100%;
    padding: 0 16px;
    padding-bottom: 80px;
  }
  .gen-contact .form-wrapper .frm-input-wrapper {
    display: block;
  }
}
/*
| Home Page
*/
.hm-frame1 .carousel-item {
  width: 100%;
  height: calc(100vh - 93px);
}
.hm-frame1__carousel {
  margin-bottom: 0;
}
.hm-frame1__carousel .slick-dots {
  bottom: 24px;
}

.hm-frame2 .left-cntnr h1 {
  font-size: 3.063rem;
  line-height: 3.446rem;
}

.hm-frame3 {
  position: relative;
  background: #F6F9F3;
}
.hm-frame3__content {
  position: relative;
  z-index: 2;
}
.hm-frame3 .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, -50%);
  width: 234px;
  height: 270px;
}
.hm-frame3 .quote img {
  position: absolute;
  width: 234px;
  top: 0;
  left: 0;
}
.hm-frame3 .quote img:first-child {
  transform: translate(35px, -42px);
}
.hm-frame3 .quote img:nth-child(2) {
  opacity: 0.8;
}
.hm-frame3 .quote img:last-child {
  transform: translate(-35px, 49px);
  opacity: 0.5;
}

.hm-frame4__img {
  width: 405px;
}
.hm-frame4__desc > p {
  font-size: 20px;
}

.hm-frame5 {
  background: #F6F9F3;
}
.hm-frame5 .hm-frame5__packages .package-card {
  border-top: 1px solid #e6e6e6;
}
.hm-frame5 .hm-frame5__packages .package-card:nth-child(2n) .detail-container {
  order: 2;
}
.hm-frame5 .hm-frame5__packages .package-card:nth-child(2n) .image-container {
  order: 1;
}
.hm-frame5 .hm-frame5__packages .package-card:nth-child(2n) .image-container .package-img .quote-img .left {
  display: block;
}
.hm-frame5 .hm-frame5__packages .package-card:nth-child(2n) .image-container .package-img .quote-img .right {
  display: none;
}
.hm-frame5 .hm-frame5__packages .package-details ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.hm-frame5 .hm-frame5__packages .package-details ul li:first-child {
  padding-top: 0;
}
.hm-frame5 .hm-frame5__packages .package-details ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.hm-frame5 .hm-frame5__packages .image-container {
  width: 623px;
}
.hm-frame5 .hm-frame5__packages .image-container .package-img {
  position: relative;
}
.hm-frame5 .hm-frame5__packages .image-container .package-img .quote-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 234px;
  transform: translate(18px, 20px);
  opacity: 0.7;
}
.hm-frame5 .hm-frame5__packages .image-container .package-img .quote-img .left {
  display: none;
}

.hm-frame6__vid {
  position: relative;
  width: 730px;
}
.hm-frame6__vid .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  cursor: pointer;
}

.hm-frame7 .hm-frame7__images-wrapper {
  width: 100%;
  cursor: pointer;
}

@-webkit-keyframes animatedGallery {
  to {
    transform: translateX(calc(var(--blocks) * -100% - 30px));
  }
}

@keyframes animatedGallery {
  to {
    transform: translateX(calc(var(--blocks) * -100% - 30px));
  }
}
.block-preview-gallery {
  overflow: hidden;
}

.block-preview-gallery__item {
  background-color: #72A13E;
}

.block-preview-gallery__media {
  position: relative;
}

.block-preview-gallery__slide {
  flex-shrink: 0;
  grid-gap: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 400%;
  -webkit-animation: animatedGallery 50s linear infinite;
          animation: animatedGallery 50s linear infinite;
}

.block-preview-gallery__grid {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

@media print, screen and (min-width: 768px) {
  .block-preview-gallery__grid {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    grid-template-rows: repeat(2, 25vw);
  }

  .block-preview-gallery__slide {
    grid-auto-columns: 100%;
  }

  .block-preview-gallery__grid.has-5-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .block-preview-gallery__grid.has-5-items .block-preview-gallery__item:nth-child(5n),
.block-preview-gallery__grid.has-5-items .block-preview-gallery__item:nth-child(6n) {
    grid-row: span 2;
    grid-column: span 3;
  }

  .block-preview-gallery__grid.has-4-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .block-preview-gallery__grid.has-3-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .block-preview-gallery__grid.has-3-items .block-preview-gallery__item:first-child {
    grid-row: span 2;
    grid-column: span 2;
  }

  .block-preview-gallery__grid.has-1-items,
.block-preview-gallery__grid.has-2-items {
    grid-template-columns: minmax(0, 1fr);
  }

  .block-preview-gallery__grid.has-1-items .block-preview-gallery__item {
    grid-row: span 2;
  }
}
.block-side-image-cta {
  position: relative;
}

.hm-frame8 .item-wrapper {
  position: relative;
}
.hm-frame8 .item-wrapper .quote {
  position: absolute;
  bottom: 68px;
  left: -52.5px;
  width: 105px;
}
.hm-frame8 .item-wrapper .quote.right {
  bottom: -34.87px;
  left: auto;
  right: -52.5px;
}
.hm-frame8 .item-wrapper .quote.right img {
  transform: rotate(180deg);
}
.hm-frame8 .item-wrapper .item-text {
  position: relative;
  z-index: 2;
}
.hm-frame8__carousel .slick-list {
  overflow: visible !important;
}
.hm-frame8__carousel .carousel-item {
  opacity: 0;
  transition: 1s all ease;
}
.hm-frame8__carousel .carousel-item.slick-active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .hm-frame1 .carousel-item {
    height: 56.5vh;
  }

  .hm-frame2 .frm-cntnr {
    padding: 40px 16px;
  }
  .hm-frame2 .hm-frame2__wrapper {
    align-items: baseline;
  }
  .hm-frame2 .left-cntnr h1 {
    width: 100%;
    font-size: 1.938rem;
    line-height: 2.625rem;
  }
  .hm-frame2 .right-cntnr p {
    width: 100%;
  }
  .hm-frame2 .hm-frame2__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .hm-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .hm-frame3 .quote {
    transform: translate(-50%, -50%);
  }

  .hm-frame4 .frm-cntnr {
    padding: 80px 16px;
  }
  .hm-frame4__wrapper {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .hm-frame4__desc {
    width: 100%;
  }
  .hm-frame4 .left-cntnr {
    order: 2;
  }
  .hm-frame4 .hm-frame4__img {
    width: 100%;
  }

  .hm-frame5 .frm-cntnr {
    padding: 80px 16px;
    padding-bottom: 0;
  }
  .hm-frame5__header {
    width: 100%;
  }
  .hm-frame5 .hm-frame5__packages .package-card {
    flex-direction: column;
    gap: 80px;
  }
  .hm-frame5 .hm-frame5__packages .package-card:nth-child(2n) .detail-container {
    order: 1;
  }
  .hm-frame5 .hm-frame5__packages .image-container {
    width: 100%;
  }
  .hm-frame5 .hm-frame5__packages .image-container .package-img .quote-img {
    width: 128px;
  }
  .hm-frame5 .hm-frame5__packages .detail-container {
    width: 100%;
  }

  .hm-frame6 .frm-cntnr {
    padding: 80px 16px;
  }
  .hm-frame6__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .hm-frame6 .hm-frame6__vid {
    width: 100%;
  }
  .hm-frame6__desc {
    width: 100%;
  }

  .hm-frame7 .hm-frame7__images-wrapper {
    overflow: hidden;
  }
  .hm-frame7 .hm-frame7__images {
    -webkit-animation: none;
            animation: none;
    display: block;
    width: 100%;
    grid-template-columns: unset;
    grid-template-rows: unset;
    margin-bottom: 0;
  }
  .hm-frame7 .hm-frame7__images .img-hldr {
    width: 100%;
    margin-right: 16px;
  }

  .hm-frame8 .frm-cntnr {
    width: 100%;
    padding: 80px 16px;
  }
  .hm-frame8 .item-wrapper {
    width: 100%;
  }
  .hm-frame8 .item-wrapper .quote {
    width: 66px;
    left: 0;
  }
  .hm-frame8 .item-wrapper .quote.right {
    right: 0;
    bottom: 0;
  }
}
/*
| About Page
*/
/* History */
.hstry-frame3 .timeline-holder {
  position: relative;
  width: 100%;
}
.hstry-frame3 .timeline-holder .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #e6e6e6;
}
.hstry-frame3 .timeline-holder .line .dot1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 100%;
  transform: translateX(-50%);
}
.hstry-frame3 .timeline-holder .line .dot2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 100%;
  transform: translateX(-50%);
}
.hstry-frame3 .timeline-holder .timeline-item {
  position: relative;
}
.hstry-frame3 .timeline-holder .timeline-item .dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #72A13E;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hstry-frame3 .timeline-holder .timeline-item:nth-child(2n) .timeline-year {
  text-align: right;
}
.hstry-frame3 .timeline-holder .timeline-item:nth-child(2n) .timeline-details {
  order: 2;
}

/* Careers */
/* Vision and Mission */
.vm-frame2 .frm-cntnr {
  max-width: 1054px;
}

.vm-frame3 .frm-cntnr {
  max-width: 1054px;
}
.vm-frame3 .html-editor__list ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
}

.vm-frame4 .values-hldr .values-icon {
  width: 90px;
}
.vm-frame4 .values-hldr .values-details ul li {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.25rem;
}
.vm-frame4 .values-hldr .values-details ul li:last-child {
  margin-bottom: 0;
}

/* Order of the ministers */
.odr-frame2 .odr-frame2__content > p,
.odr-frame2 .pillar-content > p {
  font-size: 20px;
}

.odr-frame3 .odr-frame3__desc > p {
  font-size: 20px;
}
.odr-frame3 .ministry-card:nth-child(2n) .ministry-content {
  order: 2;
}
.odr-frame3 .ministry-card .ministry-content__desc > p {
  font-size: 20px;
}

.ldrshp-frame2 .staff-pos > p {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .hstry-frame2 .frm-cntnr {
    padding: 80px 16px;
  }
  .hstry-frame2__wrapper {
    flex-direction: column;
    gap: 52px;
  }
  .hstry-frame2__wrapper .left-cntnr {
    width: 100%;
    order: 2;
  }
  .hstry-frame2__wrapper .right-cntnr {
    width: 100%;
  }

  .hstry-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .hstry-frame3 .timeline-wrapper {
    gap: 40px;
    padding: 80px 0;
  }
  .hstry-frame3 .timeline-holder .timeline-item {
    flex-direction: column;
    padding: 16px;
  }
  .hstry-frame3 .timeline-holder .timeline-item .dot {
    top: 0;
    transform: translate(-50%, 30px);
  }
  .hstry-frame3 .timeline-holder .timeline-item .timeline-details {
    width: 100%;
    order: 2;
    background-color: #F6F9F3;
  }
  .hstry-frame3 .timeline-holder .timeline-item .timeline-year {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
  }
  .hstry-frame3 .timeline-holder .timeline-item .timeline-year h1 {
    font-size: 3rem;
  }
  .hstry-frame3 .timeline-holder .timeline-item:nth-child(2n) .timeline-year {
    text-align: left;
  }

  .hstry-frame4 .frm-cntnr {
    padding: 80px 16px;
  }
  .hstry-frame4__wrapper {
    flex-direction: column;
    gap: 80px;
  }
  .hstry-frame4__wrapper .left-cntnr {
    width: 100%;
  }
  .hstry-frame4__wrapper .right-cntnr {
    width: 100%;
  }

  .vm-frame2 .frm-cntnr {
    padding: 80px 16px;
  }

  .vm-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .vm-frame3 ul li {
    font-size: 1.25rem;
  }

  .vm-frame4 .frm-cntnr {
    padding: 80px 16px;
  }
  .vm-frame4__title {
    margin-bottom: 40px;
  }
  .vm-frame4 .values-hldr {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ldrshp-frame2 .frm-cntnr {
    padding: 80px 38px;
  }
  .ldrshp-frame2 .staff-hldr {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }

  .odr-frame2__header {
    margin-bottom: 24px;
  }
  .odr-frame2 .frm-cntnr {
    padding: 80px 16px;
  }
  .odr-frame2__content {
    margin-bottom: 40px;
  }
  .odr-frame2 .two-pillars {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .odr-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .odr-frame3__header {
    width: 100%;
    margin-bottom: 40px;
  }
  .odr-frame3 .ministry-card {
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }
  .odr-frame3 .ministry-card .ministry-content {
    width: 100%;
    order: 2;
  }
  .odr-frame3 .ministry-card .ministry-img {
    width: 100%;
  }

  .crr-frame2 .frm-cntnr {
    padding: 80px 16px;
  }
  .crr-frame2 .apply-btn {
    width: 100%;
  }
  .crr-frame2 .apply-btn .btn {
    width: 100%;
  }
}
/*
| Our Services
*/
.srvc-frame2 .service-desc {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .srvc-frame2 .frm-cntnr {
    padding: 80px 16px;
  }

  .srvc-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .srvc-frame3__wrapper {
    width: 100%;
  }
}
/*
| Blogs/Articles
*/
.blg-frame2 .blg-featured__details h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blg-frame2 .blg-featured__details .blg-featured__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blg-frame3 .blg-card .blg-card__title h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blg-frame3 .blg-card .blg-card__desc h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blg-frame3 .blg-card:hover .blg-img {
  transform: translateY(-4px);
  box-shadow: 0px 4px 8px;
}
.blg-frame3 .blg-card:hover a * {
  color: #72A13E;
}

.artcl-frame .frm-cntnr {
  max-width: 839px;
  margin: auto;
}
.artcl-frame__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 85px;
  padding: 0 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #72A13E;
}
.artcl-frame__header h1 {
  font-size: 4.75rem;
  line-height: 5rem;
}
.artcl-frame .article-frame__desc h1 {
  font-family: Garamond, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .blg-frame2 .frm-cntnr {
    padding: 80px 16px;
  }
  .blg-frame2 .blg-featured {
    flex-direction: column;
    gap: 40px;
  }
  .blg-frame2 .blg-featured__img {
    width: 100%;
  }
  .blg-frame2 .blg-featured__details {
    width: 100%;
  }

  .blg-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .blg-frame3 .blg-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 40px;
  }

  .artcl-frame .frm-cntnr {
    padding: 80px 16px;
    width: 100%;
  }
  .artcl-frame__header {
    margin-bottom: 40px;
  }
  .artcl-frame__header h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .artcl-frame .article-frame__date {
    margin-bottom: 24px;
  }
}
/*
| Admission
*/
.adm-frame2__desc > p {
  font-size: 20px;
}

.adm-frame3 .adm-steps {
  text-align: center;
}
.adm-frame3 .adm-steps .adm-card {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 80px;
  vertical-align: top;
  border-radius: 8px;
}
.adm-frame3 .adm-steps .adm-card:nth-child(3n) {
  margin-right: 0;
}
.adm-frame3 .adm-steps .adm-card .adm-count {
  position: relative;
  width: 51px;
  height: 51px;
  border: 1px solid #D05DE9;
  border-radius: 100%;
}
.adm-frame3 .adm-steps .adm-card .adm-count h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adm-frame3 .adm-steps .adm-card .adm-details {
  height: 270px;
}
.adm-frame3 .adm-steps .adm-card .adm-details > p {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .adm-frame2 .frm-cntnr {
    padding: 80px 16px;
  }

  .adm-frame3 .frm-cntnr {
    padding: 80px 16px;
  }
  .adm-frame3 .adm-steps .adm-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .adm-frame3 .adm-steps .adm-card:last-child {
    margin-bottom: 0;
  }
  .adm-frame3 .adm-steps .adm-card .adm-details {
    height: auto;
    text-align: left;
  }

  .care-frame2 .frm-cntnr {
    padding: 80px 16px;
  }
  .care-frame2__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .care-frame2__wrapper .left-cntnr {
    width: 100%;
    order: 2;
  }
  .care-frame2__wrapper .right-cntnr {
    width: 100%;
  }
}
/*
| Contact Us
*/
.cnt-frame2 .cnt-frame2__contact a {
  font-size: 1.25rem;
}
.cnt-frame2 .cnt-frame2__contact a:hover {
  color: #72A13E;
}

@media screen and (max-width: 1024px) {
  .cnt-frame2 .frm-cntnr {
    padding: 80px 16px;
  }
  .cnt-frame2__header {
    width: 100%;
  }
  .cnt-frame2 .form-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
  }
  .cnt-frame2 .form-wrapper textarea {
    height: 163px;
  }
  .cnt-frame2 .form-submit .btn {
    margin-left: 0;
  }
  .cnt-frame2__form {
    margin-bottom: 40px;
  }
  .cnt-frame2__contact {
    flex-direction: column;
  }
  .cnt-frame2 .cnt-col-1 {
    width: 100%;
  }
  .cnt-frame2 .cnt-col-2 {
    width: 100%;
  }
  .cnt-frame2 .email {
    margin-bottom: 40px;
  }
  .cnt-frame2 .person {
    margin-bottom: 40px;
  }
}
.login-page__Con {
  position: relative;
}

.signup-page__Con {
  position: relative;
}
.signup-page__Con .signup-page__Inner {
  display: flex;
}
.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-2:focus-within {
  --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-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + 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-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}
.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.dark .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

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

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

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

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:h-20 {
    height: 5rem;
  }

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

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

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

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

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

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

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

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

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

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

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

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

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

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

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

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

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {

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