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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

@font-face {
  font-family: 'Metropolis Regular';

  font-style: normal;

  font-weight: normal;

  src: url('fonts/Metropolis-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Extra Light';

  font-style: normal;

  font-weight: normal;

  src:  url('fonts/Metropolis-ExtraLight.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Light';

  font-style: normal;

  font-weight: normal;

  src:  url('fonts/Metropolis-Light.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Thin';

  font-style: normal;

  font-weight: normal;

  src: url('fonts/Metropolis-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Medium';

  font-style: normal;

  font-weight: normal;

  src:  url('fonts/Metropolis-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Semi Bold';

  font-style: normal;

  font-weight: normal;

  src:  url('fonts/Metropolis-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Bold';

  font-style: normal;

  font-weight: normal;

  src:  url('fonts/Metropolis-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Extra Bold';

  font-style: normal;

  font-weight: normal;

  src:  url('fonts/Metropolis-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis Black';

  font-style: normal;

  font-weight: normal;

  src: url('fonts/Metropolis-Black.woff') format('woff');
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.logo {
  display: block;
  width: 285px;
  height: 45px;
  padding: 0;
  margin: 30px 0 0 70px;
  background: url(images/logo_bsj.png) no-repeat -0px -0px;
  background-size: 285px 45px;
}

.logogray {
  display: block;
  width: 285px;
  height: 45px;
  padding: 0;
  margin: 30px 0 0 70px;
  background: url(images/logo_bsj4.png) no-repeat -0px -0px;
  background-size: 285px 45px;
}

/*
  .logo {
    display: block;
    width: 200px;
    height: 50px;
    padding: 0;
    margin: 30px 0 0 70px;
    background: url(images/logo-triple.png) no-repeat -0px -0px;
    background-size: 200px 149px;
  }*/

.fraction {
  font-variant-numeric: tabular-nums;
}

@media screen and (max-width: 768px) {
  .logo {
    display: block;
    width: 214px;
    height: 34px;
    padding: 0;
    margin: 20px 0 0 20px;
    background: url(images/logomobile.png) no-repeat -0px -0px;
  }

  .logogray {
    display: block;
    width: 214px;
    height: 34px;
    padding: 0;
    margin: 20px 0 0 20px;
    background: url(images/logomobilegrey.png) no-repeat -0px -0px;
  }

  .logogrey {
    display: block;
    width: 214px;
    height: 34px;
    padding: 0;
    margin: 20px 0 0 20px;
    background: url(images/logomobilegrey.png) no-repeat -0px -0px;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
}

/**/

@media screen and (max-width: 767px) {
  .menucut {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 10% 100%, 0 95%);
  }
}

@media screen and (min-width: 768px) {
  .menucut {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 10% 100%, 0 95%);
  }
}

.bottomcut {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0 70%);
}

.centered-element {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.card {
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s ease-out;
}

.card:hover:after {
  opacity: 1;
}

.card:hover .above {
  opacity: 0;
}

.card:hover .above h1, .card:hover .above p {
  display:none;
}

.card:hover .info {
  opacity: 1;
  transform: translateY(0px);
}

.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,55,100);
  background: linear-gradient(180deg, rgba(0,55,100,0) 23%, rgba(0,55,100,1) 93%, rgba(0,55,100,1) 100%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
}

.card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(203, 40, 23, 0.9);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.main {
  margin-left: 60px;
  /* Same as the width of the sidenav */
  font-size: 28px;
  /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* circular slider */

.slider {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.circular-slider .wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
}

.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right, .circular-slider .wrapper .controls__autoplay {
  position: absolute;
  z-index: 29;
  transition: .6s all;
}

.circular-slider .wrapper .controls__left:hover .icon-wrapper, .circular-slider .wrapper .controls__right:hover .icon-wrapper, .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}

.circular-slider .wrapper .controls__left .icon-wrapper, .circular-slider .wrapper .controls__right .icon-wrapper, .circular-slider .wrapper .controls__autoplay .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8EB8E5;
  font-size: 1.5em;
  opacity: .7;
}

.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right {
  top: 50%;
}

.circular-slider .wrapper .controls__left {
  left: 0;
  transform: translateY(-50%);
}

.circular-slider .wrapper .controls__left:hover {
  left: 0;
}

.circular-slider .wrapper .controls__right {
  right: 0;
  transform: translate(0%, -50%);
}

.circular-slider .wrapper .controls__autoplay {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.circular-slider .wrapper .controls__autoplay_running .pause {
  display: block;
}

.circular-slider .wrapper .controls__autoplay_running .run {
  display: none;
}

.circular-slider .wrapper .controls__autoplay_paused .pause {
  display: none;
}

.circular-slider .wrapper .controls__autoplay_paused .run {
  display: block;
}

.circular-slider .wrapper .slides-holder {
  border-radius: 50%;
  transform-origin: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 28;
}

.circular-slider .wrapper .slides-holder__item {
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  transform-origin: center;
  transition: .3s linear all;
  filter: brightness(70%);
}

.circular-slider .wrapper .slides-holder__item img {
  width: 100%;
  /*
          height: 100%;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.circular-slider .wrapper .slides-holder__item_active {
  filter: brightness(100%);
}

.circular-slider .wrapper .descriptions {
  position: absolute;
  bottom: 0%;
  z-index: 0;
}

.circular-slider .wrapper .descriptions__item {
  width: 100%;
  height: 0%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0s 0s linear;
}

.circular-slider .wrapper .descriptions__item_visible {
  height: 100%;
  opacity: 1;
  transition: opacity .6s 0s linear;
}

.circular-slider .wrapper .descriptions__item h1, .circular-slider .wrapper .descriptions__item .description {
  font-family: Helvetica, sans-serif;
  color: white;
  text-align: center;
}

.circular-slider .wrapper .descriptions__item h1 {
  font-size: 200%;
  padding-top: 5px;
}

.circular-slider .wrapper .descriptions__item .description {
  font-size: 100%;
  margin-top: 5px;
  padding: 0% 10%;
  text-overflow: ellipsis;
  overflow-y: hidden;
}

.kartu {
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s ease-out;
}

.kartu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,55,100);
  background: linear-gradient(0deg, rgba(0,55,100,1) 0%, rgba(0,55,100,1) 11%, rgba(0,55,100,0) 77%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
}

.kartu img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/**/

.kartumerah img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/**/

.kartumerahver img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartumerahver.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(0,117,201);
  background: linear-gradient(0deg, rgba(0,117,201,0.0984768907563025) 23%, rgba(0,117,201,0.5) 93%, rgba(0,117,201,0.5) 100%);
  height: 100%;
}

/**/

.kartumerahver2 {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

.kartumerahver2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,55,100);
  background: linear-gradient(180deg, rgba(0,55,100,1) 0%, rgba(0,55,100,0) 22%, rgba(0,55,100,0.2903536414565826) 100%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

.kartumerahver2:hover:before  {
  background: rgb(215,46,52);
  background: linear-gradient(180deg, rgba(215,46,52,1) 0%, rgba(215,46,52,1) 5%, rgba(215,46,52,0) 50%);
}

.kartumerahver2 img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartumerahver2.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(215,46,52);
  background: linear-gradient(180deg, rgba(215,46,52,1) 0%, rgba(215,46,52,1) 5%, rgba(215,46,52,0) 50%);
  height: 100%;
}

/**/

.kartumerahver3 img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartumerahver3.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(0,117,201);
  background: linear-gradient(180deg, rgba(0,117,201,1) 0%, rgba(0,117,201,1) 5%, rgba(0,117,201,0) 50%);
  height: 100%;
}

/**/

.kartukuning {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

.kartukuning:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(246,184,39);
  background: linear-gradient(180deg, rgba(246,184,39,1) 0%, rgba(246,184,39,0) 22%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

.kartukuning:hover:before  {
  background: rgb(246,184,39);
  background: linear-gradient(180deg, rgba(246,184,39,1) 0%, rgba(246,184,39,1) 5%, rgba(246,184,39,0) 50%);
}

.kartukuning img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartukuning.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(246,184,39);
  background: linear-gradient(180deg, rgba(246,184,39,1) 0%, rgba(246,184,39,1) 5%, rgba(246,184,39,0) 50%);
  height: 100%;
}

/**/

.kartubiru img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartubiru.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(64,153,216);
  background: linear-gradient(180deg, rgba(64,153,216,1) 0%, rgba(64,153,216,1) 5%, rgba(64,153,216,0) 50%);
  height: 100%;
}

/**/

.kartubirumuda {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

.kartubirumuda:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,154,222);
  background: linear-gradient(180deg, rgba(0,154,222,1) 0%, rgba(0,154,222,0) 22%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

.kartubirumuda:hover:before  {
  background: rgb(0,154,222);
  background: linear-gradient(180deg, rgba(0,154,222,1) 0%, rgba(0,154,222,1) 5%, rgba(0,154,222,0) 50%);
}

.kartubirumuda img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartubirumuda.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(0,154,222);
  background: linear-gradient(180deg, rgba(0,154,222,1) 0%, rgba(0,154,222,1) 5%, rgba(0,154,222,0) 50%);
  height: 100%;
}

/**/

.kartuungu {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

.kartuungu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(138,26,155);
  background: linear-gradient(180deg, rgba(138,26,155,1) 0%, rgba(138,26,155,0) 22%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

.kartuungu:hover:before  {
  background: rgb(138,26,155);
  background: linear-gradient(180deg, rgba(138,26,155,1) 0%, rgba(138,26,155,1) 5%, rgba(138,26,155,0) 50%);
}

.kartuungu img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartuungu.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(138,26,155);
  background: linear-gradient(180deg, rgba(138,26,155,1) 0%, rgba(138,26,155,1) 5%, rgba(138,26,155,0) 50%);
  height: 100%;
}

/**/

/**/

.kartuhijau {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

.kartuhijau:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(14,194,173);
  background: linear-gradient(180deg, rgba(14,194,173,1) 0%, rgba(14,194,173,0) 22%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

.kartuhijau:hover:before  {
  background: rgb(14,194,173);
  background: linear-gradient(180deg, rgba(14,194,173,1) 0%, rgba(14,194,173,1) 5%, rgba(14,194,173,0) 50%);
}

.kartuhijau img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kartuhijau.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(14,194,173);
  background: linear-gradient(180deg, rgba(14,194,173,1) 0%, rgba(14,194,173,1) 5%, rgba(14,194,173,0) 50%);
  height: 100%;
}

/**/

.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(215,46,52);
  background: linear-gradient(0deg, rgba(215,46,52,0.0984768907563025) 23%, rgba(215,46,52,0.5) 93%, rgba(215,46,52,0.5) 100%);
  height: 100%;
}

.text-shadow {
  text-shadow: 1px 2px #666;
}

/**/

.kartuadmission img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/**/

#inti div.twocolor:nth-child(odd) {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

#inti div.twocolor:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(246,184,39);
  background: linear-gradient(180deg, rgba(246,184,39,1) 0%, rgba(246,184,39,0) 22%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

#inti div.twocolor:nth-child(odd):hover:before  {
  background: rgb(246,184,39);
  background: linear-gradient(180deg, rgba(246,184,39,1) 0%, rgba(246,184,39,1) 5%, rgba(246,184,39,0) 50%);
}

#inti div.twocolor:nth-child(odd) img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#inti div.twocolor:nth-child(odd).active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(246,184,39);
  background: linear-gradient(180deg, rgba(246,184,39,1) 0%, rgba(246,184,39,1) 5%, rgba(246,184,39,0) 50%);
  height: 100%;
}

/**/

#inti div.twocolor:nth-child(even) {
  background: white;
  position: relative;
  transition: 0.4s ease-out;
}

#inti div.twocolor:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,154,222);
  background: linear-gradient(180deg, rgba(0,154,222,1) 0%, rgba(0,154,222,0) 22%);
  z-index: 2;
  transition: height 0.5s ease-out;
  opacity: 1;
}

#inti div.twocolor:nth-child(even):hover:before  {
  background: rgb(0,154,222);
  background: linear-gradient(180deg, rgba(0,154,222,1) 0%, rgba(0,154,222,1) 5%, rgba(0,154,222,0) 50%);
}

#inti div.twocolor:nth-child(even) img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#inti div.twocolor:nth-child(even).active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgb(0,154,222);
  background: linear-gradient(180deg, rgba(0,154,222,1) 0%, rgba(0,154,222,1) 5%, rgba(0,154,222,0) 50%);
  height: 100%;
}

/**/

.bawahkiri {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 31% 100%, 0 70%);
}

.bawahkirikecil {
  clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 10% 100%, 0 90%, 0 0);
}

.bawahkiri90 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.bawahkanan90 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.ataskanan {
  clip-path: polygon(0 0, 70% 1%, 100% 30%, 100% 100%, 31% 100%, 0 100%);
}

.ataskananmenu {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.bawahkanan {
  clip-path: polygon(0 0, 100% 0, 100% 60%, 70% 100%, 0 100%, 0% 50%);
}

.bawahkananmedium {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0% 50%);
}

.bawahkanankecil {
  clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.bawahkanankecil2 {
  clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 80%, 70% 100%, 0 100%, 0 0);
}

.putihgradient {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.590095413165266) 0%, rgba(255,255,255,0) 48%);
}

.gambaroverlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(21,111,202);
  background: linear-gradient(0deg, rgba(21,111,202,0) 23%, rgba(21,111,202,0.5) 93%, rgba(21,111,202,0.5) 100%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
}

i {
  float:right;
}

.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px
}

.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px
}

/* sliderhome */

.swiper-slide.tinggi img {
  display: block;
  width: 100%;
  height:384px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width:399px) {
  .swiper.slidermain {
    height:92vh;
  }
}

@media only screen and (min-width:400px)  and (max-width: 767px) {
  .swiper.slidermain {
    height:92vh;
  }

  .slider-prev {
    left: 10px;
    z-index:20;
    right:auto;
  }

  .slider-next {
    right: 10px;
    z-index:20;
    left:auto;
  }
}

@media only screen and (min-width: 768px) {
  .swiper.slidermain {
    height:100vh;
  }

  /*
.slider-prev {
  left: 50px;z-index:31;
}
.slider-next {
  left: 340px;z-index:31;
}
*/

  .slider-prev {
    right: 80px;
    z-index:31;
  }

  .slider-next {
    right: 20px;
    z-index:31;
  }
}

.swiper.sliderthumb {
  width:280px;
  border-radius: 24px;
}

.slidermain {
  width: 100%;
}

/*
    .sliderthumb .swiper-slide {
      width: 25%;
      height: 100%;
          opacity: 0.4;
    }
   
        .sliderthumb .swiper-slide-thumb-active {
      opacity: 0.4;
    }
  
            .sliderthumb .swiper-slide-next {
      opacity: 1;
    }



    .sliderthumb .swiper-slide-prev {
      opacity: 0;
    }
        .sliderthumb .swiper-slide-next {
      opacity: 1;
    } 
*/

.slider-next,
  .slider-prev {
  position: absolute;
  top:400px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding:25px;
  cursor: pointer;
  display: flex;
  border-radius: 100%;
  background-color:#fff;
  align-items: center;
  justify-content: center;
  color: #000;
}

.slider-next.swiper-button-disabled,
  .slider-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slider-next:after,
  .slider-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  font-weight:700;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.slider-prev:after {
  content: "prev";
}

.slider-next:after {
  content: "next";
}

/* buat swiper generaluse*/

.swipenormaluse-next,
  .swipenormaluse-prev {
  position: absolute;
  top:50%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding:25px;
  z-index:30;
  cursor: pointer;
  display: flex;
  border-radius: 100%;
  background-color:#fff;
  align-items: center;
  justify-content: center;
  color: #000;
}

.swipenormaluse-next.swiper-button-disabled,
  .swipenormaluse-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swipenormaluse-next:after,
  .swipenormaluse-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  font-weight:700;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swipenormaluse-prev {
  left: -30px;
  right: auto;
}

.swipenormaluse-prev:after {
  content: "prev";
}

.swipenormaluse-next {
  right: -30px;
  left: auto;
}

.swipenormaluse-next:after {
  content: "next";
}

/* buat swiper home*/

.swipehome {
  width: 100%;
  height: 100%;
}

.slideatas img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* buat swiper testimoni home */

.swiper-pagination-testi {
  position: relative;
  text-align: center;
  padding-top:60px;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swipetestimoni {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swipetestimoni .swiper-slide {
  opacity: 0.4;
}

.swipetestimoni .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-nexttesti,
  .swiper-button-prevtesti {
  position: absolute;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d72e34;
}

.swiper-button-nexttesti.swiper-button-disabled,
  .swiper-button-prevtesti.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-nexttesti:after,
  .swiper-button-prevtesti:after {
  font-family: swiper-icons;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prevtesti {
  right: 30px;
  left: auto;
}

.swiper-button-prevtesti:after {
  content: "prev";
}

.swiper-button-nexttesti {
  right: 0px;
  left: auto;
}

.swiper-button-nexttesti:after {
  content: "next";
}

/* buat zoom */

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

/* swipermodif*/

.swiper-pagination-arrowmodif {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-event {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-button-next-arrowmodif,
  .swiper-button-prev-arrowmodif {
  width: 30px;
  height: 30px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d72e34;
}

.swiper-button-next-arrowmodif.swiper-button-disabled,
  .swiper-button-prev-arrowmodif.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next-arrowmodif:after,
  .swiper-button-prev-arrowmodif:after {
  font-family: swiper-icons;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev-arrowmodif {
  left: -40px;
  position: absolute;
  right: auto;
}

.swiper-button-prev-arrowmodif:after {
  content: "prev";
}

.swiper-button-next-arrowmodif {
  right: -40px;
  position: absolute;
  left: auto;
}

.swiper-button-next-arrowmodif:after {
  content: "next";
}

.swiper-button-prev-arrowmodif.tinggiannual,
  .swiper-button-next-arrowmodif.tinggiannual {
  top: -350px;
}

.swiper-button-prev-arrowmodif.tinggidiscloure,
  .swiper-button-next-arrowmodif.tinggidiscloure {
  top: -250px;
}

/*preloader*/

/* General Styling */

/* Loader Styles start here */

/* Loader Styles start here */

.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #fff;
  --outer-line-color: #CB1828;
  --middle-line-color: #1086D6;
  --inner-line-color: #03254B;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}

.loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
  /*   transform: translate(-50%, -50%); */
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius:100%;
  animation: spin 2s linear infinite;
  z-index:1001;
}

.loader:before {
  content:"";
  position: absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius:100%;
  animation: spin 3s linear infinite;
}

.loader:after {
  content:"";
  position: absolute;
  top:14px;
  left:14px;
  right:14px;
  bottom:14px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius:100%;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0%   {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-wrapper .loadersection-full {
  position:fixed;
  top:0;
  background:var(--curtain-color);
  width:100%;
  height:100%;
  z-index:1000;
}

.loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:var(--curtain-color);
  width:51%;
  height:100%;
  z-index:1000;
}

.loader-wrapper .loader-section.section-left {
  left:0
}

.loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */

.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}

.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}

.loaded .loader {
  opacity: 0;
  transition: all ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all ease-out;
}

/* SLider Home*/

.swiperinstagram {
  width: 100%;
  height: 100%;
}

/* Tooltip */

/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: rgb(0,117,201);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 155%;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/**/

.kepala {
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s ease-out;
}

.kepala:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(204,204,204);
  background: linear-gradient(95deg, rgba(204,204,204,1) 2%, rgba(204,204,204,1) 8%, rgba(204,204,204,0) 100%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
}

.kepala img.bgend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* swiper art card */

/* swiper card */

.swipeart {
}

.swipeartmain {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .arts-next,
  .arts-prev {
    top:300px;
  }

  .arts-next {
    right: -45px;
    z-index:20;
    left:auto;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .arts-next,
  .arts-prev {
    top:150px;
  }

  .arts-next {
    right: -50px;
    z-index:20;
    left:auto;
  }
}

@media only screen and (min-width: 992px)  {
  .arts-next,
  .arts-prev {
    top:280px;
  }

  .arts-next {
    right: -30px;
    z-index:20;
    left:auto;
  }
}

.arts-next,
  .arts-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 0;
  padding:35px;
  cursor: pointer;
  display: flex;
  border-radius: 100%;
  background-color:#fff;
  align-items: center;
  justify-content: center;
  color: #FC2E11;
}

.arts-next.swiper-button-disabled,
  .arts-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.arts-next:after,
  .arts-prev:after {
  font-size: 15px;
  font-weight:700;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.arts-prev:after {
  content: "Prev";
}

.arts-next:after {
  content: "Next";
}

.arts-prev {
  left: 10px;
  z-index:20;
  right:auto;
}

/* swiper wellbeing */

@media only screen and (max-width: 767px) {
  .swiper.slidermain2 {
    height:550px;
  }

  .slider-prev2 {
    left: 10px;
    z-index:20;
    right:auto;
  }

  .slider-next2 {
    right: 10px;
    z-index:20;
    left:auto;
  }
}

@media only screen and (min-width: 768px) {
  .swiper.slidermain2 {
    height:850px;
  }

  /*
.slider-prev {
  left: 50px;z-index:31;
}
.slider-next {
  left: 340px;z-index:31;
}
*/

  .slider-prev2 {
    right: 80px;
    z-index:31;
  }

  .slider-next2 {
    right: 20px;
    z-index:31;
  }
}

.swiper.sliderthumb2 {
  width:600px;
}

.slidermain2 {
  width: 100%;
}

.sliderthumb2 {
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-slide.wellbeing img {
  display: block;
  width: 100%;
  height:204px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
}

.sliderthumb2 .swiper-slide {
  filter: grayscale(1);
}

.sliderthumb2 .swiper-slide-thumb-active {
  filter: grayscale(0);
}

/*
    .sliderthumb .swiper-slide {
      width: 25%;
      height: 100%;
          opacity: 0.4;
    }
   
        .sliderthumb .swiper-slide-thumb-active {
      opacity: 0.4;
    }
  
            .sliderthumb .swiper-slide-next {
      opacity: 1;
    }



    .sliderthumb .swiper-slide-prev {
      opacity: 0;
    }
        .sliderthumb .swiper-slide-next {
      opacity: 1;
    } 
*/

.swiper-button-nextmain,
  .swiper-button-prevmain {
  position: absolute;
  bottom: 50%;
  width: 25px;
  height: 25px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.swiper-button-nextmain.swiper-button-disabled,
  .swiper-button-prevmain.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-nextmain:after,
  .swiper-button-prevmain:after {
  font-family: swiper-icons;
  font-size: 25px;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prevmain {
  right: auto;
  left: 50px;
}

.swiper-button-prevmain:after {
  content: "prev";
}

.swiper-button-nextmain {
  right: 50px;
  left: auto;
}

.swiper-button-nextmain:after {
  content: "next";
}

/* swiper community */

.slider-next3,
  .slider-prev3 {
  position: absolute;
  top:400px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding:25px;
  cursor: pointer;
  display: flex;
  border-radius: 100%;
  background-color:#fff;
  align-items: center;
  justify-content: center;
  color: #000;
}

.slider-next3.swiper-button-disabled,
  .slider-prev3.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slider-next3:after,
  .slider-prev3:after {
  font-family: swiper-icons;
  font-size: 30px;
  font-weight:700;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.slider-prev3:after {
  content: "prev";
}

.slider-next3:after {
  content: "next";
}

@media only screen and (max-width: 767px) {
  .swiper.slidermaincommunity {
    height:560px;
  }

  .slider-prev3 {
    top:270px;
    left: 10px;
    z-index:20;
    right:auto;
  }

  .slider-next3 {
    top:270px;
    right: 10px;
    z-index:20;
    left:auto;
  }

  .swiper-button-nextmain,
  .swiper-button-prevmain {
    display:none
  }
}

@media only screen and (min-width: 768px) {
  .slider-prev3 {
    left: 10px;
    z-index:20;
    right:auto;
  }

  .slider-next3 {
    right: 10px;
    z-index:20;
    left:auto;
  }

  .swiper-button-nextmain,
  .swiper-button-prevmain {
    display:block
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .swiper.slidermaincommunity {
    height:650px;
  }
}

@media only screen and (min-width: 1024px) {
  .swiper.slidermaincommunity {
    height:900px;
  }
}

@media only screen and (min-width: 1250px) {
  .swiper.sliderthumbcommunity {
    width:1200px;
  }

  .swiper-slide.community img {
    display: block;
    width: 100%;
    height:600px;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide.community:nth-child(1) {
    margin-top:60px
  }

  .swiper-slide.community:nth-child(2) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(3) {
    margin-top:20px;
  }

  .swiper-slide.community:nth-child(4) {
    margin-top:60px;
  }

  .swiper-slide.community:nth-child(5) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(6) {
    margin-top:20px;
  }

  .swiper-slide.community:nth-child(7) {
    margin-top:60px;
  }

  .swiper-slide.community:nth-child(8) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(9) {
    margin-top:20px;
  }

  .swiper-slide.community:nth-child(10) {
    margin-top:60px;
  }

  .swiper-slide.community:nth-child(11) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(12) {
    margin-top:20px;
  }
}

@media only screen and (max-width: 1249px) and (min-width: 992px) {
  .swiper.sliderthumbcommunity {
    width:900px;
  }

  .swiper-slide.community img {
    display: block;
    width: 100%;
    height:700px;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide.community:nth-child(1) {
    margin-top:60px
  }

  .swiper-slide.community:nth-child(2) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(3) {
    margin-top:20px;
  }

  .swiper-slide.community:nth-child(4) {
    margin-top:60px;
  }

  .swiper-slide.community:nth-child(5) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(6) {
    margin-top:20px;
  }

  .swiper-slide.community:nth-child(7) {
    margin-top:60px;
  }

  .swiper-slide.community:nth-child(8) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(9) {
    margin-top:20px;
  }

  .swiper-slide.community:nth-child(10) {
    margin-top:60px;
  }

  .swiper-slide.community:nth-child(11) {
    margin-top:40px;
  }

  .swiper-slide.community:nth-child(12) {
    margin-top:20px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .swiper.sliderthumbcommunity {
    width:700px;
    margin-top:50px;
  }

  .swiper-slide.community img {
    display: block;
    width: 100%;
    height:500px;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width: 767px) {
  .swiper.sliderthumbcommunity {
    width:300px;
    margin-top:50px;
  }

  .swiper-slide.community img {
    display: block;
    width: 100%;
    height:500px;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: center;
  }
}

.slidermaincommunity {
  width: 100%;
}

.sliderthumbcommunity {
  box-sizing: border-box;
  padding: 10px 0;
}

.sliderthumbcommunity .swiper-slide {
  filter: grayscale(1);
}

.sliderthumbcommunity .swiper-slide-thumb-active {
  filter: grayscale(0);
}

/*
    .sliderthumb .swiper-slide {
      width: 25%;
      height: 100%;
          opacity: 0.4;
    }
   
        .sliderthumb .swiper-slide-thumb-active {
      opacity: 0.4;
    }
  
            .sliderthumb .swiper-slide-next {
      opacity: 1;
    }



    .sliderthumb .swiper-slide-prev {
      opacity: 0;
    }
        .sliderthumb .swiper-slide-next {
      opacity: 1;
    } 
*/

.slider-nextevent,
  .slider-prevevent {
  position: relative;
  top:0;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding:25px;
  cursor: pointer;
  display: flex;
  border-radius: 100%;
  background-color:#CB1728;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.slider-nextevent.swiper-button-disabled,
  .slider-prevevent.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slider-nextevent:after,
  .slider-prevevent:after {
  font-family: swiper-icons;
  font-size: 20px;
  font-weight:700;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.slider-nextevent:after {
  content: "next";
}

@media only screen and (max-width: 767px) {
  .slider-prevevent {
    top:270px;
    left: 10px;
    z-index:20;
    right:auto;
  }

  .slider-nextevent {
    top:270px;
    right: 10px;
    z-index:20;
    left:auto;
  }
}

@media only screen and (min-width: 768px) {
  .slider-prevevent {
    left: 10px;
    z-index:20;
    right:auto;
  }

  .slider-nextevent {
    right: 10px;
    z-index:20;
    left:auto;
  }
}

/**/

.slideshow {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.slide--current {
  opacity: 1;
  pointer-events: auto;
}

.slide__img {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-size: cover;
  background-position: 50% 50%;
}

.slidenav {
  position: absolute;
  width: 300px;
  margin-left: -150px;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 2em;
  z-index:1000;
}

.shape {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #333;
  top: 0;
  pointer-events: none;
}

@media screen and (min-width: 55em) {
  .demos {
    display: flex;
    justify-self: end;
  }

  .demo {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 4px;
    border-radius: 50%;
    background: #333;
  }

  a.demo--current {
    background: #333;
  }

  .demo span {
    line-height: 1;
    position: absolute;
    right: 100%;
    display: none;
    margin: 0 1em 0 0;
  }

  .demo--current span {
    display: block;
  }
}

@media screen and (max-width: 55em) {
  .content {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding-bottom: 10em;
  }

  .content--fixed {
    position: relative;
    z-index: 39;
    display: block;
    padding: 0.85em;
  }

  .codrops-header {
    flex-direction: column;
    align-items: center;
  }

  .codrops-header__title {
    font-weight: bold;
    padding-bottom: 0.25em;
    text-align: center;
  }

  .github {
    display: none;
  }

  .codrops-links {
    margin: 0;
  }

  .slide__desc {
    font-size: 1em;
  }

  .slide__link {
    font-size: 0.85em;
  }
}

/* Tab content - closed */

/* :checked - resize to full height */

.tab input:checked~.tab-content {
  max-height: 100vh;
}

/* Label formatting when open */

.tab input:checked+label {
  /*@apply text-xl p-5 border-l-2 border-indigo-500 bg-gray-100 text-indigo*/
  font-size: 1.25rem;
  /*.text-xl*/
  padding: 1.25rem;
  /*.p-5*/
  border-left-width: 2px;
  /*.border-l-2*/
  border-color: #6574cd;
  /*.border-indigo*/
  background-color: #f8fafc;
  /*.bg-gray-100 */
  color: #6574cd;
  /*.text-indigo*/
}

/* Icon */

.tab label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  transition: all .35s;
}

/* Icon formatting - closed */

.tab input[type=checkbox]+label::after {
  content: "+";
  font-weight: bold;
  border-width: 1px;
  border-radius: 9999px;
  border-color: #b8c2cc;
}

.tab input[type=radio]+label::after {
  content: "\25BE";
  font-weight: bold;
  border-width: 1px;
  border-radius: 9999px;
  border-color: #b8c2cc;
}

.tab input[type=checkbox]:checked+label::after {
  transform: rotate(315deg);
  background-color: #6574cd;
  color: #f8fafc;
}

.tab input[type=radio]:checked+label::after {
  transform: rotateX(180deg);
  background-color: #6574cd;
  color: #f8fafc;
}

/*water


	.shaed1 {height:100px;}
*/

/* marquee */

:root {
  --size: clamp(5rem, 1rem + 40vmin, 10rem);
  --gap: calc(var(--size) / 14);
  --duration: 160s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.animasibaru {
  display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--gap);
  width: 100%;
  line-height: 1.5;
  color: var(--color-text);
  background-color: rgb(0,154,222);
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
          mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee__group img {
  height:140px;
  mix-blend-mode: multiply;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */

.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

/* Parent wrapper */

.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* untuk alert * /
    /*Footer open/load animation*/

.alert-footer {
  animation: fadein 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*Footer close animation*/

.alert-footer input:checked~* {
  animation: fadeout 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes fadein {
  to {
    opacity: 1;
    display:block;
  }
}

@keyframes fadeout {
  to {
    opacity: 0;
    display: none;
  }
}

.pagination {
  display: inline-block;
  text-align: center;
}

.pagination li {
  float: left;
  padding: 8px 8px;
  margin: 0 4px;
}

.pagination li a {
  color: black;
  padding: 8px 8px;
  text-decoration: none;
}

.pagination li.disabled {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li.active {
  background-color: #003764;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
  text-decoration: none;
}

.pagination li:hover:not(.active) {
  background-color: #ddd;
  border-radius: 10px;
}

.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.pagination li.disabled:hover:not(.active) {
  background-color: white;
}

/**/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

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

.-right-40 {
  right: -10rem;
}

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

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

.-top-14 {
  top: -3.5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-16 {
  top: 4rem;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.top-64 {
  top: 16rem;
}

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

.mt-52 {
  margin-top: 13rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

.list-outside {
  list-style-position: outside;
}

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

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

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-bluebsj {
  --tw-border-opacity: 1;
  border-color: rgb(0 154 222 / var(--tw-border-opacity, 1));
}

.border-darkerblue {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 100 / var(--tw-border-opacity, 1));
}

.border-darkerredbsj {
  --tw-border-opacity: 1;
  border-color: rgb(144 0 9 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-lightblue {
  --tw-border-opacity: 1;
  border-color: rgb(115 178 223 / var(--tw-border-opacity, 1));
}

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

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

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.border-b-darkerblue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 55 100 / var(--tw-border-opacity, 1));
}

.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-b-lightblue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 178 223 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#888B8D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 139 141 / var(--tw-bg-opacity, 1));
}

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

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

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

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

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(115 178 223 / var(--tw-bg-opacity, 1));
}

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

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

.bg-lightyellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 209 45 / var(--tw-bg-opacity, 1));
}

.bg-redbsj {
  --tw-bg-opacity: 1;
  background-color: rgb(215 46 52 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 184 39 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#003764\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 55 100 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4E588\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 229 136 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.fill-black {
  fill: #000;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

.pt-40 {
  padding-top: 10rem;
}

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

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

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

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

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

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

.font-bold {
  font-family: 'Metropolis Bold' , sans-serif;
}

.font-light {
  font-family: 'Metropolis Light' , sans-serif;
}

.font-medium {
  font-family: 'Metropolis Medium' , sans-serif;
}

.font-regular {
  font-family: 'Metropolis Regular' , sans-serif;
}

.font-semibold {
  font-family: 'Metropolis Semi Bold', sans-serif;
}

.font-thin {
  font-family: 'Metropolis Thin', sans-serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-light {
  font-weight: 300;
}

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-lightblue {
  --tw-text-opacity: 1;
  color: rgb(115 178 223 / var(--tw-text-opacity, 1));
}

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

.text-redbsj {
  --tw-text-opacity: 1;
  color: rgb(215 46 52 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

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

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(246 184 39 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-neutral-100 {
  --tw-shadow-color: #f5f5f5;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.invert {
  --tw-invert: invert(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-lg {
  --tw-backdrop-blur: blur(16px);
  -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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

/* end of components*/

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:rounded-3xl:hover {
  border-radius: 1.5rem;
}

.hover\:border:hover {
  border-width: 1px;
}

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

.hover\:border-bluebsj:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 154 222 / var(--tw-border-opacity, 1));
}

.hover\:border-darkerblue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 100 / var(--tw-border-opacity, 1));
}

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

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

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-lightblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 178 223 / var(--tw-bg-opacity, 1));
}

.hover\:bg-redbsj:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 46 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-zinc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-lightblue:hover {
  --tw-text-opacity: 1;
  color: rgb(115 178 223 / var(--tw-text-opacity, 1));
}

.hover\:text-redbsj:hover {
  --tw-text-opacity: 1;
  color: rgb(215 46 52 / var(--tw-text-opacity, 1));
}

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

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

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

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

.focus\:text-darkerblue:focus {
  --tw-text-opacity: 1;
  color: rgb(0 55 100 / var(--tw-text-opacity, 1));
}

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

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

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
}

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

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

.group:hover .group-hover\:rotate-0 {
  --tw-rotate: 0deg;
  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\:text-darkerblue {
  --tw-text-opacity: 1;
  color: rgb(0 55 100 / var(--tw-text-opacity, 1));
}

@media (min-width: 440px) {
  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

  .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-none {
    border-radius: 0px;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

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

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

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

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

  .md\:absolute {
    position: absolute;
  }

  .md\:-right-\[88px\] {
    right: -88px;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

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

  .md\:bottom-72 {
    bottom: 18rem;
  }

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

  .md\:left-36 {
    left: 9rem;
  }

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

  .md\:top-28 {
    top: 7rem;
  }

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

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

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

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

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

  .md\:-mr-44 {
    margin-right: -11rem;
  }

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

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

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

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

  .md\:ml-32 {
    margin-left: 8rem;
  }

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

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

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

  .md\:mt-64 {
    margin-top: 16rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

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

  .md\:h-96 {
    height: 24rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .md\:break-after-column {
    -moz-column-break-after: column;
         break-after: column;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

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

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

  .md\:rounded-none {
    border-radius: 0px;
  }

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

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

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .lg\:text-2nd {
    font-size: 1.4rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  @media (min-width: 1024px) {
    @media (min-width: 1280px) {
      .md\:lg\:xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
      }

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

      .md\:lg\:xl\:border-r {
        border-right-width: 1px;
      }

      .md\:lg\:xl\:border-b {
        border-bottom-width: 1px;
      }
    }
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[600px\] {
    height: 600px;
  }

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}

