/* public/css/styles.css */

/* ! tailwindcss v3.4.9 | 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: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  padding-right: 1.56rem;
  padding-left: 1.56rem;
}

@media (min-width: 425px) {
  .container {
    max-width: 425px;
  }
}

@media (min-width: 575px) {
  .container {
    max-width: 575px;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 767px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 991px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1199px) {
  .container {
    max-width: 1199px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-top-2 {
  top: -0.5rem;
}

.-top-\[0\.25rem\] {
  top: -0.25rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-80 {
  top: 20rem;
}

.isolate {
  isolation: isolate;
}

.z-10 {
  z-index: 10;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-auto {
  grid-column: auto;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-auto {
  margin: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[0\.3125rem\] {
  margin-bottom: 0.3125rem;
}

.mb-\[0\.6125rem\] {
  margin-bottom: 0.6125rem;
}

.mb-\[3rem\] {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[0\.375rem\] {
  margin-left: 0.375rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[0\.7rem\] {
  margin-top: 0.7rem;
}

.mt-\[1\.7rem\] {
  margin-top: 1.7rem;
}

.mt-\[3rem\] {
  margin-top: 3rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-28 {
  height: 7rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[1\.56rem\] {
  height: 1.56rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

.h-\[2\.125rem\] {
  height: 2.125rem;
}

.h-\[2\.25rem\] {
  height: 2.25rem;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[2\.625rem\] {
  height: 2.625rem;
}

.h-\[3\.375rem\] {
  height: 3.375rem;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[46px\] {
  height: 46px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[0\.8125rem\] {
  width: 0.8125rem;
}

.w-\[1\.56rem\] {
  width: 1.56rem;
}

.w-\[10rem\] {
  width: 10rem;
}

.w-\[12\.5rem\] {
  width: 12.5rem;
}

.w-\[152px\] {
  width: 152px;
}

.w-\[2\.5rem\] {
  width: 2.5rem;
}

.w-\[226px\] {
  width: 226px;
}

.w-\[3\.375rem\] {
  width: 3.375rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[5\.563rem\] {
  width: 5.563rem;
}

.w-\[5\.813rem\] {
  width: 5.813rem;
}

.w-\[6\.06rem\] {
  width: 6.06rem;
}

.w-\[7\.313rem\] {
  width: 7.313rem;
}

.w-\[8\.188rem\] {
  width: 8.188rem;
}

.w-\[91px\] {
  width: 91px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-\[12\.5rem\] {
  min-width: 12.5rem;
}

.min-w-\[7\.06rem\] {
  min-width: 7.06rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[17rem\] {
  max-width: 17rem;
}

.max-w-\[22rem\] {
  max-width: 22rem;
}

.max-w-\[24\.438rem\] {
  max-width: 24.438rem;
}

.max-w-\[24rem\] {
  max-width: 24rem;
}

.max-w-\[25\.625rem\] {
  max-width: 25.625rem;
}

.max-w-\[25rem\] {
  max-width: 25rem;
}

.max-w-\[31\.25rem\] {
  max-width: 31.25rem;
}

.max-w-\[32\.875rem\] {
  max-width: 32.875rem;
}

.max-w-\[32rem\] {
  max-width: 32rem;
}

.max-w-\[36rem\] {
  max-width: 36rem;
}

.max-w-\[39\.5rem\] {
  max-width: 39.5rem;
}

.max-w-\[40rem\] {
  max-width: 40rem;
}

.max-w-\[42rem\] {
  max-width: 42rem;
}

.max-w-\[44\.25rem\] {
  max-width: 44.25rem;
}

.max-w-\[45\.25rem\] {
  max-width: 45.25rem;
}

.max-w-\[45\.313rem\] {
  max-width: 45.313rem;
}

.max-w-\[48\.25rem\] {
  max-width: 48.25rem;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[52\.75rem\] {
  max-width: 52.75rem;
}

.max-w-\[60\.25rem\] {
  max-width: 60.25rem;
}

.max-w-\[60rem\] {
  max-width: 60rem;
}

.max-w-\[64rem\] {
  max-width: 64rem;
}

.max-w-\[66\.875rem\] {
  max-width: 66.875rem;
}

.max-w-\[74\.4rem\] {
  max-width: 74.4rem;
}

.max-w-\[76\.4rem\] {
  max-width: 76.4rem;
}

.max-w-\[76rem\] {
  max-width: 76rem;
}

.max-w-\[81\.5rem\] {
  max-width: 81.5rem;
}

.max-w-\[84rem\] {
  max-width: 84rem;
}

.max-w-\[9\.813rem\] {
  max-width: 9.813rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-\[0\.625rem\] {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.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-grey5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[0\.125rem\] {
  border-radius: 0.125rem;
}

.rounded-\[0\.4rem\] {
  border-radius: 0.4rem;
}

.rounded-\[0\.75rem\] {
  border-radius: 0.75rem;
}

.rounded-\[1\.875rem\] {
  border-radius: 1.875rem;
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-\[1rem\] {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-\[1rem\] {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[0\.0625rem\] {
  border-width: 0.0625rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#ECEEF4\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 238 244 / var(--tw-border-opacity));
}

.border-bannerTitle {
  --tw-border-opacity: 1;
  border-color: rgb(31 42 55 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-borderBlack {
  --tw-border-opacity: 1;
  border-color: rgb(38 40 60 / var(--tw-border-opacity));
}

.border-btnGreyBorder {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-grey1 {
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity));
}

.border-grey5 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-greyBorder {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.border-imageBorder {
  --tw-border-opacity: 1;
  border-color: rgb(233 238 243 / var(--tw-border-opacity));
}

.border-inputBorderGrey {
  --tw-border-opacity: 1;
  border-color: rgb(223 228 234 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#03A390\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 163 144 / var(--tw-bg-opacity));
}

.bg-\[\#0b1019b3\] {
  background-color: #0b1019b3;
}

.bg-\[\#32ADE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 173 230 / var(--tw-bg-opacity));
}

.bg-\[\#EAEDF6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 246 / var(--tw-bg-opacity));
}

.bg-\[\#FB329A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 50 154 / var(--tw-bg-opacity));
}

.bg-bannerTitle {
  --tw-bg-opacity: 1;
  background-color: rgb(31 42 55 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-bodyTextBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-deleteBg {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-footerBgBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(11 16 25 / var(--tw-bg-opacity));
}

.bg-grayBackground {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity));
}

.bg-greyBg {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-imageBg {
  background-color: rgba(242, 246, 250, 0.8);
}

.bg-lightBlueBg {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 255 / var(--tw-bg-opacity));
}

.bg-modalBgGray {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-orangeBg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 231 / var(--tw-bg-opacity));
}

.bg-plainBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-purpleBg {
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 255 / var(--tw-bg-opacity));
}

.bg-successBg {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-tabBg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-violetBg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 226 255 / var(--tw-bg-opacity));
}

.bg-warningBg {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-whitecardBlue1Bg {
  --tw-bg-opacity: 1;
  background-color: rgb(107 64 231 / var(--tw-bg-opacity));
}

.bg-whitecardBlueBg {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-whitecardOrangeBg {
  --tw-bg-opacity: 1;
  background-color: rgb(251 101 55 / var(--tw-bg-opacity));
}

.bg-whitecardPurpleBg {
  --tw-bg-opacity: 1;
  background-color: rgb(188 64 231 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[0\.063rem\] {
  padding: 0.063rem;
}

.p-\[1\.25rem\] {
  padding: 1.25rem;
}

.p-\[1\.5rem\] {
  padding: 1.5rem;
}

.p-\[1rem\] {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[0\.625rem\] {
  padding-left: 0.625rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[2\.25rem\] {
  padding-right: 2.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[2\.125rem\] {
  padding-top: 2.125rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.75rem;
}

.text-4xl {
  font-size: 1.875rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[5\.625rem\] {
  font-size: 5.625rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.25rem\] {
  line-height: 1.25rem;
}

.leading-\[1\.65rem\] {
  line-height: 1.65rem;
}

.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}

.leading-\[1\.9rem\] {
  line-height: 1.9rem;
}

.leading-\[2\.625rem\] {
  line-height: 2.625rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-LinksGrayText {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-\[\#9CA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-\[\#CED4DA\] {
  --tw-text-opacity: 1;
  color: rgb(206 212 218 / var(--tw-text-opacity));
}

.text-bannerTitle {
  --tw-text-opacity: 1;
  color: rgb(31 42 55 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-bodyTextBlack {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-bodyTiltleBlack {
  --tw-text-opacity: 1;
  color: rgb(17 25 40 / var(--tw-text-opacity));
}

.text-buttonBackground {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-cardBodyGrey {
  --tw-text-opacity: 1;
  color: rgb(94 99 110 / var(--tw-text-opacity));
}

.text-cardTextBlack {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-cardTitleBlack {
  --tw-text-opacity: 1;
  color: rgb(41 44 53 / var(--tw-text-opacity));
}

.text-deleteText {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-grey3 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-grey4 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-grey5 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-greyText {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(144 173 253 / var(--tw-text-opacity));
}

.text-orangeText {
  --tw-text-opacity: 1;
  color: rgb(251 101 55 / var(--tw-text-opacity));
}

.text-pricingGreyText {
  --tw-text-opacity: 1;
  color: rgb(206 212 218 / var(--tw-text-opacity));
}

.text-purpleText {
  --tw-text-opacity: 1;
  color: rgb(175 55 249 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-subtitleTextColor {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}

.text-successText {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-tabList {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-violetText {
  --tw-text-opacity: 1;
  color: rgb(181 43 229 / var(--tw-text-opacity));
}

.text-warningText {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-whitecardBlueBg {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.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-\[0px_1px_3px_rgba\(166\2c 175\2c 195\2c 0\.4\)\] {
  --tw-shadow: 0px 1px 3px rgba(166,175,195,0.4);
  --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring {
  --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);
}

.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-inset {
  --tw-ring-inset: inset;
}

.ring-btnGreyBorder {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[0\.15s\] {
  transition-duration: 0.15s;
}

.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);
}

body {
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
}

/**
 * Swiper 11.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2024
 */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

:host{
  position:relative;
  display:block;
  margin-left:auto;
  margin-right:auto;
  z-index:1
}

.swiper{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
  display:block
}

.swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing:content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-horizontal{
  touch-action:pan-y
}

.swiper-vertical{
  touch-action:pan-x
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
  display:block
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide{
  height:auto
}

.swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  backface-visibility:hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-3d{
  perspective:1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{
  transform-style:preserve-3d
}

.swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{
  scroll-snap-type:none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{
  content:'';
  flex-shrink:0;
  order:9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center;
  scroll-snap-stop:always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  margin-block-start:var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{
  animation:swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

.swiper-virtual .swiper-slide{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  pointer-events:none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{
  height:1px;
  width:var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{
  width:1px;
  height:var(--swiper-virtual-size)
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:var(--swiper-navigation-top-offset,50%);
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{
  opacity:0;
  cursor:auto;
  pointer-events:none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{
  display:none!important
}

.swiper-button-next svg,.swiper-button-prev svg{
  width:100%;
  height:100%;
  -o-object-fit:contain;
     object-fit:contain;
  transform-origin:center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{
  transform:rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next{
  left:var(--swiper-navigation-sides-offset,10px);
  right:auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-lock{
  display:none
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:var(--swiper-pagination-bottom,8px);
  top:var(--swiper-pagination-top,auto);
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display:inline-block;
  border-radius:var(--swiper-pagination-bullet-border-radius,50%);
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet:only-child{
  display:none!important
}

.swiper-pagination-bullet-active{
  opacity:var(--swiper-pagination-bullet-opacity, 1);
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{
  right:var(--swiper-pagination-right,8px);
  left:var(--swiper-pagination-left,auto);
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display:block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-fraction{
  color:var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar{
  background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:var(--swiper-pagination-progressbar-size,4px);
  left:0;
  top:0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{
  width:var(--swiper-pagination-progressbar-size,4px);
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  position:relative;
  touch-action:none;
  background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{
  position:absolute;
  left:var(--swiper-scrollbar-sides-offset,1%);
  bottom:var(--swiper-scrollbar-bottom,4px);
  top:var(--swiper-scrollbar-top,auto);
  z-index:50;
  height:var(--swiper-scrollbar-size,4px);
  width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{
  position:absolute;
  left:var(--swiper-scrollbar-left,auto);
  right:var(--swiper-scrollbar-right,4px);
  top:var(--swiper-scrollbar-sides-offset,1%);
  z-index:50;
  width:var(--swiper-scrollbar-size,4px);
  height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move;
  touch-action:none
}

.swiper .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-grid>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-grid-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-fade .swiper-slide-active{
  pointer-events:auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube{
  overflow:visible
}

.swiper-cube .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-cube.swiper-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0
}

.swiper-cube .swiper-cube-shadow:before{
  content:'';
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper-flip{
  overflow:visible
}

.swiper-flip .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1
}

.swiper-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper-creative .swiper-slide{
  backface-visibility:hidden;
  overflow:hidden;
  transition-property:transform,opacity,height
}

.swiper-cards{
  overflow:visible
}

.swiper-cards .swiper-slide{
  transform-origin:center bottom;
  backface-visibility:hidden;
  overflow:hidden
}

.select2-container{
  box-sizing:border-box;
  display:inline-block;
  margin:0;
  position:relative;
  vertical-align:middle
}

.select2-container .select2-selection--single{
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  height:28px;
  -moz-user-select:none;
       user-select:none;
  -webkit-user-select:none
}

.select2-container .select2-selection--single .select2-selection__rendered{
  display:block;
  padding-left:8px;
  padding-right:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.select2-container .select2-selection--single .select2-selection__clear{
  background-color:transparent;
  border:none;
  font-size:1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
  padding-right:8px;
  padding-left:20px
}

.select2-container .select2-selection--multiple{
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  min-height:32px;
  -moz-user-select:none;
       user-select:none;
  -webkit-user-select:none
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
  display:inline;
  list-style:none;
  padding:0
}

.select2-container .select2-selection--multiple .select2-selection__clear{
  background-color:transparent;
  border:none;
  font-size:1em
}

.select2-container .select2-search--inline .select2-search__field{
  box-sizing:border-box;
  border:none;
  font-size:100%;
  margin-top:5px;
  margin-left:5px;
  padding:0;
  max-width:100%;
  resize:none;
  height:18px;
  vertical-align:bottom;
  font-family:sans-serif;
  overflow:hidden;
  word-break:keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance:none
}

.select2-dropdown{
  background-color:white;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:block;
  position:absolute;
  left:-100000px;
  width:100%;
  z-index:1051
}

.select2-results{
  display:block
}

.select2-results__options{
  list-style:none;
  margin:0;
  padding:0
}

.select2-results__option{
  padding:6px;
  -moz-user-select:none;
       user-select:none;
  -webkit-user-select:none
}

.select2-results__option--selectable{
  cursor:pointer
}

.select2-container--open .select2-dropdown{
  left:0
}

.select2-container--open .select2-dropdown--above{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.select2-container--open .select2-dropdown--below{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0
}

.select2-search--dropdown{
  display:block;
  padding:4px
}

.select2-search--dropdown .select2-search__field{
  padding:4px;
  width:100%;
  box-sizing:border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance:none
}

.select2-search--dropdown.select2-search--hide{
  display:none
}

.select2-close-mask{
  border:0;
  margin:0;
  padding:0;
  display:block;
  position:fixed;
  left:0;
  top:0;
  min-height:100%;
  min-width:100%;
  height:auto;
  width:auto;
  opacity:0;
  z-index:99;
  background-color:#fff;
  filter:alpha(opacity=0)
}

.select2-hidden-accessible{
  border:0 !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  height:1px !important;
  overflow:hidden !important;
  padding:0 !important;
  position:absolute !important;
  width:1px !important;
  white-space:nowrap !important
}

.select2-container--default .select2-selection--single{
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#444;
  line-height:28px
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  cursor:pointer;
  float:right;
  font-weight:bold;
  height:26px;
  margin-right:20px;
  padding-right:0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#999
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:26px;
  position:absolute;
  top:1px;
  right:1px;
  width:20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color:#888 transparent transparent transparent;
  border-style:solid;
  border-width:5px 4px 0 4px;
  height:0;
  left:50%;
  margin-left:-4px;
  margin-top:-2px;
  position:absolute;
  top:50%;
  width:0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
  float:left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
  left:1px;
  right:auto
}

.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color:#eee;
  cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
  display:none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color:transparent transparent #888 transparent;
  border-width:0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple{
  background-color:white;
  border:1px solid #aaa;
  border-radius:4px;
  cursor:text;
  padding-bottom:5px;
  padding-right:5px;
  position:relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable{
  padding-right:25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
  cursor:pointer;
  font-weight:bold;
  height:20px;
  margin-right:10px;
  margin-top:5px;
  position:absolute;
  right:0;
  padding:1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color:#e4e4e4;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  padding:0;
  padding-left:20px;
  position:relative;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  vertical-align:bottom;
  white-space:nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  cursor:default;
  padding-left:2px;
  padding-right:5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  background-color:transparent;
  border:none;
  border-right:1px solid #aaa;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  color:#999;
  cursor:pointer;
  font-size:1em;
  font-weight:bold;
  padding:0 4px;
  position:absolute;
  left:0;
  top:0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background-color:#f1f1f1;
  color:#333;
  outline:none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  margin-left:5px;
  margin-right:auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
  padding-left:5px;
  padding-right:2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
  border-left:1px solid #aaa;
  border-right:none;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{
  float:left;
  margin-left:10px;
  margin-right:auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
  border:solid black 1px;
  outline:0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple{
  background-color:#eee;
  cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
  display:none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top-left-radius:0;
  border-top-right-radius:0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border:1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field{
  background:transparent;
  border:none;
  outline:0;
  box-shadow:none;
  -webkit-appearance:textfield
}

.select2-container--default .select2-results>.select2-results__options{
  max-height:200px;
  overflow-y:auto
}

.select2-container--default .select2-results__option .select2-results__option{
  padding-left:1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
  padding-left:0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-1em;
  padding-left:2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-2em;
  padding-left:3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-3em;
  padding-left:4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-4em;
  padding-left:5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left:-5em;
  padding-left:6em
}

.select2-container--default .select2-results__option--group{
  padding:0
}

.select2-container--default .select2-results__option--disabled{
  color:#999
}

.select2-container--default .select2-results__option--selected{
  background-color:#ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:#5897fb;
  color:white
}

.select2-container--default .select2-results__group{
  cursor:default;
  display:block;
  padding:6px
}

.select2-container--classic .select2-selection--single{
  background-color:#f7f7f7;
  border:1px solid #aaa;
  border-radius:4px;
  outline:0;
  background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus{
  border:1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered{
  color:#444;
  line-height:28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear{
  cursor:pointer;
  float:right;
  font-weight:bold;
  height:26px;
  margin-right:20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder{
  color:#999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow{
  background-color:#ddd;
  border:none;
  border-left:1px solid #aaa;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  height:26px;
  position:absolute;
  top:1px;
  right:1px;
  width:20px;
  background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b{
  border-color:#888 transparent transparent transparent;
  border-style:solid;
  border-width:5px 4px 0 4px;
  height:0;
  left:50%;
  margin-left:-4px;
  margin-top:-2px;
  position:absolute;
  top:50%;
  width:0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
  float:left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
  border:none;
  border-right:1px solid #aaa;
  border-radius:0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  left:1px;
  right:auto
}

.select2-container--classic.select2-container--open .select2-selection--single{
  border:1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
  background:transparent;
  border:none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color:transparent transparent #888 transparent;
  border-width:0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0;
  background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple{
  background-color:white;
  border:1px solid #aaa;
  border-radius:4px;
  cursor:text;
  outline:0;
  padding-bottom:5px;
  padding-right:5px
}

.select2-container--classic .select2-selection--multiple:focus{
  border:1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear{
  display:none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice{
  background-color:#e4e4e4;
  border:1px solid #aaa;
  border-radius:4px;
  display:inline-block;
  margin-left:5px;
  margin-top:5px;
  padding:0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{
  cursor:default;
  padding-left:2px;
  padding-right:5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
  background-color:transparent;
  border:none;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  color:#888;
  cursor:pointer;
  font-size:1em;
  font-weight:bold;
  padding:0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
  color:#555;
  outline:none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  margin-left:5px;
  margin-right:auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
  padding-left:5px;
  padding-right:2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple{
  border:1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top:none;
  border-top-left-radius:0;
  border-top-right-radius:0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
  border-bottom:none;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.select2-container--classic .select2-search--dropdown .select2-search__field{
  border:1px solid #aaa;
  outline:0
}

.select2-container--classic .select2-search--inline .select2-search__field{
  outline:0;
  box-shadow:none
}

.select2-container--classic .select2-dropdown{
  background-color:#fff;
  border:1px solid transparent
}

.select2-container--classic .select2-dropdown--above{
  border-bottom:none
}

.select2-container--classic .select2-dropdown--below{
  border-top:none
}

.select2-container--classic .select2-results>.select2-results__options{
  max-height:200px;
  overflow-y:auto
}

.select2-container--classic .select2-results__option--group{
  padding:0
}

.select2-container--classic .select2-results__option--disabled{
  color:grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:#3875d7;
  color:#fff
}

.select2-container--classic .select2-results__group{
  cursor:default;
  display:block;
  padding:6px
}

.select2-container--classic.select2-container--open .select2-dropdown{
  border-color:#5897fb
}

/* select2 css */

.projectset-dropdown-wrapper {
  position: relative;
}

.projectset-dropdown-wrapper .select2-container {
  width: 100% !important;
  min-height: 1.25rem;
}

.projectset-dropdown-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: initial;
}

.projectset-dropdown-wrapper.projectset-arrow-dropdown .select2-container--default .select2-selection--single{
  padding-right: 3.375rem;
  position: relative;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--single,
  .projectset-dropdown-wrapper .select2-container--default .select2-selection--multiple {
  border-radius: 0.375rem !important;
  border: 1px solid #D1D5DB;
  height: 2.5rem !important;
  min-height: auto !important;
  cursor: pointer;
  padding-right: 2.375rem;
  padding-left: 0.875rem;
}

.projectset-dropdown-wrapper.country-dropdown .select2-container--default .select2-selection--single {
  border-radius: 0.375rem 0.375rem 0 0 !important;
  border:none !important;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
  .projectset-dropdown-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  padding-left: 0;
  font-size: 0.875rem;
  color: #292c35;
  font-weight: 400;
  padding-right: 0;
  height: 2.5rem;
  line-height: 2.5rem;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
  height: inherit;
  right: 0;
  top: 0;
  background-image: url("../../images/dropdown-down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  width: 2.375rem;
  transition: all 0.3s;
}

.projectset-dropdown-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.projectset-dropdown-wrapper .select2-search.select2-search--inline .select2-search__field {
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  color: #292C35;
}

.projectset-dropdown-wrapper .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #5E636E !important;
}

.projectset-dropdown-wrapper .select2-search.select2-search--inline .select2-search__field::placeholder {
  color: #5E636E !important;
}

.projectset-dropdown-wrapper.country-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color:#D1D5DB !important;
}

.projectset-dropdown-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 18.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: -0.3125rem;
  margin-left: -0.3125rem;
  height: auto;
  line-height: 1;
}

.projectset-dropdown-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-right: 0.25rem;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--multiple {
  position: relative;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--multiple::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 2.375rem;
  height: 100%;
  background-image: url("../../images/dropdown-down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  transition: all 0.3s;
}

.projectset-dropdown-wrapper .select2-container--default.select2-container--open .select2-selection--multiple::after {
  transform: rotate(180deg);
}

.projectset-dropdown-wrapper .select2-container .selection {
  min-width: 4.6875rem;
}

.projectset-dropdown-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered li {
  background-color: #F3F4F6 !important;
  color: #374151 !important;
  padding: 0 0.45rem !important;
  position: relative;
  line-height: 1.43;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
}

.projectset-dropdown-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered li:not(:only-child, :last-child):after {
  position: absolute;
  right: -0.25rem;
  bottom: 0;
  content: ',';
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: pointer;
  padding: 2px 0;
  font-size: 12px;
  line-height: 2;
}

.projectset-dropdown-wrapper .select2-dropdown {
  min-width: 12rem !important;
  margin-top: 0.375rem;
  border-radius: 0.375rem;
  border: 1px solid #D1D5DB;
  overflow: hidden;
}

.projectset-dropdown-wrapper.country-dropdown .select2-dropdown{
  margin-top: 0;
}

.projectset-dropdown-wrapper.right-aligned .select2-container--open .select2-dropdown {
  left: auto;
  right: 0;
}

.projectset-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #5E636E;
}

.projectset-dropdown-wrapper .select2-dropdown .select2-search--dropdown {
  padding: 0.375rem;
}

.projectset-dropdown-wrapper .select2-dropdown .select2-search--dropdown .select2-search__field {
  border-radius: 0.1875rem;
  border: 1px solid #D1D5DB;
  font-size: 0.875rem;
  color: #4b5563;
}

.projectset-dropdown-wrapper .select2-container--default .select2-results__option {
  position: relative;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  color: #292C35;
}

.projectset-dropdown-wrapper .select2-container--default .select2-results__option:before {
  position: absolute;
  content: '';
  height: 1rem;
  width: 1rem;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem 0.6875rem;
  transition: all 0.3s;
  background-color: transparent !important;
  background-image: url("../../images/dropdown-checkmark.svg");
  opacity: 0;
  visibility: hidden;
}

.projectset-dropdown-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  color: #1D4ED8 !important;
  background-color: #edf3ff !important;
}

.projectset-dropdown-wrapper .select2-container--default .select2-results>.select2-results__options {
  max-height: 10.4rem !important;
}

.projectset-dropdown-wrapper .select2-container--default .select2-results__option.select2-results__option--selected {
  color: #fff !important;
  background-color: #1D4ED8 !important;
}

.projectset-dropdown-wrapper .select2-container--default .select2-results__option--selected:before {
  filter: brightness(0) saturate(100%) invert(1);
  opacity: 1;
  visibility: visible;
}

.projectset-dropdown-wrapper.darkbg-dropdown .select2-container--default .select2-selection--single,
  .projectset-dropdown-wrapper.darkbg-dropdown .select2-container--default .select2-selection--multiple {
  background-color: #292C35;
}

.projectset-dropdown-wrapper.darkbg-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
  .projectset-dropdown-wrapper.darkbg-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered {
  color: #fff;
}

.projectset-dropdown-wrapper.darkbg-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  filter: brightness(0) invert(1);
}

.projectset-dropdown-wrapper.darkbg-dropdown .select2-container--default .select2-selection--single{
  border: none;
}

/* arrow dropdown */

.projectset-dropdown-wrapper.projectset-arrow-dropdown .select2-container--default .select2-selection--single{
  padding-right: 3.375rem !important;
  position: relative !important;
}

.projectset-dropdown-wrapper.projectset-arrow-dropdown .select2-container--default .select2-selection--single::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  border-left: 1px solid #d1d1d1;
  width: 1px;
  height: 100%;
}

.projectset-dropdown-wrapper.projectset-arrow-dropdown .select2-dropdown .select2-search--dropdown .select2-search__field{
  display: none;
}

.projectset-dropdown-wrapper.projectset-arrow-dropdown .select2-dropdown .select2-search--dropdown{
  display: none;
}

/* blue dropdwon */

.projectset-dropdown-wrapper.blue-bg .select2-container--default .select2-selection--single{
  background-color: #1d4ed8;
  border-color:#1D4ED8;
}

.projectset-dropdown-wrapper.blue-bg .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #FFF;
  line-height: 2.35;
}

/* .projectset-dropdown-wrapper.blue-bg.projectset-arrow-dropdown .select2-container--default .select2-selection--single::before{
    background-color: #FFF;
  } */

.projectset-dropdown-wrapper.blue-bg .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #FFF;
}

.projectset-dropdown-wrapper.blue-bg .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: -2px;
  background-image: url(../../images/dropdown-down-arrow-white.svg);
}

/* small options width dropdown */

.projectset-dropdown-wrapper.small-menu-width .select2-dropdown {
  min-width: 10rem !important;
}

.projectset-dropdown-wrapper.teams-action-menu .select2-dropdown {
  min-width: 14rem !important;
}

.searchbar-wrapper .projectset-dropdown-wrapper.select2-with-grayBg .select2-dropdown {
  min-width: 9rem !important;
  left:auto;
  right:0;
}

/* .select2-with-grayBg {
    padding-left: 30px !important;
  } */

.select2-with-grayBg .select2-selection {
  background-color: transparent;
  border: none !important;
  position: relative;
}

.select2-with-grayBg:before{
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-image: url(../../images/filter-icon.svg);
  background-size: 16px 16px;
  position: absolute;
  content: '';
}

.select2-with-grayBg .select2-selection__placeholder{
  font-weight: 600;
}

.select2-with-grayBg .select2-selection__arrow{
  width: 14px !important;
  right: 12px !important;
}

.select2-with-grayBg .select2-selection {
  padding-right: 29px !important;
  padding-left: 34px !important;
}

.projectset-dropdown-wrapper.select2-with-grayBg .select2-dropdown{
  min-width: auto !important;
}

.select2-with-grayBg.projectset-dropdown-wrapper .select2-container .select2-selection--single .select2-selection__rendered{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-detail-section h1{
  font-size: 1.875rem;
  color:#1F2A37;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.blog-detail-section .detail-title-wrapper{
  position: relative;
}

.blog-detail-section .detail-title-wrapper:before{
  content:'';
  position: absolute;
  background-color: #F9FAFB;
  width: 100%;
  height:calc(100% - 30%);
  z-index: -1;
  left: 0;
  top:0;
}

.detail-title-wrapper .author{
  display: block;
  color:#1F2A37;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.detail-title-wrapper .date{
  display: block;
  font-size: 1rem;
  color:#6B7280;
  line-height: 1.2;
}

.blog-detail-section .detail-img-block{
  border-radius: 12px;
  position: relative;
  padding-bottom: 51.3%;
  margin-top: 2rem;
}

.blog-detail-section .detail-img-block img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.cms-content{
  padding:2rem 0;
}

.cms-content h2{
  font-size: 1.125rem;
  font-weight: 600;
  color:#1F2A37;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.cms-content h3{
  font-size: 1rem;
  font-weight: 600;
  color:#1F2A37;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.cms-content p{
  font-size: 1rem;
  color:#4B5563;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.cms-content span{
  font-size: 1rem;
  color:#4B5563;
  line-height: 1.5;
}

.cms-content a{
  font-size: 1rem;
  color:#1d4ed8;
  text-decoration: underline;
  line-height: 1.5;
  transition:all 0.3s;
}

.cms-content a:hover{
  text-decoration: none;
}

.cms-content figure{
  margin: 2rem 0;
}

.cms-content figure figcaption{
  font-size: 0.75rem;
  color:#727272;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.cms-content ul{
  margin-bottom: 1.5rem;
}

.cms-content ol{
  list-style: auto;
  margin-bottom: 1.5rem;
  padding-left: 1.1rem;
}

.cms-content ul li ul,.cms-content ol li ul{
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-left: 0.5rem;
}

.cms-content ul li{
  padding-left: 1.1rem;
  position: relative;
  color:#4B5563;
  font-size:1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.cms-content ol li{
  color:#4B5563;
  font-size:1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.cms-content ol li ol{
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.cms-content ul li:before{
  content:'';
  position:absolute;
  height: 6px;
  width: 6px;
  background-color: #4B5563;
  top:9px;
  left:0;
  border-radius: 50%;
}

.cms-content ul li ol{
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.cms-content ul li ol li{
  padding-left: 0;
}

.cms-content ul li ol li:before{
  display: none;
}

.cms-content blockquote{
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  color:#4B5563;
  line-height: 1.5;
  font-style: italic;
  font-weight: 600;
}

.cms-content blockquote:before{
  content:'';
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #4B5563;
  left:0;
  top:0;
}

/* related-blog-section */

.related-blog-swiper .related-blog{
  display: block;
}

.related-blog-swiper .related-blog .image-block{
  position: relative;
  padding-bottom: 50.6%;
  border-radius: 8px;
  overflow: hidden;
}

.related-blog-swiper .related-blog .image-block img{
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition: all 0.5s;
}

.related-blog-swiper .related-blog:hover .image-block img{
  transform: scale(1.05);
}

.related-blog-swiper .related-blog .content-block{
  margin-top: 1.5rem;
}

.related-blog-swiper .related-blog .content-block .date{
  font-size: 0.875rem;
  color:#6B7280;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5rem;
}

.related-blog-swiper .related-blog .content-block h3{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color:#292C35;
  margin-bottom: 0.8rem;
}

.related-blog-swiper .related-blog .content-block .line-clamp{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-blog-swiper .related-blog .content-block .line-clamp p{
  color:#4B5563;
  font-size: 0.875rem;
}

.related-blog-swiper .related-blog .content-block .author{
  font-size: 0.875rem;
  color:#1F2A37;
  line-height: 1.5;
  display: block;
  font-weight: 500;
  margin-top: 0.8rem;
}

.related-blog-swiper .swiper-pagination-bullet-active{
  background-color:#1d4ed8;
}

@media(max-width:1199px){
  .related-blog-swiper .swiper-wrapper{
    margin-bottom: 50px;
  }
}

@media(max-width:767px){
  .blog-detail-section h1{
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .blog-detail-section .detail-img-block{
    margin-top: 1.5rem;
  }

  .cms-content p,.cms-content ul{
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .cms-content ul li,.cms-content ol li,.cms-content blockquote,.cms-content a,.cms-content p span{
    font-size: 0.875rem;
  }

  .cms-content ul li{
    padding-left: 0.8rem;
  }

  .cms-content ul li:before {
    height: 5px;
    width: 5px;
  }

  .cms-content h3{
    margin-bottom: 0.5rem;
  }

  .blog-detail-section .detail-title-wrapper:before {
    height: calc(100% - 20%);
  }
}

span:empty {
  display: none;
}

.wrapper{
  min-height: 100vh;
}

/* modal css */

.modal-open {
  overflow: hidden !important;
}

.modal-open .custom-modal .modal-backdrop {
  opacity: 0.3;
}

.custom-modal.visible {
  display: block;
}

.custom-modal.visible.fadein {
  opacity: 1;
}

.custom-modal.visible.fadein .modal-content-wrapper .modal-dialog {
  transform: scale(1);
}

/* modal css end */

.shadow-image {
  box-shadow: 0px 0px 0px 1px rgba(17, 24, 39, 0.1),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

.school-shadow-image{
  filter: drop-shadow(0px 0px 4px rgba(5, 13, 29, 0.15));
}

body.open-menu {
  overflow: hidden;
}

/* temp css */

.gradient-border-wrapper{
  background: linear-gradient(#0151FB 0%, #1629F5 14%,#E20AE6 28%,#F86C16 41%,#E4B802 58%, #96ED02 72%, #14DFCC 86%,#0068C4 100%);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  padding: 1px 0.5px 0.5px 1px;
}

/* firefox */

@-moz-document url-prefix() {
  .gradient-border-wrapper{
    padding: 0.5px 1px 1px 1px;
  }
}

.gradient-bg{
  background: linear-gradient(180deg, rgba(231, 227, 255, 0.3) 0%, rgba(229, 235, 255, 0.3) 100%), rgba(255, 255, 255, 0.5);
}

.student-educator-wrapper .student-educator-item-inner{
  background-color: #FFF;
  border-radius: 1.5rem;
}

.student-educator-wrapper .student-educator-item.inactive .gradient-border-wrapper{
  filter: grayscale(1);
  opacity: 0.5;
}

.student-educator-wrapper .student-educator-item.inactive .gradient-border-wrapper:hover{
  filter: none;
  opacity: 1;
}

/* .student-educator-wrapper .student-educator-item.inactive{
  pointer-events: none;
  cursor: not-allowed;
} */

.our-impact-section {
  background: url("../../images/our-impact-section-background.jpg");
}

.testimonials-section {
  background: url("../../images/testimonial-section-background");
}

.need-funding-block {
  background: url("../../images/need-funding-bg.svg");
}

.master-durable-skill-section{
  background: url("../../images/tagline-bg-image.svg");
  background-size: cover;
}

.grab-opp-section .content-main-block{
  background: url("../../images/grab-opp-bg-image.jpg");
  background-size: cover;
}

.power-of-practice-section.has-bg .content-main-block {
  background: url("../../images/select-track-bg.jpg");
  background-size: cover;
}

.launchpad-career-section{
  background: url("../../images/launchpad-bg.svg");
  background-size: cover;
  z-index: 0;
}

.need-funding-block::after {
  content: "";
  position: absolute;
  background: url("../../images/need-funding-line-pattern.png");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  height: 280px;
  width: 404px;
  border-radius: 0 30px 30px 0;
  display: none;
}

.testimonials-section .boxshadow {
  box-shadow: 0px 0px 0px 1px rgba(17, 24, 39, 0.05),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.arrow-link{
  border-radius: 3.125rem;
  box-shadow: 0px 1px 3px rgba(166, 175, 195, 0.4);
}

.thrive-in-career-section,
.launchpad-career-section {
  position: relative;
}

.thrive-in-career-section .bg-props-wrapper,
.launchpad-career-section .bg-props-wrapper{
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}

.thrive-in-career-section .bg-props-wrapper:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../images/round-gradient-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 154.375rem;
  height: 100%;
  width: 141.0625rem;
  z-index: 1;
  top: 15%;
}

.thrive-in-career-section .bg-props,
.launchpad-career-section .bg-props {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  max-width: 77rem;
  padding: 0 2rem;
  margin: 0 auto;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.thrive-in-career-section .bg-props .bg-lines,
.launchpad-career-section .bg-props .bg-lines {
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: 41%;
  margin-left: auto;
}

.thrive-in-career-section .bg-props .bg-lines span,
.launchpad-career-section .bg-props .bg-lines span {
  border-left: 1px solid transparent;
  height: 100%;
  background-position: center;
  background-repeat: repeat-y;
  background-size: auto;
  background-image: url("../../images/bg-line-props.svg");
  opacity: 0.6;
  display: block;
  width: 0.125rem;
}

/* sticky image content styles */

.sticky-image-content-block .image-content-wrapper {
  display: flex;
  position: relative;
}

.sticky-image-content-block .image-content-wrapper .inner-content-block {
  transition: all 0.5s;
  min-height: calc(100vh - 7.5rem);
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}

/* .sticky-image-content-block .image-content-wrapper .inner-content-block:not(.active) {
	opacity: 0.15;
} */

.sticky-image-content-block .image-content-wrapper .content-block {
  flex: 0 0 55%;
  max-width: 55%;
}

.sticky-image-content-block .image-content-wrapper .img-block {
  position: sticky;
  height: calc(100vh - 10rem);
  max-width: 45%;
  flex: 0 0 45%;
  top: 5rem;
}

.sticky-image-content-block .image-content-wrapper .img-block img {
  position: absolute;
  left: 0;
  top: calc(42% + 2.5rem);
  transform: translateY(-40%);
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  opacity: 0;
}

.sticky-image-content-block .image-content-wrapper .img-block img.active {
  opacity: 1;
}

/* power of practice section */

.power-of-practice-section {
  overflow: hidden;
}

.power-of-practice-section .project-quicklinks-slider {
  margin: 0 -0.875rem -2rem;
}

.power-of-practice-section .swiper-slide{
  height: auto !important;
}

.power-of-practice-section .project-quicklinks-slider .project-quicklinks-card {
  box-shadow: 0px 0px 0px 1px rgba(17, 24, 39, 0.05),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.power-of-practice-section .project-quicklinks-card{
  box-shadow: 0px 0px 0px 1px rgba(17, 24, 39, 0.05), 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  height: 100% !important;
}

.power-of-practice-section
  .project-quicklinks-slider
  .project-quicklinks-card
  .meta-list
  li
  + li {
  margin-top: 0.75rem;
}

.power-of-practice-section
  .project-quicklinks-slider
  .project-quicklinks-card
  .meta-list
  li
  .icon {
  position: relative;
  top: 0.0625rem;
}

.power-of-practice-section
  .project-quicklinks-slider
  .project-quicklinks-card
  .card-img-wrapper {
  position: relative;
  padding-bottom: 52%;
}

.power-of-practice-section
  .project-quicklinks-slider
  .project-quicklinks-card
  .card-img-wrapper
  img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#mobile-menu .faq-block .faq-item svg {
  display: block !important;
}

#mobile-menu.mobile-menu-outer {
  height: calc(100vh - 3.0625rem);
  overflow-y: auto;
}

.faq-item button svg:nth-child(2) {
  display: none;
}

.faq-item button svg:nth-child(1) {
  display: block;
}

.faq-item.active button svg:nth-child(2) {
  display: block;
}

.faq-item.active button svg:nth-child(1) {
  display: none;
}

.faq-item.active .faq-item.nested-accordian.active button svg:nth-child(2) {
  display: block;
}

.faq-item.active .faq-item.nested-accordian button svg:nth-child(2) {
  display: none;
}

.faq-item.active .faq-item.nested-accordian button svg:nth-child(1) {
  display: block;
}

.faq-item.active .faq-item.nested-accordian.active button svg:nth-child(1) {
  display: none;
}

.cms-content-section .faq-item .nested-accordian ol {
  list-style-type: revert-layer;
}

/* cms page design */

.cms-content-section h1,
.cms-content-section h2,
.cms-content-section h3,
.cms-content-section h4,
.cms-content-section h5,
.cms-content-section h6 {
  font-weight: 600;
  line-height: 1.5;
}

.cms-content-section h1 {
  font-size: 64px;
  color: #111928;
}

.cms-content-section h2,
.cms-content-section .h2 {
  font-size: 40px;
}

.cms-content-section h3 {
  font-size: 24px;
}

.cms-content-section h4 {
  font-size: 18px;
}

.cms-content-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #111827;
}

.cms-content-section h2,
.cms-content-section h3,
.cms-content-section h4,
.cms-content-section h5,
.cms-content-section h6 {
  color: #111928;
}

.cms-content-section h2,
.cms-content-section h3,
.cms-content-section h4,
.cms-content-section h5,
.cms-content-section h6,
.cms-content-section p {
  margin-bottom: 18px;
}

.cms-content-section ul,
.cms-content-section ol {
  margin: 0 0 20px;
  list-style: none;
  padding-left: 0;
}

.cms-content-section ul:last-child,
.cms-content-section ol:last-child {
  margin-bottom: 0;
}

.cms-content-section ul li,
.cms-content-section ol li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}

.cms-content-section ul li:not(:last-child),
.cms-content-section ol li:not(:last-child) {
  margin-bottom: 10px;
}

.cms-content-section ul > li:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  left: 0;
  top: 9px;
  background-color: #111928;
}

.cms-content-section ul ul,
.cms-content-section ul ol {
  margin-top: 5px;
  margin-left: 0;
}

.cms-content-section ol > ul > li {
  position: relative;
}

.cms-content-section p {
  margin-bottom: 15px;
}

.cms-content-section p:last-child {
  margin-bottom: 0;
}

.cms-content-section p strong {
  font-weight: 600;
}

.cms-content-section p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cms-content-section ul > li {
  padding-left: 15px;
}

.cms-content-section ol li strong,
.cms-content-section ol li strong {
  font-weight: 600;
}

.cms-content-section u {
  text-decoration: underline;
}

.cms-content-section em,
.cms-content-section i {
  font-style: italic;
}

.cms-content-section a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: inherit;
  color: #1d4ed8;
  transition: all 0.3s;
}

.cms-content-section a:hover,
.cms-content-section a:focus {
  text-decoration: none;
}

.cms-content-section iframe,
.cms-content-section img {
  border: none;
}

.cms-content-section .arrow-listing li {
  color: #373737;
}

.cms-content-section .custom-accordian-outer {
  margin-top: 18px;
}

.cms-content-section ol ol,
.cms-content-section ol ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
}

.cms-content-section blockquote {
  background-color: rgba(29, 78, 216, 0.1);
  line-height: 1.5;
  font-size: 18px;
  padding: 25px;
  border-left: 5px solid #1d4ed8;
  margin-bottom: 15px;
}

/* cms design end */

/* input styles start */

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9ca3af;
  opacity: 1;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9ca3af;
  opacity: 1;
}

input::-ms-input-placeholder {
  /* IE 10+ */
  color: #9ca3af;
  opacity: 1;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #9ca3af;
  opacity: 1;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* input styles end */

/* border css */

.border-title {
  position: relative;
}

.border-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  /* 16px */
  height: 1px;
  background-color: rgba(17, 24, 39, 0.1);
  width: calc(100% - 1rem);
}

.innovative-ideas-section .border-title::after {
  left: 6.8rem;
  width: calc(100% - 6.8rem);
}

.animation-block {
  position: relative;
}

.word-animation {
  text-indent: 5px;
  position: relative;
  min-height: 36px;
}

.word-animation span {
  left: 5px;
  top: 0;
  min-width: 230px;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  animation: rotateWord 6s linear infinite 0s;
}

.word-animation span:nth-child(2) {
  animation-delay: 2s;
}

.word-animation span:nth-child(3) {
  animation-delay: 4s;
}

.sustaibable-banner-section{
  background: url(../../images/sustainable-bg.jpg);
}

.unihack-page .img-inner{
  position: relative;
  padding-bottom: 100%;
}

.unihack-page .img-inner img{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .sustaibable-banner-section .sustain-detail{
  margin-top: -91px;
  } */

.insititution-pricing-section{
  background: url(../../images/sustainable-bg.jpg);
  background-size: cover;
}

.sustaibable-banner-section .sustain-detail > div{
  background-color: #0b1019b3;
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .custom-modal .modal-backdrop {
  opacity: 0.3;
}

.custom-modal.visible {
  display: block;
}

.custom-modal.visible.fadein {
  opacity: 1;
}

.custom-modal.visible.fadein .modal-content-wrapper .modal-dialog {
  transform: scale(1);
}

/* launchpad career section */

.launchpad-career-section .title-wrapper em img{
  width: 0.9rem;
  height: auto;
}

/* header menu mobile css */

.mobile-menu-outer .faq-item.active button svg{
  transform: rotate(180deg);
}

.projectset-main-header nav .nav-links-wrapper li.active>a{
  color: #0151FB;
}

.pricing-radio-wrapper label:hover span,.pricing-radio-wrapper label:has(>input:checked) span{
  color:#1d4ed8
}

.pricing-radio-wrapper label:has(>input:checked){
  background-color: #FFF;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  color: #3968F6;
}

.pricing-radio-wrapper .content-wrapper{
  height: auto !important;
}

/* has-search-icon searchbar css  */

.has-search-icon:before{
  position: absolute;
  right: 0.75rem;
  top: 50%;
  content: '';
  background-image: url(../../images/search-icon.svg);
  height: 1.25rem;
  width: 1.25rem;
  background-size: 1.25rem 1.25rem;
  display: block;
  transform: translateY(-50%);
}

.has-search-icon{
  position: relative;
}

.blog-listing-section .blog-item-listing .blog-item .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-pagination .pagination-list{
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination .pagination-list li{
  height: 1.5rem;
  width: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.custom-pagination .pagination-list li + li{
  margin-left: 0.3125rem;
}

.custom-pagination .pagination-list a{
  display: block;
  padding: 0.3125rem;
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.3s;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.1;
}

.custom-pagination .pagination-list a:not(.active):hover,
.custom-pagination .pagination-list a:not(.prev):hover,
.custom-pagination .pagination-list a:not(.next):hover{
  background-color: #E8EEFE;
  color: #1D4ED8;
}

.custom-pagination .pagination-list .active{
  background-color: #1D4ED8;
  color: #FFF;
}

.custom-pagination .prev{
  background-image: url(../../images/page-prev.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 0.4375rem !important;
  background-color: #F3F4F6;
  width: 10px;
  height: 16px;
}

.custom-pagination .next{
  background-image: url(../../images/page-next.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 0.4375rem !important;
  background-color: #F3F4F6;
  width: 10px;
  height: 16px;
}

.custom-pagination .prev.disabled,.custom-pagination .next.disabled{
  background-color: transparent;
  opacity: 0.6;
}

/* projectset-general-radio-wrapper */

.projectset-general-radio-wrapper input[type='radio']{
  transition: all 0.3s;
}

.projectset-general-radio-wrapper input[type='radio']:checked {
  background-image: none;
  border-width: 5.5px;
  border-color: #1D4ED8;
  background-color: #FFF;
}

/* anveshan modal styles start */

.master-modal.register-anveshan-modal .modal-content {
  max-width: 1054px;
  padding: 15px 15px 30px;
}

.master-modal.register-anveshan-modal .anveshan-select-wrapper {
  margin-bottom: 20px;
}

.master-modal.register-anveshan-modal .anveshan-select-wrapper .in-india-cards {
  margin-top: 20px;
}

.master-modal.register-anveshan-modal .master-card-section .card-block-inner  {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.master-modal.register-anveshan-modal .master-card-section .card-block-inner .boxshadow {
  box-shadow: 0px 0px 0px 1px rgba(17, 24, 39, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.master-modal.register-anveshan-modal .master-card-section .card-detail-block {
  margin: 0;
}

.master-modal.register-anveshan-modal .master-card-section .card-detail-block .image-block {
  flex: 0 0 32px;
  max-width: 32px;
  padding: 0;
}

.master-modal.register-anveshan-modal .master-card-section .card-detail-block .image-block img {
  width: 32px;
  border-radius: 50%;
}

.master-modal.register-anveshan-modal .master-card-section .card-detail-block .content-block {
  max-width: calc(100% - 32px);
  flex: 0 0 calc(100% - 32px);
}

.master-modal.register-anveshan-modal .master-card-section.anveshan-cards .card-detail-block .title {
  word-break: break-word;
}

.master-modal.register-anveshan-modal .master-card-section.anveshan-cards .card-detail-block .title-wrapper {
  margin-bottom: 10px;
}

.master-modal.register-anveshan-modal .projectset-dropdown-wrapper .select2-container--default .select2-results>.select2-results__options {
  max-height: 12.75rem !important;
}

.projectset-dropdown-wrapper .select2-dropdown .select2-search--dropdown {
  padding: 0.75rem;
}

.projectset-dropdown-wrapper .select2-dropdown .select2-search--dropdown .select2-search__field {
  padding: 0 0.875rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

/* .master-modal.register-anveshan-modal */

#st-2 .st-btn > img{
  display: inline-block;
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.partner-swiper .swiper-slide{
  width: auto !important;
}

body .invalid-feedback{
  color: #dc2626;
  padding: 5px 0;
  font-size: 14px;
}

body .valid-feedback{
  padding: 5px 0;
  font-size: 14px;
}

body .invalid-feedback:empty,body .valid-feedback:empty {
  display: none;
}

.grab-opp-section .content-block{
  padding-right:40px;
}

.grab-opp-section .image-block{
  position: relative;
  padding-bottom: 28%;
}

.grab-opp-section .image-block img, .grab-opp-section .image-block iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grab-opp-section .image-block iframe{
  background-color: #000;
}

@media (min-width: 991px) {
  #mobile-menu.mobile-menu-outer {
    display: none !important;
  }

  .need-funding-block::after {
    display: block;
  }

  .projectset-main-header .nav-links-wrapper>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1280px) {
  .sticky-image-content-block .image-content-wrapper .content-block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sticky-image-content-block .image-content-wrapper .img-block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .thrive-in-career-section .bg-props .bg-lines {
    max-width: 35%;
    margin-right: 2rem;
  }
}

@media (max-width: 1199px) {
  .cms-content-section h1,
  .cms-banner-section h1 {
    font-size: 50px;
  }

  .cms-banner-section p {
    font-size: 18px;
  }

  .cms-content-section h2 {
    font-size: 34px;
  }

  .cms-content-section h3 {
    font-size: 22px;
  }

  .cms-content-section h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .thrive-in-career-section .bg-props-wrapper:before {
    top: 14%;
  }

  /* anveshan modal styles start */

  .master-modal.register-anveshan-modal .form-inner-wrapper h3 {
    font-size: 18px;
    line-height: 1.28;
  }

  .master-modal.register-anveshan-modal .master-card-section .card-block-inner  {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .word-animation span img{
    height: 34px;
    width: auto;
  }

  .grab-opp-section .image-block {
    padding-bottom: 56.25%;
  }

  .grab-opp-section .content-block{
    padding-right: 0;
  }

  /* anveshan modal styles end */
}

@media (max-width: 850px) and (min-width: 768px){
  .word-animation{
    display: block;
    min-height: inherit;
  }

  .word-animation span{
    left:0;
    top:4px;
  }

  .word-animation span img{
    height: 34px;
    width: auto;
  }
}

@media (max-width:850px) {
  .word-animation span img{
    height: 34px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .sticky-image-content-block .image-content-wrapper .img-block {
    display: none;
  }

  .sticky-image-content-block .image-content-wrapper .content-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sticky-image-content-block .image-content-wrapper .inner-content-block {
    opacity: 1 !important;
  }

  .sticky-image-content-block
    .image-content-wrapper
    .inner-content-block:last-child {
    padding-bottom: 0;
  }

  .thrive-in-career-section .bg-props .bg-lines {
    max-width: 40%;
    margin-right: 0rem;
  }

  .thrive-in-career-section .bg-props-wrapper:before {
    top: 16rem;
  }

  /* cms */

  .cms-content-section h1 {
    font-size: 38px;
  }

  .cms-banner-section p {
    font-size: 16px;
  }

  .cms-content-section h2,
  .cms-content-section h3,
  .cms-content-section h4,
  .cms-content-section h5,
  .cms-content-section h6,
  .cms-content-section p {
    margin-bottom: 12px;
  }

  .cms-content-section ul,
  .cms-content-section ol {
    margin: 0 0 15px;
  }

  .cms-content-section h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .cms-content-section h3 {
    font-size: 20px;
  }

  .cms-content-section h4 {
    font-size: 14px;
  }

  .cms-content-section blockquote {
    font-size: 16px;
    padding: 15px;
    border-left: 3px solid #2f64ff;
  }

  /* anveshan modal styles start */

  .master-modal.register-anveshan-modal .form-inner-wrapper h3 {
    font-size: 16px;
  }

  .master-modal.register-anveshan-modal .form-inner-wrapper .radio-wrapper .radio-btn label {
    font-size: 14px;
  }

  .master-modal.register-anveshan-modal .form-inner-wrapper .radio-wrapper {
    margin-bottom: 15px;
  }

  .master-modal.register-anveshan-modal .modal-content .modal-content-inner {
    margin: 0;
  }

  .word-animation{
    display: inline-block;
    min-height: 36px;
  }

  .word-animation span{
    left:5px;
    top: 6px;
  }

  /* anveshan modal styles end */
}

@media (max-width: 575px) {
  .thrive-in-career-section .bg-props .bg-lines {
    display: none;
  }

  .blog-listing-section .item-inner-wrapper .item-content{
    order:1;
  }

  .master-modal.register-anveshan-modal .master-card-section .card-block-inner  {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .master-modal.register-anveshan-modal .master-card-section.anveshan-cards .card-detail-block .title-wrapper,
  .master-modal.register-anveshan-modal .master-card-section.anveshan-cards .card-detail-block p {
    height: auto !important;
  }

  .word-animation span{
    left:0;
    top: 13px;
  }

  .word-animation span img{
    height: 28px;
  }
}

@media(max-width:425px) {
  .power-of-practice-section.has-bg .content-main-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:420px){
  .word-animation{
    display: block;
    min-height: inherit;
  }

  .word-animation span{
    top: 6px;
  }

  .word-animation span img{
    height: 30px;
  }
}

.placeholder\:text-grey5::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.placeholder\:text-grey5::placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:border-buttonHoverBackground:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 63 206 / var(--tw-border-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-buttonHoverBackground:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 63 206 / var(--tw-bg-opacity));
}

.hover\:bg-greyBg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-buttonHoverBackground:hover {
  --tw-text-opacity: 1;
  color: rgb(71 63 206 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-grey5:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-inputBorderGrey:focus {
  --tw-border-opacity: 1;
  border-color: rgb(223 228 234 / var(--tw-border-opacity));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-blue {
  fill: #1D4ED8;
}

@media (min-width: 575px) {
  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-\[1\.75rem\] {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-\[4rem\] {
    margin-bottom: 4rem;
  }

  .sm\:mb-\[5rem\] {
    margin-bottom: 5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-\[1\.125rem\] {
    margin-top: 1.125rem;
  }

  .sm\:mt-\[4\.625rem\] {
    margin-top: 4.625rem;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-\[7\.6rem\] {
    width: 7.6rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-\[15rem\] {
    min-width: 15rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-\[42rem\] {
    max-width: 42rem;
  }

  .sm\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .sm\:max-w-\[66\.66\%\] {
    max-width: 66.66%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\: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)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:rounded-\[1rem\] {
    border-radius: 1rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[0\.875rem\] {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-\[0\] {
    font-size: 0;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 767px) {
  .md\:-top-\[0\.375rem\] {
    top: -0.375rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[15rem\] {
    width: 15rem;
  }

  .md\:w-\[9\.5rem\] {
    width: 9.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[20rem\] {
    max-width: 20rem;
  }

  .md\:max-w-\[22\.06rem\] {
    max-width: 22.06rem;
  }

  .md\:max-w-\[22rem\] {
    max-width: 22rem;
  }

  .md\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .md\:max-w-\[37rem\] {
    max-width: 37rem;
  }

  .md\:max-w-\[43\.5\%\] {
    max-width: 43.5%;
  }

  .md\:max-w-\[44\%\] {
    max-width: 44%;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[56\%\] {
    max-width: 56%;
  }

  .md\:max-w-\[56\.5\%\] {
    max-width: 56.5%;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:flex-\[0_0_20rem\] {
    flex: 0 0 20rem;
  }

  .md\:flex-\[0_0_30\%\] {
    flex: 0 0 30%;
  }

  .md\:flex-\[0_0_43\.5\%\] {
    flex: 0 0 43.5%;
  }

  .md\:flex-\[0_0_44\%\] {
    flex: 0 0 44%;
  }

  .md\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .md\:flex-\[0_0_56\%\] {
    flex: 0 0 56%;
  }

  .md\:flex-\[0_0_56\.5\%\] {
    flex: 0 0 56.5%;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[1\.6875rem\] {
    padding: 1.6875rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[2\.25rem\] {
    padding-bottom: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 1.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 991px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-\[4\.25rem\] {
    margin-bottom: 4.25rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-\[2\.55rem\] {
    margin-top: 2.55rem;
  }

  .lg\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }

  .lg\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

  .lg\:w-\[3\.75rem\] {
    width: 3.75rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-\[22\.5rem\] {
    max-width: 22.5rem;
  }

  .lg\:max-w-\[26rem\] {
    max-width: 26rem;
  }

  .lg\:max-w-\[27rem\] {
    max-width: 27rem;
  }

  .lg\:max-w-\[28rem\] {
    max-width: 28rem;
  }

  .lg\:max-w-\[29\.125rem\] {
    max-width: 29.125rem;
  }

  .lg\:max-w-\[29\.25rem\] {
    max-width: 29.25rem;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[74\.5rem\] {
    max-width: 74.5rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-\[0_0_33\.33\%\] {
    flex: 0 0 33.33%;
  }

  .lg\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .lg\:flex-\[0_0_70\%\] {
    flex: 0 0 70%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[2\.5rem\] {
    gap: 2.5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-\[0\.0625rem\] {
    border-width: 0.0625rem;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-\[1\.6875rem\] {
    padding: 1.6875rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[3\.75rem\] {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[6\.25rem\] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[2\.19rem\] {
    padding-bottom: 2.19rem;
  }

  .lg\:pb-\[6\.25rem\] {
    padding-bottom: 6.25rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-\[120px\] {
    padding-right: 120px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[2\.19rem\] {
    padding-top: 2.19rem;
  }

  .lg\:pt-\[3\.75rem\] {
    padding-top: 3.75rem;
  }

  .lg\:text-4xl {
    font-size: 1.875rem;
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[7\.5rem\] {
    font-size: 7.5rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:shadow-\[0_0_0_1_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0 0 0 1 rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 0 0 1 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:max-w-\[31rem\] {
    max-width: 31rem;
  }

  .xl\:max-w-\[33\.33\%\] {
    max-width: 33.33%;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:flex-\[0_0_33\.33\%\] {
    flex: 0 0 33.33%;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\: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));
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:text-3xl {
    font-size: 1.75rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 1199px) {
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:max-w-\[37rem\] {
    max-width: 37rem;
  }

  .\32xl\:max-w-\[42\.6875rem\] {
    max-width: 42.6875rem;
  }

  .\32xl\:max-w-\[44\.25rem\] {
    max-width: 44.25rem;
  }

  .\32xl\:max-w-\[48\.375rem\] {
    max-width: 48.375rem;
  }

  .\32xl\:flex-\[0_0_27rem\] {
    flex: 0 0 27rem;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-\[6rem\] {
    padding-right: 6rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.75rem;
  }

  .\32xl\:text-4xl {
    font-size: 1.875rem;
  }

  .\32xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
  }

  .\32xl\:leading-\[3rem\] {
    line-height: 3rem;
  }
}

@media (min-width: 425px) {
  .xs\:mb-0 {
    margin-bottom: 0px;
  }

  .xs\:mt-0 {
    margin-top: 0px;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}