.file_gallery .file, .standard_box{
    position: relative;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    padding: 3px 15px 5px;
}

.file_gallery .file {
    background: #ffde58;
    color: #808080 !important;
    padding-top: 5px;
}

.file_gallery .file:focus,
.file_gallery .file:hover {
    color: #2f3335 !important;
    background: #ffd633;
    text-decoration: none;
}

.standard_box {
    padding: 3px 15px 5px;
    background: #add390;
}

.standard_box p {
    width: 100%;
    color: #fff;
}

.standard_box:focus,
.standard_box:hover {
    background: #93c56d;
    text-decoration: none;
}

#content .standard_box:hover a,
#content .standard_box:active a,
#content .standard_box:hover p {
  color: #fff !important;
}

.staff_details {
  padding-right: 40px !important;
}

.work_list .standard_box a {
    color: #fff !important;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
    padding-bottom: 0;
    display: flex;
}
#content .standard_box p a{
    flex-grow: 1;
}
#content .standard_box:hover a, #content .standard_box:active a, #content .standard_box:hover p {
	color: #fff !important;
}

.work_list .standard_box a:hover {

	color: #fff;
}

.work_list .standard_box:hover::after, .work_list .standard_box:active::after {
	height: 100%;
}

#content .standard_box{
    display: block;
}

#content .standard_box h2{
    margin: 10px 0;
	transition: all .3s ease-in-out;
}

#content .standard_box:hover h2{
    color: white;
}

#content  .standard_box p a{
    color: white !important;
    text-align: left !important;
}

#content  .standard_box p a:hover{
   text-decoration: none;
}

#content  .standard_box p{
    margin: 5px 0 !important;
    display: inline;
}

#content .home-text{
    display: flex;
}
#class_menu li {
  color: #fff !important;
  margin-right: 10px;
  border-radius: 10px;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
  background-color: #808080;
}

#class_menu li:hover {
  scale: 1.05;
  background-color: #666;
}
#class_menu li a {
  border: none;
  background: none;
  font-weight: 600;
}

#class_menu li a:hover {
  text-decoration: none;
}

#menu ul {
    display: none;
}
#menu, #menu li, #menu ul {
    list-style: none !important;
    list-style-image: none !important;
}

/* SIDE MENU */
    #menu li a{
        color: #808080;
        font-size: 18px;

    }
    #menu li{
        margin: 20px 0 0 10px;
        padding: 5px 0;
        border-bottom: 2px solid rgba(0,0,0,0);
        transition: all .3s ease-in-out;
    }

    #menu li li{
        margin-left: 20px;
    }
    #menu li:hover{
        border-bottom-color: #add390;    
    }

    #menu li a:hover {
        color: #666;
        text-decoration: none;
    }
    .fas{
        margin-right: 10px;
    }


/* FULL SCREEN NAV BAR */
@media(min-width:1023px) {
    #menu li a {
        color: #808080;
        font-size: 18px;
        font-weight: 400;
        padding: 0 17px 17px 17px;
        text-decoration: none;
        text-align: center;
        display: inline-block;

        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #4d4d4d !important;
    }

    #menu li{
        color: #3a2050;
        margin: 0;
        padding: 0;
        border: none;
    }
    #menu li li{
        margin: 0;
        text-transform: none;
    }
    #menu .topItem{
        position: relative;
    }

    #menu .subItem a {
        display: block;
        width: 300px;
        padding: 10px 15px;
        border: 0;
    }


    #menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 18px;
    }

    #menu ul{
        position: absolute;
        width: 300px;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        z-index: 997;
    }

    #menu ul ul{
        margin-left: 300px;
        margin-top: -47px !important;
        
    }
    

    #menu li:hover > ul{
        display: flex;
        flex-wrap: wrap;
        animation: fadeIn .25s;
    }
    .menu_expand{
        display: none !important;
    }

    /*first layer*/
    #menu ul{
        background: #fff;
    }
    #menu ul li a{
        color: #808080;
        text-align: left;
        text-transform: none !important;
    }
    #menu ul li a:hover{
        
        color: #666 !important;
    }

    /*Second layer*/
    #menu ul ul{
        background: #808080;

    }
    #menu ul ul li a{
        color: #fff;
    }

    #menu ul ul li a:hover{
        color: #add390 !important;
        
    }

     /*Third layer*/
     #menu ul ul ul {
        background: #061c60;
    }
    #menu ul ul ul li a{
        color: white;
    }

    #menu ul ul ul li a:hover{
        color: #add390 !important;
    }

    /* STICKY NAV */
    .sticky-nav {
        box-shadow: 0 0 7px rgba(0,0,0,.3) !important;
    }
    .sticky-nav ul#menu ul {
        border-bottom: 6px solid #add390;
        box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
      }


    /* LONG DROPDOWN HANDLING*/
    #menu li:hover>ul.long-dropdown{
        width: 600px !important;
        display: flex!important;
        flex-wrap: wrap;
    }
    .long-dropdown-subItem {
        width: 300px !important;
        
    }
    .long-dropdown-subItem ul{
        width: 300px !important;
        margin-left: -300px;
    }
}
/*#side_buttons {
	position: relative;
	z-index: 998;
	top: 50px;
	right: 10px;
	width: 100%;
	display: none;
}*/
#side_buttons.other-page {
	position: absolute;
	top: 150px;
	/*z-index: 2;
	right: 10px;
	display: none;*/
}
#side_buttons .welcome-btn {
	/*position: absolute;
	right: 0;
	cursor: pointer;
	border-radius: 50%;
	height: 61px;
	width: 61px;
	background: #6e3e98;
	color: #fff;
	border: 3px solid #fff;
	z-index: 9;*/
}
/*#side_buttons .welcome-btn a {
	color: #fff;
	text-decoration: none;
}*/
/*#side_buttons .welcome-btn:hover, */#side_buttons .active-btn.active {
	background: #93c56d;
}
/*#side_buttons .wel {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#side_buttons .translate-btn{
	padding: 11px 12px;
	font-size: 28px;
}*/
/*#side_buttons .login-btn{
	top: 64px;
	padding: 11px 14px;
	font-size: 27px;
}
#side_buttons .login-btn .offset-text {
	font-size: 0;
	text-indent: -9999em;
}
#side_buttons .search-btn{
	top: 128px;
	padding: 11px 12px;
	font-size: 27px;
}*/

#google_translate_element {
	/*position: absolute;
	top: 0px;
	right: 31px;
	background: #93c56d;*/
	/*border: 3px solid #fff;
	line-height: 1.42857143;
	padding: 6px 70px 6px 10px;
	transition: 0.3s;
	display: none;*/
}
#google_translate_element.toggled{
	display: block !important;
 animation: fadeIn .25s;
	background: #93c56d;
}
.search-content {
	/*position: absolute;
	top: 128px;
	font-size: 19px;
	border: 3px solid #fff;
	background: #93c56d;*/
	/*right: 31px;
	padding: 13px 42px 13px 12px;
	transition: 0.3s;
	display: none;*/
}
.search-content.toggled{
	display: block !important;
 animation: fadeIn .25s;
	background: #93c56d;
}
/*#search_button{
	color: #fff;
}
#search_button:hover{
	color: #b1b1b1;
}*/
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo {
	color: #666 !important;
	margin: 4px 0 6px !important;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-te-gadget a {
	color: #fff !important;
}
.goog-te-gadget img {
	display: inline-block;
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@media(min-width: 1024px){
	/*#side_buttons{
	display: block;
	}*/
	/*#side_buttons.other-page {
		display: block;
	}*/
}
/* Hero */
.custom-hero-dots{
  align-items: center;
  bottom: 30px;
  display: flex !important;
  height: 40px;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 700;
}
.custom-hero-dots li{
  color: rgba(0,0,0,0);
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all .3s ease-in-out;
}
.custom-hero-dots li:hover {
  background-color: #c9e2b6;
}
.custom-hero-dots button{
  width: 14px;
  height: 14px;
}
.custom-hero-dots .slick-active{
  background-color: #add390;
  width: 14px;
  height: 14px;
}
.custom-hero-dots .slick-active:hover{
  background-color: #add390 !important;
}


/* TWITTER */
.custom-twitter-dots {
  display: flex !important;
  width: 100%;
  height: 100px;
  margin: 0 auto -100px;
  justify-content: center;
  align-items: center;
  z-index: 700;
}
.custom-twitter-dots li {
  color: rgba(0, 0, 0, 0);
  background-color: #ccdff4;
  border: 2px solid #ccdff4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.custom-twitter-dots li:hover {
  background-color: rgba(119, 183, 251, 0.6);
}
.custom-twitter-dots button {
  width: 20px;
  height: 20px;
}
.custom-twitter-dots .slick-active, .custom-twitter-dots .slick-active:hover {
  background-color: #9cc9f8;
  border: 2px solid #77b7fb;
  width: 20px;
  height: 20px;
}

/* FACEBOOK */
.custom-facebook-dots{
  display: flex !important;
  width: 100%;
  height: 80px;
  margin: 0 auto -80px;
  justify-content: center;
  align-items: center;
  z-index: 700;
}
.custom-facebook-dots li{
  color: rgba(0,0,0,0);
  background-color: #696969;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all .3s ease-in-out;
}
.custom-facebook-dots li:hover {
  background-color: #c9e2b6;
}
.custom-facebook-dots button{
  width: 14px;
  height: 14px;
}
.custom-facebook-dots .slick-active{
  background-color: #add390;
  width: 14px;
  height: 14px;
}
.custom-facebook-dots .slick-active:hover{
  background-color: #add390 !important;
}


/* EVENTS */
.custom-events-dots{
  display: flex !important;
  width: 100%;
  height: 21px;
  margin: 30px auto;
  justify-content: center;
  align-items: center;
  z-index: 700;
}
.custom-events-dots li{
  color: rgba(0,0,0,0);
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all .3s ease-in-out;
}
.custom-events-dots li:hover {
  background-color: #ffe680;
}
.custom-events-dots button{
  width: 14px;
  height: 14px;
}
.custom-events-dots .slick-active{
  background-color: #ffde58;
  width: 14px;
  height: 14px;
}
.custom-events-dots .slick-active:hover{
  background-color: #ffde58 !important;
}

#events-component .slick-arrow{
  top: 332px;
  z-index: 400;
}

#events-component .slick-prev{
  left: 40px;
}
#events-component .slick-next{
  right: 40px;
}

#events-component .slick-prev::before, #events-component .slick-next::before{
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  opacity: 1;
  font-size: 26px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

#events-component .slick-prev:hover::before, #events-component .slick-next:hover::before{
  color: #ffde58;
}


#events-component .slick-disabled::before, #events-component .slick-disabled:hover::before{
  opacity: 0.2;
  color: #f1e55c;
  cursor: initial;
}

#events-component .slick-prev::before{
  content: '\f060';
}

#events-component .slick-next::before{
  content: '\f061';
}
/*@media(min-width: 640px) {
.custom-events-dots {
      bottom: -60px;
      position: absolute;
      display: block !important;
      text-align: left;
  }
  .custom-events-dots li {
      display: inline-block;
  }
}*/
/* ----- Latest Ticker -----*/

#latest-ticker .arrow-right, #latest-ticker .arrow-left {
	display: none;
}

.ticker-outer-wrap {
	width: 	100%;
	overflow: hidden;
	z-index: 9;
	position: relative;
	/*bottom: 0;*/
}
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 3.5rem;
    background-color: #fff;
    padding-left: 100%;
	box-sizing: content-box;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 3.5rem;
    line-height: 3.5rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 24s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
    color: #696969;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@media (min-width: 470px) {
	#latest-ticker {
		height: 57px;
	}
	#latest-ticker .arrow-right {
		-webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
		        clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
		padding: 11px 35px 11px 25px;
		background: #cbd1c6;
		font-weight: 700;
		font-size: 23px;
		width: 200px;
		position: absolute;
		z-index: 99;
		display: block;
		border-left: 8px #add390 solid;
	}
	#latest-ticker .arrow-background {
		background: #fff;
		width: 200px;
		position: absolute;
		z-index: 98;
		display: block;
		height: 56px;
	}
	.ticker-wrap .ticker {
		height: 3.7rem;
		line-height: 3.7rem;
	}
	.ticker-wrap .ticker__item {
		padding: 0 1.3rem;
		font-size: 1.3rem;
	}
}
@media(min-width: 768px) {
	#latest-ticker .arrow-left {
		-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 50%);
		        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 50%);
		padding: 20px 15px 20px 15px;
		background: #cbd1c6;
		width: 80px;
		position: absolute;
		z-index: 99;
		height: 66px;
		right: 0;
		/*display: block;*/
	}
}
/*@media(min-width:1280px) {
	#latest-ticker .arrow-right {
		padding: 20px 35px 20px 35px;
		width: 220px;
	}
}
@media(min-width:1600px) {
	#latest-ticker .arrow-right {
		padding: 20px 35px 20px 55px;
		width: 260px;
	}
}*/
/*
! tailwindcss v3.2.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html,
  body {
    font-family: 'Cabin', cursive;
  }
  * {
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #696969;
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #2f3335;
  text-decoration: none;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 18px;
  padding: 0 0 0 2.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 18px;
  padding: 0 0 0 3em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: #696969;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: #696969;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 18px;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(table:not(.fc table)):not(:where([class~="not-prose"] *)) {
  font-size: 18px;
  border: initial;
}
.prose :where(tr:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose :where(th:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose :where(td:not(.fc-widget-content)):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-2 {
  top: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.top-0 {
  top: 0px;
}
.left-\[-302px\] {
  left: -302px;
}
.top-\[240px\] {
  top: 240px;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-2 {
  right: 0.5rem;
}
.right-0 {
  right: 0px;
}
.top-\[50\%\] {
  top: 50%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-\[31px\] {
  right: 31px;
}
.top-16 {
  top: 4rem;
}
.top-\[128px\] {
  top: 128px;
}
.left-0 {
  left: 0px;
}
.left-\[0px\] {
  left: 0px;
}
.bottom-\[46px\] {
  bottom: 46px;
}
.top-\[60px\] {
  top: 60px;
}
.left-\[-20px\] {
  left: -20px;
}
.bottom-\[-15px\] {
  bottom: -15px;
}
.bottom-0 {
  bottom: 0px;
}
.right-20 {
  right: 5rem;
}
.top-20 {
  top: 5rem;
}
.top-\[-25px\] {
  top: -25px;
}
.left-\[calc\(50\%-25px\)\] {
  left: calc(50% - 25px);
}
.bottom-1 {
  bottom: 0.25rem;
}
.top-\[-80px\] {
  top: -80px;
}
.left-\[-80px\] {
  left: -80px;
}
.right-\[20px\] {
  right: 20px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[5px\] {
  top: 5px;
}
.left-\[-10px\] {
  left: -10px;
}
.top-\[18px\] {
  top: 18px;
}
.bottom-\[90px\] {
  bottom: 90px;
}
.top-\[-30px\] {
  top: -30px;
}
.left-\[360px\] {
  left: 360px;
}
.left-\[-40px\] {
  left: -40px;
}
.top-\[-4px\] {
  top: -4px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[-20px\] {
  top: -20px;
}
.bottom-\[45px\] {
  bottom: 45px;
}
.bottom-\[80px\] {
  bottom: 80px;
}
.left-\[-50px\] {
  left: -50px;
}
.top-\[-50px\] {
  top: -50px;
}
.right-\[-50px\] {
  right: -50px;
}
.top-\[-120px\] {
  top: -120px;
}
.top-\[calc\(100\%-115px\)\] {
  top: calc(100% - 115px);
}
.left-\[0\%\] {
  left: 0%;
}
.left-\[-2px\] {
  left: -2px;
}
.top-\[134px\] {
  top: 134px;
}
.bottom-\[65px\] {
  bottom: 65px;
}
.left-\[-65px\] {
  left: -65px;
}
.top-72 {
  top: 18rem;
}
.left-4 {
  left: 1rem;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[100px\] {
  right: 100px;
}
.top-\[-40px\] {
  top: -40px;
}
.top-\[-13px\] {
  top: -13px;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.left-\[137px\] {
  left: 137px;
}
.right-\[15px\] {
  right: 15px;
}
.z-\[999\] {
  z-index: 999;
}
.z-50 {
  z-index: 50;
}
.z-\[998\] {
  z-index: 998;
}
.z-10 {
  z-index: 10;
}
.z-\[801\] {
  z-index: 801;
}
.z-20 {
  z-index: 20;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[800\] {
  z-index: 800;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-\[65px\] {
  margin-left: 65px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.ml-\[115px\] {
  margin-left: 115px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-\[75px\] {
  margin-left: 75px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-\[-100px\] {
  margin-bottom: -100px;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-\[-25px\] {
  margin-left: -25px;
}
.mb-\[120px\] {
  margin-bottom: 120px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[365px\] {
  height: 365px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[182px\] {
  height: 182px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[268px\] {
  height: 268px;
}
.h-\[272px\] {
  height: 272px;
}
.h-\[108px\] {
  height: 108px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[215px\] {
  height: 215px;
}
.h-12 {
  height: 3rem;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-\[155px\] {
  height: 155px;
}
.w-full {
  width: 100%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[90px\] {
  width: 90px;
}
.w-14 {
  width: 3.5rem;
}
.w-\[85\%\] {
  width: 85%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-\[480px\] {
  width: 480px;
}
.w-\[325px\] {
  width: 325px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1024px\] {
  width: 1024px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[96\%\] {
  width: 96%;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[227px\] {
  width: 227px;
}
.w-\[110px\] {
  width: 110px;
}
.w-0 {
  width: 0px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[270px\] {
  width: 270px;
}
.w-12 {
  width: 3rem;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-2 {
  width: 0.5rem;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[250px\] {
  width: 250px;
}
.max-w-none {
  max-width: none;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[270deg\] {
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.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-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-transparent {
  border-color: transparent;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(119 183 251 / var(--tw-border-opacity));
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(6 28 96 / var(--tw-border-opacity));
}
.border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(47 51 53 / var(--tw-border-opacity));
}
.border-quinary {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}
.border-senary {
  --tw-border-opacity: 1;
  border-color: rgb(173 212 253 / var(--tw-border-opacity));
}
.border-septenary {
  --tw-border-opacity: 1;
  border-color: rgb(255 222 88 / var(--tw-border-opacity));
}
.border-octonary {
  --tw-border-opacity: 1;
  border-color: rgb(173 211 144 / var(--tw-border-opacity));
}
.border-nonary {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 241 / var(--tw-border-opacity));
}
.border-denary {
  border-color: #;
}
.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-primary\/0 {
  border-color: rgb(128 128 128 / 0);
}
.border-primary\/5 {
  border-color: rgb(128 128 128 / 0.05);
}
.border-primary\/10 {
  border-color: rgb(128 128 128 / 0.1);
}
.border-primary\/20 {
  border-color: rgb(128 128 128 / 0.2);
}
.border-primary\/25 {
  border-color: rgb(128 128 128 / 0.25);
}
.border-primary\/30 {
  border-color: rgb(128 128 128 / 0.3);
}
.border-primary\/40 {
  border-color: rgb(128 128 128 / 0.4);
}
.border-primary\/50 {
  border-color: rgb(128 128 128 / 0.5);
}
.border-primary\/60 {
  border-color: rgb(128 128 128 / 0.6);
}
.border-primary\/70 {
  border-color: rgb(128 128 128 / 0.7);
}
.border-primary\/75 {
  border-color: rgb(128 128 128 / 0.75);
}
.border-primary\/80 {
  border-color: rgb(128 128 128 / 0.8);
}
.border-primary\/90 {
  border-color: rgb(128 128 128 / 0.9);
}
.border-primary\/95 {
  border-color: rgb(128 128 128 / 0.95);
}
.border-primary\/100 {
  border-color: rgb(128 128 128 / 1);
}
.border-secondary\/0 {
  border-color: rgb(119 183 251 / 0);
}
.border-secondary\/5 {
  border-color: rgb(119 183 251 / 0.05);
}
.border-secondary\/10 {
  border-color: rgb(119 183 251 / 0.1);
}
.border-secondary\/20 {
  border-color: rgb(119 183 251 / 0.2);
}
.border-secondary\/25 {
  border-color: rgb(119 183 251 / 0.25);
}
.border-secondary\/30 {
  border-color: rgb(119 183 251 / 0.3);
}
.border-secondary\/40 {
  border-color: rgb(119 183 251 / 0.4);
}
.border-secondary\/50 {
  border-color: rgb(119 183 251 / 0.5);
}
.border-secondary\/60 {
  border-color: rgb(119 183 251 / 0.6);
}
.border-secondary\/70 {
  border-color: rgb(119 183 251 / 0.7);
}
.border-secondary\/75 {
  border-color: rgb(119 183 251 / 0.75);
}
.border-secondary\/80 {
  border-color: rgb(119 183 251 / 0.8);
}
.border-secondary\/90 {
  border-color: rgb(119 183 251 / 0.9);
}
.border-secondary\/95 {
  border-color: rgb(119 183 251 / 0.95);
}
.border-secondary\/100 {
  border-color: rgb(119 183 251 / 1);
}
.border-tertiary\/0 {
  border-color: rgb(6 28 96 / 0);
}
.border-tertiary\/5 {
  border-color: rgb(6 28 96 / 0.05);
}
.border-tertiary\/10 {
  border-color: rgb(6 28 96 / 0.1);
}
.border-tertiary\/20 {
  border-color: rgb(6 28 96 / 0.2);
}
.border-tertiary\/25 {
  border-color: rgb(6 28 96 / 0.25);
}
.border-tertiary\/30 {
  border-color: rgb(6 28 96 / 0.3);
}
.border-tertiary\/40 {
  border-color: rgb(6 28 96 / 0.4);
}
.border-tertiary\/50 {
  border-color: rgb(6 28 96 / 0.5);
}
.border-tertiary\/60 {
  border-color: rgb(6 28 96 / 0.6);
}
.border-tertiary\/70 {
  border-color: rgb(6 28 96 / 0.7);
}
.border-tertiary\/75 {
  border-color: rgb(6 28 96 / 0.75);
}
.border-tertiary\/80 {
  border-color: rgb(6 28 96 / 0.8);
}
.border-tertiary\/90 {
  border-color: rgb(6 28 96 / 0.9);
}
.border-tertiary\/95 {
  border-color: rgb(6 28 96 / 0.95);
}
.border-tertiary\/100 {
  border-color: rgb(6 28 96 / 1);
}
.border-quaternary\/0 {
  border-color: rgb(47 51 53 / 0);
}
.border-quaternary\/5 {
  border-color: rgb(47 51 53 / 0.05);
}
.border-quaternary\/10 {
  border-color: rgb(47 51 53 / 0.1);
}
.border-quaternary\/20 {
  border-color: rgb(47 51 53 / 0.2);
}
.border-quaternary\/25 {
  border-color: rgb(47 51 53 / 0.25);
}
.border-quaternary\/30 {
  border-color: rgb(47 51 53 / 0.3);
}
.border-quaternary\/40 {
  border-color: rgb(47 51 53 / 0.4);
}
.border-quaternary\/50 {
  border-color: rgb(47 51 53 / 0.5);
}
.border-quaternary\/60 {
  border-color: rgb(47 51 53 / 0.6);
}
.border-quaternary\/70 {
  border-color: rgb(47 51 53 / 0.7);
}
.border-quaternary\/75 {
  border-color: rgb(47 51 53 / 0.75);
}
.border-quaternary\/80 {
  border-color: rgb(47 51 53 / 0.8);
}
.border-quaternary\/90 {
  border-color: rgb(47 51 53 / 0.9);
}
.border-quaternary\/95 {
  border-color: rgb(47 51 53 / 0.95);
}
.border-quaternary\/100 {
  border-color: rgb(47 51 53 / 1);
}
.border-quinary\/0 {
  border-color: rgb(105 105 105 / 0);
}
.border-quinary\/5 {
  border-color: rgb(105 105 105 / 0.05);
}
.border-quinary\/10 {
  border-color: rgb(105 105 105 / 0.1);
}
.border-quinary\/20 {
  border-color: rgb(105 105 105 / 0.2);
}
.border-quinary\/25 {
  border-color: rgb(105 105 105 / 0.25);
}
.border-quinary\/30 {
  border-color: rgb(105 105 105 / 0.3);
}
.border-quinary\/40 {
  border-color: rgb(105 105 105 / 0.4);
}
.border-quinary\/50 {
  border-color: rgb(105 105 105 / 0.5);
}
.border-quinary\/60 {
  border-color: rgb(105 105 105 / 0.6);
}
.border-quinary\/70 {
  border-color: rgb(105 105 105 / 0.7);
}
.border-quinary\/75 {
  border-color: rgb(105 105 105 / 0.75);
}
.border-quinary\/80 {
  border-color: rgb(105 105 105 / 0.8);
}
.border-quinary\/90 {
  border-color: rgb(105 105 105 / 0.9);
}
.border-quinary\/95 {
  border-color: rgb(105 105 105 / 0.95);
}
.border-quinary\/100 {
  border-color: rgb(105 105 105 / 1);
}
.border-senary\/0 {
  border-color: rgb(173 212 253 / 0);
}
.border-senary\/5 {
  border-color: rgb(173 212 253 / 0.05);
}
.border-senary\/10 {
  border-color: rgb(173 212 253 / 0.1);
}
.border-senary\/20 {
  border-color: rgb(173 212 253 / 0.2);
}
.border-senary\/25 {
  border-color: rgb(173 212 253 / 0.25);
}
.border-senary\/30 {
  border-color: rgb(173 212 253 / 0.3);
}
.border-senary\/40 {
  border-color: rgb(173 212 253 / 0.4);
}
.border-senary\/50 {
  border-color: rgb(173 212 253 / 0.5);
}
.border-senary\/60 {
  border-color: rgb(173 212 253 / 0.6);
}
.border-senary\/70 {
  border-color: rgb(173 212 253 / 0.7);
}
.border-senary\/75 {
  border-color: rgb(173 212 253 / 0.75);
}
.border-senary\/80 {
  border-color: rgb(173 212 253 / 0.8);
}
.border-senary\/90 {
  border-color: rgb(173 212 253 / 0.9);
}
.border-senary\/95 {
  border-color: rgb(173 212 253 / 0.95);
}
.border-senary\/100 {
  border-color: rgb(173 212 253 / 1);
}
.border-septenary\/0 {
  border-color: rgb(255 222 88 / 0);
}
.border-septenary\/5 {
  border-color: rgb(255 222 88 / 0.05);
}
.border-septenary\/10 {
  border-color: rgb(255 222 88 / 0.1);
}
.border-septenary\/20 {
  border-color: rgb(255 222 88 / 0.2);
}
.border-septenary\/25 {
  border-color: rgb(255 222 88 / 0.25);
}
.border-septenary\/30 {
  border-color: rgb(255 222 88 / 0.3);
}
.border-septenary\/40 {
  border-color: rgb(255 222 88 / 0.4);
}
.border-septenary\/50 {
  border-color: rgb(255 222 88 / 0.5);
}
.border-septenary\/60 {
  border-color: rgb(255 222 88 / 0.6);
}
.border-septenary\/70 {
  border-color: rgb(255 222 88 / 0.7);
}
.border-septenary\/75 {
  border-color: rgb(255 222 88 / 0.75);
}
.border-septenary\/80 {
  border-color: rgb(255 222 88 / 0.8);
}
.border-septenary\/90 {
  border-color: rgb(255 222 88 / 0.9);
}
.border-septenary\/95 {
  border-color: rgb(255 222 88 / 0.95);
}
.border-septenary\/100 {
  border-color: rgb(255 222 88 / 1);
}
.border-octonary\/0 {
  border-color: rgb(173 211 144 / 0);
}
.border-octonary\/5 {
  border-color: rgb(173 211 144 / 0.05);
}
.border-octonary\/10 {
  border-color: rgb(173 211 144 / 0.1);
}
.border-octonary\/20 {
  border-color: rgb(173 211 144 / 0.2);
}
.border-octonary\/25 {
  border-color: rgb(173 211 144 / 0.25);
}
.border-octonary\/30 {
  border-color: rgb(173 211 144 / 0.3);
}
.border-octonary\/40 {
  border-color: rgb(173 211 144 / 0.4);
}
.border-octonary\/50 {
  border-color: rgb(173 211 144 / 0.5);
}
.border-octonary\/60 {
  border-color: rgb(173 211 144 / 0.6);
}
.border-octonary\/70 {
  border-color: rgb(173 211 144 / 0.7);
}
.border-octonary\/75 {
  border-color: rgb(173 211 144 / 0.75);
}
.border-octonary\/80 {
  border-color: rgb(173 211 144 / 0.8);
}
.border-octonary\/90 {
  border-color: rgb(173 211 144 / 0.9);
}
.border-octonary\/95 {
  border-color: rgb(173 211 144 / 0.95);
}
.border-octonary\/100 {
  border-color: rgb(173 211 144 / 1);
}
.border-nonary\/0 {
  border-color: rgb(242 244 241 / 0);
}
.border-nonary\/5 {
  border-color: rgb(242 244 241 / 0.05);
}
.border-nonary\/10 {
  border-color: rgb(242 244 241 / 0.1);
}
.border-nonary\/20 {
  border-color: rgb(242 244 241 / 0.2);
}
.border-nonary\/25 {
  border-color: rgb(242 244 241 / 0.25);
}
.border-nonary\/30 {
  border-color: rgb(242 244 241 / 0.3);
}
.border-nonary\/40 {
  border-color: rgb(242 244 241 / 0.4);
}
.border-nonary\/50 {
  border-color: rgb(242 244 241 / 0.5);
}
.border-nonary\/60 {
  border-color: rgb(242 244 241 / 0.6);
}
.border-nonary\/70 {
  border-color: rgb(242 244 241 / 0.7);
}
.border-nonary\/75 {
  border-color: rgb(242 244 241 / 0.75);
}
.border-nonary\/80 {
  border-color: rgb(242 244 241 / 0.8);
}
.border-nonary\/90 {
  border-color: rgb(242 244 241 / 0.9);
}
.border-nonary\/95 {
  border-color: rgb(242 244 241 / 0.95);
}
.border-nonary\/100 {
  border-color: rgb(242 244 241 / 1);
}
.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-r-\[\#808080\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(119 183 251 / var(--tw-border-opacity));
}
.border-b-tertiary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 28 96 / var(--tw-border-opacity));
}
.border-l-octonary {
  --tw-border-opacity: 1;
  border-left-color: rgb(173 211 144 / var(--tw-border-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(119 183 251 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(6 28 96 / var(--tw-bg-opacity));
}
.bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(47 51 53 / var(--tw-bg-opacity));
}
.bg-quinary {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.bg-senary {
  --tw-bg-opacity: 1;
  background-color: rgb(173 212 253 / var(--tw-bg-opacity));
}
.bg-septenary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 88 / var(--tw-bg-opacity));
}
.bg-octonary {
  --tw-bg-opacity: 1;
  background-color: rgb(173 211 144 / var(--tw-bg-opacity));
}
.bg-nonary {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 241 / var(--tw-bg-opacity));
}
.bg-denary {
  background-color: #;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-primary\/0 {
  background-color: rgb(128 128 128 / 0);
}
.bg-primary\/5 {
  background-color: rgb(128 128 128 / 0.05);
}
.bg-primary\/10 {
  background-color: rgb(128 128 128 / 0.1);
}
.bg-primary\/20 {
  background-color: rgb(128 128 128 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(128 128 128 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(128 128 128 / 0.3);
}
.bg-primary\/40 {
  background-color: rgb(128 128 128 / 0.4);
}
.bg-primary\/50 {
  background-color: rgb(128 128 128 / 0.5);
}
.bg-primary\/60 {
  background-color: rgb(128 128 128 / 0.6);
}
.bg-primary\/70 {
  background-color: rgb(128 128 128 / 0.7);
}
.bg-primary\/75 {
  background-color: rgb(128 128 128 / 0.75);
}
.bg-primary\/80 {
  background-color: rgb(128 128 128 / 0.8);
}
.bg-primary\/90 {
  background-color: rgb(128 128 128 / 0.9);
}
.bg-primary\/95 {
  background-color: rgb(128 128 128 / 0.95);
}
.bg-primary\/100 {
  background-color: rgb(128 128 128 / 1);
}
.bg-secondary\/0 {
  background-color: rgb(119 183 251 / 0);
}
.bg-secondary\/5 {
  background-color: rgb(119 183 251 / 0.05);
}
.bg-secondary\/10 {
  background-color: rgb(119 183 251 / 0.1);
}
.bg-secondary\/20 {
  background-color: rgb(119 183 251 / 0.2);
}
.bg-secondary\/25 {
  background-color: rgb(119 183 251 / 0.25);
}
.bg-secondary\/30 {
  background-color: rgb(119 183 251 / 0.3);
}
.bg-secondary\/40 {
  background-color: rgb(119 183 251 / 0.4);
}
.bg-secondary\/50 {
  background-color: rgb(119 183 251 / 0.5);
}
.bg-secondary\/60 {
  background-color: rgb(119 183 251 / 0.6);
}
.bg-secondary\/70 {
  background-color: rgb(119 183 251 / 0.7);
}
.bg-secondary\/75 {
  background-color: rgb(119 183 251 / 0.75);
}
.bg-secondary\/80 {
  background-color: rgb(119 183 251 / 0.8);
}
.bg-secondary\/90 {
  background-color: rgb(119 183 251 / 0.9);
}
.bg-secondary\/95 {
  background-color: rgb(119 183 251 / 0.95);
}
.bg-secondary\/100 {
  background-color: rgb(119 183 251 / 1);
}
.bg-tertiary\/0 {
  background-color: rgb(6 28 96 / 0);
}
.bg-tertiary\/5 {
  background-color: rgb(6 28 96 / 0.05);
}
.bg-tertiary\/10 {
  background-color: rgb(6 28 96 / 0.1);
}
.bg-tertiary\/20 {
  background-color: rgb(6 28 96 / 0.2);
}
.bg-tertiary\/25 {
  background-color: rgb(6 28 96 / 0.25);
}
.bg-tertiary\/30 {
  background-color: rgb(6 28 96 / 0.3);
}
.bg-tertiary\/40 {
  background-color: rgb(6 28 96 / 0.4);
}
.bg-tertiary\/50 {
  background-color: rgb(6 28 96 / 0.5);
}
.bg-tertiary\/60 {
  background-color: rgb(6 28 96 / 0.6);
}
.bg-tertiary\/70 {
  background-color: rgb(6 28 96 / 0.7);
}
.bg-tertiary\/75 {
  background-color: rgb(6 28 96 / 0.75);
}
.bg-tertiary\/80 {
  background-color: rgb(6 28 96 / 0.8);
}
.bg-tertiary\/90 {
  background-color: rgb(6 28 96 / 0.9);
}
.bg-tertiary\/95 {
  background-color: rgb(6 28 96 / 0.95);
}
.bg-tertiary\/100 {
  background-color: rgb(6 28 96 / 1);
}
.bg-quaternary\/0 {
  background-color: rgb(47 51 53 / 0);
}
.bg-quaternary\/5 {
  background-color: rgb(47 51 53 / 0.05);
}
.bg-quaternary\/10 {
  background-color: rgb(47 51 53 / 0.1);
}
.bg-quaternary\/20 {
  background-color: rgb(47 51 53 / 0.2);
}
.bg-quaternary\/25 {
  background-color: rgb(47 51 53 / 0.25);
}
.bg-quaternary\/30 {
  background-color: rgb(47 51 53 / 0.3);
}
.bg-quaternary\/40 {
  background-color: rgb(47 51 53 / 0.4);
}
.bg-quaternary\/50 {
  background-color: rgb(47 51 53 / 0.5);
}
.bg-quaternary\/60 {
  background-color: rgb(47 51 53 / 0.6);
}
.bg-quaternary\/70 {
  background-color: rgb(47 51 53 / 0.7);
}
.bg-quaternary\/75 {
  background-color: rgb(47 51 53 / 0.75);
}
.bg-quaternary\/80 {
  background-color: rgb(47 51 53 / 0.8);
}
.bg-quaternary\/90 {
  background-color: rgb(47 51 53 / 0.9);
}
.bg-quaternary\/95 {
  background-color: rgb(47 51 53 / 0.95);
}
.bg-quaternary\/100 {
  background-color: rgb(47 51 53 / 1);
}
.bg-quinary\/0 {
  background-color: rgb(105 105 105 / 0);
}
.bg-quinary\/5 {
  background-color: rgb(105 105 105 / 0.05);
}
.bg-quinary\/10 {
  background-color: rgb(105 105 105 / 0.1);
}
.bg-quinary\/20 {
  background-color: rgb(105 105 105 / 0.2);
}
.bg-quinary\/25 {
  background-color: rgb(105 105 105 / 0.25);
}
.bg-quinary\/30 {
  background-color: rgb(105 105 105 / 0.3);
}
.bg-quinary\/40 {
  background-color: rgb(105 105 105 / 0.4);
}
.bg-quinary\/50 {
  background-color: rgb(105 105 105 / 0.5);
}
.bg-quinary\/60 {
  background-color: rgb(105 105 105 / 0.6);
}
.bg-quinary\/70 {
  background-color: rgb(105 105 105 / 0.7);
}
.bg-quinary\/75 {
  background-color: rgb(105 105 105 / 0.75);
}
.bg-quinary\/80 {
  background-color: rgb(105 105 105 / 0.8);
}
.bg-quinary\/90 {
  background-color: rgb(105 105 105 / 0.9);
}
.bg-quinary\/95 {
  background-color: rgb(105 105 105 / 0.95);
}
.bg-quinary\/100 {
  background-color: rgb(105 105 105 / 1);
}
.bg-senary\/0 {
  background-color: rgb(173 212 253 / 0);
}
.bg-senary\/5 {
  background-color: rgb(173 212 253 / 0.05);
}
.bg-senary\/10 {
  background-color: rgb(173 212 253 / 0.1);
}
.bg-senary\/20 {
  background-color: rgb(173 212 253 / 0.2);
}
.bg-senary\/25 {
  background-color: rgb(173 212 253 / 0.25);
}
.bg-senary\/30 {
  background-color: rgb(173 212 253 / 0.3);
}
.bg-senary\/40 {
  background-color: rgb(173 212 253 / 0.4);
}
.bg-senary\/50 {
  background-color: rgb(173 212 253 / 0.5);
}
.bg-senary\/60 {
  background-color: rgb(173 212 253 / 0.6);
}
.bg-senary\/70 {
  background-color: rgb(173 212 253 / 0.7);
}
.bg-senary\/75 {
  background-color: rgb(173 212 253 / 0.75);
}
.bg-senary\/80 {
  background-color: rgb(173 212 253 / 0.8);
}
.bg-senary\/90 {
  background-color: rgb(173 212 253 / 0.9);
}
.bg-senary\/95 {
  background-color: rgb(173 212 253 / 0.95);
}
.bg-senary\/100 {
  background-color: rgb(173 212 253 / 1);
}
.bg-septenary\/0 {
  background-color: rgb(255 222 88 / 0);
}
.bg-septenary\/5 {
  background-color: rgb(255 222 88 / 0.05);
}
.bg-septenary\/10 {
  background-color: rgb(255 222 88 / 0.1);
}
.bg-septenary\/20 {
  background-color: rgb(255 222 88 / 0.2);
}
.bg-septenary\/25 {
  background-color: rgb(255 222 88 / 0.25);
}
.bg-septenary\/30 {
  background-color: rgb(255 222 88 / 0.3);
}
.bg-septenary\/40 {
  background-color: rgb(255 222 88 / 0.4);
}
.bg-septenary\/50 {
  background-color: rgb(255 222 88 / 0.5);
}
.bg-septenary\/60 {
  background-color: rgb(255 222 88 / 0.6);
}
.bg-septenary\/70 {
  background-color: rgb(255 222 88 / 0.7);
}
.bg-septenary\/75 {
  background-color: rgb(255 222 88 / 0.75);
}
.bg-septenary\/80 {
  background-color: rgb(255 222 88 / 0.8);
}
.bg-septenary\/90 {
  background-color: rgb(255 222 88 / 0.9);
}
.bg-septenary\/95 {
  background-color: rgb(255 222 88 / 0.95);
}
.bg-septenary\/100 {
  background-color: rgb(255 222 88 / 1);
}
.bg-octonary\/0 {
  background-color: rgb(173 211 144 / 0);
}
.bg-octonary\/5 {
  background-color: rgb(173 211 144 / 0.05);
}
.bg-octonary\/10 {
  background-color: rgb(173 211 144 / 0.1);
}
.bg-octonary\/20 {
  background-color: rgb(173 211 144 / 0.2);
}
.bg-octonary\/25 {
  background-color: rgb(173 211 144 / 0.25);
}
.bg-octonary\/30 {
  background-color: rgb(173 211 144 / 0.3);
}
.bg-octonary\/40 {
  background-color: rgb(173 211 144 / 0.4);
}
.bg-octonary\/50 {
  background-color: rgb(173 211 144 / 0.5);
}
.bg-octonary\/60 {
  background-color: rgb(173 211 144 / 0.6);
}
.bg-octonary\/70 {
  background-color: rgb(173 211 144 / 0.7);
}
.bg-octonary\/75 {
  background-color: rgb(173 211 144 / 0.75);
}
.bg-octonary\/80 {
  background-color: rgb(173 211 144 / 0.8);
}
.bg-octonary\/90 {
  background-color: rgb(173 211 144 / 0.9);
}
.bg-octonary\/95 {
  background-color: rgb(173 211 144 / 0.95);
}
.bg-octonary\/100 {
  background-color: rgb(173 211 144 / 1);
}
.bg-nonary\/0 {
  background-color: rgb(242 244 241 / 0);
}
.bg-nonary\/5 {
  background-color: rgb(242 244 241 / 0.05);
}
.bg-nonary\/10 {
  background-color: rgb(242 244 241 / 0.1);
}
.bg-nonary\/20 {
  background-color: rgb(242 244 241 / 0.2);
}
.bg-nonary\/25 {
  background-color: rgb(242 244 241 / 0.25);
}
.bg-nonary\/30 {
  background-color: rgb(242 244 241 / 0.3);
}
.bg-nonary\/40 {
  background-color: rgb(242 244 241 / 0.4);
}
.bg-nonary\/50 {
  background-color: rgb(242 244 241 / 0.5);
}
.bg-nonary\/60 {
  background-color: rgb(242 244 241 / 0.6);
}
.bg-nonary\/70 {
  background-color: rgb(242 244 241 / 0.7);
}
.bg-nonary\/75 {
  background-color: rgb(242 244 241 / 0.75);
}
.bg-nonary\/80 {
  background-color: rgb(242 244 241 / 0.8);
}
.bg-nonary\/90 {
  background-color: rgb(242 244 241 / 0.9);
}
.bg-nonary\/95 {
  background-color: rgb(242 244 241 / 0.95);
}
.bg-nonary\/100 {
  background-color: rgb(242 244 241 / 1);
}
.bg-\[\#bec6b8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(190 198 184 / var(--tw-bg-opacity));
}
.bg-\[\#add390\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 211 144 / var(--tw-bg-opacity));
}
.bg-\[\#cbd1c6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 209 198 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-contact-logo {
  background-image: url('../img/logo.png');
}
.bg-face-lower-bg {
  background-image: url('../img/face-lower-icons.png');
}
.bg-face-bg {
  background-image: url('../img/face-bg.png');
}
.bg-values-bg {
  background-image: url('../img/values-bg.jpg');
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pr-\[42px\] {
  padding-right: 42px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[170px\] {
  padding-bottom: 170px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-\[9999em\] {
  text-indent: 9999em;
}
.font-handlee {
  font-family: 'Handlee', cursive;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[65px\] {
  font-size: 65px;
}
.text-\[245px\] {
  font-size: 245px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[110px\] {
  font-size: 110px;
}
.text-\[62px\] {
  font-size: 62px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[0px\] {
  font-size: 0px;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[1\.42857143\] {
  line-height: 1.42857143;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-transparent {
  color: transparent;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(119 183 251 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(6 28 96 / var(--tw-text-opacity));
}
.text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(47 51 53 / var(--tw-text-opacity));
}
.text-quinary {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.text-senary {
  --tw-text-opacity: 1;
  color: rgb(173 212 253 / var(--tw-text-opacity));
}
.text-septenary {
  --tw-text-opacity: 1;
  color: rgb(255 222 88 / var(--tw-text-opacity));
}
.text-octonary {
  --tw-text-opacity: 1;
  color: rgb(173 211 144 / var(--tw-text-opacity));
}
.text-nonary {
  --tw-text-opacity: 1;
  color: rgb(242 244 241 / var(--tw-text-opacity));
}
.text-denary {
  color: #;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-primary\/0 {
  color: rgb(128 128 128 / 0);
}
.text-primary\/5 {
  color: rgb(128 128 128 / 0.05);
}
.text-primary\/10 {
  color: rgb(128 128 128 / 0.1);
}
.text-primary\/20 {
  color: rgb(128 128 128 / 0.2);
}
.text-primary\/25 {
  color: rgb(128 128 128 / 0.25);
}
.text-primary\/30 {
  color: rgb(128 128 128 / 0.3);
}
.text-primary\/40 {
  color: rgb(128 128 128 / 0.4);
}
.text-primary\/50 {
  color: rgb(128 128 128 / 0.5);
}
.text-primary\/60 {
  color: rgb(128 128 128 / 0.6);
}
.text-primary\/70 {
  color: rgb(128 128 128 / 0.7);
}
.text-primary\/75 {
  color: rgb(128 128 128 / 0.75);
}
.text-primary\/80 {
  color: rgb(128 128 128 / 0.8);
}
.text-primary\/90 {
  color: rgb(128 128 128 / 0.9);
}
.text-primary\/95 {
  color: rgb(128 128 128 / 0.95);
}
.text-primary\/100 {
  color: rgb(128 128 128 / 1);
}
.text-secondary\/0 {
  color: rgb(119 183 251 / 0);
}
.text-secondary\/5 {
  color: rgb(119 183 251 / 0.05);
}
.text-secondary\/10 {
  color: rgb(119 183 251 / 0.1);
}
.text-secondary\/20 {
  color: rgb(119 183 251 / 0.2);
}
.text-secondary\/25 {
  color: rgb(119 183 251 / 0.25);
}
.text-secondary\/30 {
  color: rgb(119 183 251 / 0.3);
}
.text-secondary\/40 {
  color: rgb(119 183 251 / 0.4);
}
.text-secondary\/50 {
  color: rgb(119 183 251 / 0.5);
}
.text-secondary\/60 {
  color: rgb(119 183 251 / 0.6);
}
.text-secondary\/70 {
  color: rgb(119 183 251 / 0.7);
}
.text-secondary\/75 {
  color: rgb(119 183 251 / 0.75);
}
.text-secondary\/80 {
  color: rgb(119 183 251 / 0.8);
}
.text-secondary\/90 {
  color: rgb(119 183 251 / 0.9);
}
.text-secondary\/95 {
  color: rgb(119 183 251 / 0.95);
}
.text-secondary\/100 {
  color: rgb(119 183 251 / 1);
}
.text-tertiary\/0 {
  color: rgb(6 28 96 / 0);
}
.text-tertiary\/5 {
  color: rgb(6 28 96 / 0.05);
}
.text-tertiary\/10 {
  color: rgb(6 28 96 / 0.1);
}
.text-tertiary\/20 {
  color: rgb(6 28 96 / 0.2);
}
.text-tertiary\/25 {
  color: rgb(6 28 96 / 0.25);
}
.text-tertiary\/30 {
  color: rgb(6 28 96 / 0.3);
}
.text-tertiary\/40 {
  color: rgb(6 28 96 / 0.4);
}
.text-tertiary\/50 {
  color: rgb(6 28 96 / 0.5);
}
.text-tertiary\/60 {
  color: rgb(6 28 96 / 0.6);
}
.text-tertiary\/70 {
  color: rgb(6 28 96 / 0.7);
}
.text-tertiary\/75 {
  color: rgb(6 28 96 / 0.75);
}
.text-tertiary\/80 {
  color: rgb(6 28 96 / 0.8);
}
.text-tertiary\/90 {
  color: rgb(6 28 96 / 0.9);
}
.text-tertiary\/95 {
  color: rgb(6 28 96 / 0.95);
}
.text-tertiary\/100 {
  color: rgb(6 28 96 / 1);
}
.text-quaternary\/0 {
  color: rgb(47 51 53 / 0);
}
.text-quaternary\/5 {
  color: rgb(47 51 53 / 0.05);
}
.text-quaternary\/10 {
  color: rgb(47 51 53 / 0.1);
}
.text-quaternary\/20 {
  color: rgb(47 51 53 / 0.2);
}
.text-quaternary\/25 {
  color: rgb(47 51 53 / 0.25);
}
.text-quaternary\/30 {
  color: rgb(47 51 53 / 0.3);
}
.text-quaternary\/40 {
  color: rgb(47 51 53 / 0.4);
}
.text-quaternary\/50 {
  color: rgb(47 51 53 / 0.5);
}
.text-quaternary\/60 {
  color: rgb(47 51 53 / 0.6);
}
.text-quaternary\/70 {
  color: rgb(47 51 53 / 0.7);
}
.text-quaternary\/75 {
  color: rgb(47 51 53 / 0.75);
}
.text-quaternary\/80 {
  color: rgb(47 51 53 / 0.8);
}
.text-quaternary\/90 {
  color: rgb(47 51 53 / 0.9);
}
.text-quaternary\/95 {
  color: rgb(47 51 53 / 0.95);
}
.text-quaternary\/100 {
  color: rgb(47 51 53 / 1);
}
.text-quinary\/0 {
  color: rgb(105 105 105 / 0);
}
.text-quinary\/5 {
  color: rgb(105 105 105 / 0.05);
}
.text-quinary\/10 {
  color: rgb(105 105 105 / 0.1);
}
.text-quinary\/20 {
  color: rgb(105 105 105 / 0.2);
}
.text-quinary\/25 {
  color: rgb(105 105 105 / 0.25);
}
.text-quinary\/30 {
  color: rgb(105 105 105 / 0.3);
}
.text-quinary\/40 {
  color: rgb(105 105 105 / 0.4);
}
.text-quinary\/50 {
  color: rgb(105 105 105 / 0.5);
}
.text-quinary\/60 {
  color: rgb(105 105 105 / 0.6);
}
.text-quinary\/70 {
  color: rgb(105 105 105 / 0.7);
}
.text-quinary\/75 {
  color: rgb(105 105 105 / 0.75);
}
.text-quinary\/80 {
  color: rgb(105 105 105 / 0.8);
}
.text-quinary\/90 {
  color: rgb(105 105 105 / 0.9);
}
.text-quinary\/95 {
  color: rgb(105 105 105 / 0.95);
}
.text-quinary\/100 {
  color: rgb(105 105 105 / 1);
}
.text-senary\/0 {
  color: rgb(173 212 253 / 0);
}
.text-senary\/5 {
  color: rgb(173 212 253 / 0.05);
}
.text-senary\/10 {
  color: rgb(173 212 253 / 0.1);
}
.text-senary\/20 {
  color: rgb(173 212 253 / 0.2);
}
.text-senary\/25 {
  color: rgb(173 212 253 / 0.25);
}
.text-senary\/30 {
  color: rgb(173 212 253 / 0.3);
}
.text-senary\/40 {
  color: rgb(173 212 253 / 0.4);
}
.text-senary\/50 {
  color: rgb(173 212 253 / 0.5);
}
.text-senary\/60 {
  color: rgb(173 212 253 / 0.6);
}
.text-senary\/70 {
  color: rgb(173 212 253 / 0.7);
}
.text-senary\/75 {
  color: rgb(173 212 253 / 0.75);
}
.text-senary\/80 {
  color: rgb(173 212 253 / 0.8);
}
.text-senary\/90 {
  color: rgb(173 212 253 / 0.9);
}
.text-senary\/95 {
  color: rgb(173 212 253 / 0.95);
}
.text-senary\/100 {
  color: rgb(173 212 253 / 1);
}
.text-septenary\/0 {
  color: rgb(255 222 88 / 0);
}
.text-septenary\/5 {
  color: rgb(255 222 88 / 0.05);
}
.text-septenary\/10 {
  color: rgb(255 222 88 / 0.1);
}
.text-septenary\/20 {
  color: rgb(255 222 88 / 0.2);
}
.text-septenary\/25 {
  color: rgb(255 222 88 / 0.25);
}
.text-septenary\/30 {
  color: rgb(255 222 88 / 0.3);
}
.text-septenary\/40 {
  color: rgb(255 222 88 / 0.4);
}
.text-septenary\/50 {
  color: rgb(255 222 88 / 0.5);
}
.text-septenary\/60 {
  color: rgb(255 222 88 / 0.6);
}
.text-septenary\/70 {
  color: rgb(255 222 88 / 0.7);
}
.text-septenary\/75 {
  color: rgb(255 222 88 / 0.75);
}
.text-septenary\/80 {
  color: rgb(255 222 88 / 0.8);
}
.text-septenary\/90 {
  color: rgb(255 222 88 / 0.9);
}
.text-septenary\/95 {
  color: rgb(255 222 88 / 0.95);
}
.text-septenary\/100 {
  color: rgb(255 222 88 / 1);
}
.text-octonary\/0 {
  color: rgb(173 211 144 / 0);
}
.text-octonary\/5 {
  color: rgb(173 211 144 / 0.05);
}
.text-octonary\/10 {
  color: rgb(173 211 144 / 0.1);
}
.text-octonary\/20 {
  color: rgb(173 211 144 / 0.2);
}
.text-octonary\/25 {
  color: rgb(173 211 144 / 0.25);
}
.text-octonary\/30 {
  color: rgb(173 211 144 / 0.3);
}
.text-octonary\/40 {
  color: rgb(173 211 144 / 0.4);
}
.text-octonary\/50 {
  color: rgb(173 211 144 / 0.5);
}
.text-octonary\/60 {
  color: rgb(173 211 144 / 0.6);
}
.text-octonary\/70 {
  color: rgb(173 211 144 / 0.7);
}
.text-octonary\/75 {
  color: rgb(173 211 144 / 0.75);
}
.text-octonary\/80 {
  color: rgb(173 211 144 / 0.8);
}
.text-octonary\/90 {
  color: rgb(173 211 144 / 0.9);
}
.text-octonary\/95 {
  color: rgb(173 211 144 / 0.95);
}
.text-octonary\/100 {
  color: rgb(173 211 144 / 1);
}
.text-nonary\/0 {
  color: rgb(242 244 241 / 0);
}
.text-nonary\/5 {
  color: rgb(242 244 241 / 0.05);
}
.text-nonary\/10 {
  color: rgb(242 244 241 / 0.1);
}
.text-nonary\/20 {
  color: rgb(242 244 241 / 0.2);
}
.text-nonary\/25 {
  color: rgb(242 244 241 / 0.25);
}
.text-nonary\/30 {
  color: rgb(242 244 241 / 0.3);
}
.text-nonary\/40 {
  color: rgb(242 244 241 / 0.4);
}
.text-nonary\/50 {
  color: rgb(242 244 241 / 0.5);
}
.text-nonary\/60 {
  color: rgb(242 244 241 / 0.6);
}
.text-nonary\/70 {
  color: rgb(242 244 241 / 0.7);
}
.text-nonary\/75 {
  color: rgb(242 244 241 / 0.75);
}
.text-nonary\/80 {
  color: rgb(242 244 241 / 0.8);
}
.text-nonary\/90 {
  color: rgb(242 244 241 / 0.9);
}
.text-nonary\/95 {
  color: rgb(242 244 241 / 0.95);
}
.text-nonary\/100 {
  color: rgb(242 244 241 / 1);
}
.text-\[\#add390\] {
  --tw-text-opacity: 1;
  color: rgb(173 211 144 / var(--tw-text-opacity));
}
.text-\[\#bfc7b9\] {
  --tw-text-opacity: 1;
  color: rgb(191 199 185 / var(--tw-text-opacity));
}
.text-\[\#a9a9a9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity));
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[1\.95px_1\.95px_2\.6px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 1.95px 1.95px 2.6px rgba(0,0,0,0.15);
  --tw-shadow-colored: 1.95px 1.95px 2.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);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}
.brightness-125 {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\] {
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media(min-width:1280px) {
  .map-bottom{
    margin-bottom: -54px;
  }
}
.hover\:bottom-1:hover {
  bottom: 0.25rem;
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(119 183 251 / var(--tw-border-opacity));
}
.hover\:border-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 28 96 / var(--tw-border-opacity));
}
.hover\:border-quaternary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 51 53 / var(--tw-border-opacity));
}
.hover\:border-quinary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}
.hover\:border-senary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(173 212 253 / var(--tw-border-opacity));
}
.hover\:border-septenary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 222 88 / var(--tw-border-opacity));
}
.hover\:border-octonary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(173 211 144 / var(--tw-border-opacity));
}
.hover\:border-nonary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 241 / var(--tw-border-opacity));
}
.hover\:border-denary:hover {
  border-color: #;
}
.hover\:border-transparent\/0:hover {
  border-color: rgb(0 0 0 / 0);
}
.hover\:border-transparent\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-transparent\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-transparent\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-transparent\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-transparent\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-transparent\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-transparent\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-transparent\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-transparent\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-transparent\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-transparent\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-transparent\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-transparent\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-transparent\/100:hover {
  border-color: rgb(0 0 0 / 1);
}
.hover\:border-black\/0:hover {
  border-color: rgb(0 0 0 / 0);
}
.hover\:border-black\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-black\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-black\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-black\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-black\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-black\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-black\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-black\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-black\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-black\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-black\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-black\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-black\/100:hover {
  border-color: rgb(0 0 0 / 1);
}
.hover\:border-white\/0:hover {
  border-color: rgb(255 255 255 / 0);
}
.hover\:border-white\/5:hover {
  border-color: rgb(255 255 255 / 0.05);
}
.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}
.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}
.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}
.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}
.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}
.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}
.hover\:border-white\/70:hover {
  border-color: rgb(255 255 255 / 0.7);
}
.hover\:border-white\/75:hover {
  border-color: rgb(255 255 255 / 0.75);
}
.hover\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}
.hover\:border-white\/90:hover {
  border-color: rgb(255 255 255 / 0.9);
}
.hover\:border-white\/95:hover {
  border-color: rgb(255 255 255 / 0.95);
}
.hover\:border-white\/100:hover {
  border-color: rgb(255 255 255 / 1);
}
.hover\:border-primary\/0:hover {
  border-color: rgb(128 128 128 / 0);
}
.hover\:border-primary\/5:hover {
  border-color: rgb(128 128 128 / 0.05);
}
.hover\:border-primary\/10:hover {
  border-color: rgb(128 128 128 / 0.1);
}
.hover\:border-primary\/20:hover {
  border-color: rgb(128 128 128 / 0.2);
}
.hover\:border-primary\/25:hover {
  border-color: rgb(128 128 128 / 0.25);
}
.hover\:border-primary\/30:hover {
  border-color: rgb(128 128 128 / 0.3);
}
.hover\:border-primary\/40:hover {
  border-color: rgb(128 128 128 / 0.4);
}
.hover\:border-primary\/50:hover {
  border-color: rgb(128 128 128 / 0.5);
}
.hover\:border-primary\/60:hover {
  border-color: rgb(128 128 128 / 0.6);
}
.hover\:border-primary\/70:hover {
  border-color: rgb(128 128 128 / 0.7);
}
.hover\:border-primary\/75:hover {
  border-color: rgb(128 128 128 / 0.75);
}
.hover\:border-primary\/80:hover {
  border-color: rgb(128 128 128 / 0.8);
}
.hover\:border-primary\/90:hover {
  border-color: rgb(128 128 128 / 0.9);
}
.hover\:border-primary\/95:hover {
  border-color: rgb(128 128 128 / 0.95);
}
.hover\:border-primary\/100:hover {
  border-color: rgb(128 128 128 / 1);
}
.hover\:border-secondary\/0:hover {
  border-color: rgb(119 183 251 / 0);
}
.hover\:border-secondary\/5:hover {
  border-color: rgb(119 183 251 / 0.05);
}
.hover\:border-secondary\/10:hover {
  border-color: rgb(119 183 251 / 0.1);
}
.hover\:border-secondary\/20:hover {
  border-color: rgb(119 183 251 / 0.2);
}
.hover\:border-secondary\/25:hover {
  border-color: rgb(119 183 251 / 0.25);
}
.hover\:border-secondary\/30:hover {
  border-color: rgb(119 183 251 / 0.3);
}
.hover\:border-secondary\/40:hover {
  border-color: rgb(119 183 251 / 0.4);
}
.hover\:border-secondary\/50:hover {
  border-color: rgb(119 183 251 / 0.5);
}
.hover\:border-secondary\/60:hover {
  border-color: rgb(119 183 251 / 0.6);
}
.hover\:border-secondary\/70:hover {
  border-color: rgb(119 183 251 / 0.7);
}
.hover\:border-secondary\/75:hover {
  border-color: rgb(119 183 251 / 0.75);
}
.hover\:border-secondary\/80:hover {
  border-color: rgb(119 183 251 / 0.8);
}
.hover\:border-secondary\/90:hover {
  border-color: rgb(119 183 251 / 0.9);
}
.hover\:border-secondary\/95:hover {
  border-color: rgb(119 183 251 / 0.95);
}
.hover\:border-secondary\/100:hover {
  border-color: rgb(119 183 251 / 1);
}
.hover\:border-tertiary\/0:hover {
  border-color: rgb(6 28 96 / 0);
}
.hover\:border-tertiary\/5:hover {
  border-color: rgb(6 28 96 / 0.05);
}
.hover\:border-tertiary\/10:hover {
  border-color: rgb(6 28 96 / 0.1);
}
.hover\:border-tertiary\/20:hover {
  border-color: rgb(6 28 96 / 0.2);
}
.hover\:border-tertiary\/25:hover {
  border-color: rgb(6 28 96 / 0.25);
}
.hover\:border-tertiary\/30:hover {
  border-color: rgb(6 28 96 / 0.3);
}
.hover\:border-tertiary\/40:hover {
  border-color: rgb(6 28 96 / 0.4);
}
.hover\:border-tertiary\/50:hover {
  border-color: rgb(6 28 96 / 0.5);
}
.hover\:border-tertiary\/60:hover {
  border-color: rgb(6 28 96 / 0.6);
}
.hover\:border-tertiary\/70:hover {
  border-color: rgb(6 28 96 / 0.7);
}
.hover\:border-tertiary\/75:hover {
  border-color: rgb(6 28 96 / 0.75);
}
.hover\:border-tertiary\/80:hover {
  border-color: rgb(6 28 96 / 0.8);
}
.hover\:border-tertiary\/90:hover {
  border-color: rgb(6 28 96 / 0.9);
}
.hover\:border-tertiary\/95:hover {
  border-color: rgb(6 28 96 / 0.95);
}
.hover\:border-tertiary\/100:hover {
  border-color: rgb(6 28 96 / 1);
}
.hover\:border-quaternary\/0:hover {
  border-color: rgb(47 51 53 / 0);
}
.hover\:border-quaternary\/5:hover {
  border-color: rgb(47 51 53 / 0.05);
}
.hover\:border-quaternary\/10:hover {
  border-color: rgb(47 51 53 / 0.1);
}
.hover\:border-quaternary\/20:hover {
  border-color: rgb(47 51 53 / 0.2);
}
.hover\:border-quaternary\/25:hover {
  border-color: rgb(47 51 53 / 0.25);
}
.hover\:border-quaternary\/30:hover {
  border-color: rgb(47 51 53 / 0.3);
}
.hover\:border-quaternary\/40:hover {
  border-color: rgb(47 51 53 / 0.4);
}
.hover\:border-quaternary\/50:hover {
  border-color: rgb(47 51 53 / 0.5);
}
.hover\:border-quaternary\/60:hover {
  border-color: rgb(47 51 53 / 0.6);
}
.hover\:border-quaternary\/70:hover {
  border-color: rgb(47 51 53 / 0.7);
}
.hover\:border-quaternary\/75:hover {
  border-color: rgb(47 51 53 / 0.75);
}
.hover\:border-quaternary\/80:hover {
  border-color: rgb(47 51 53 / 0.8);
}
.hover\:border-quaternary\/90:hover {
  border-color: rgb(47 51 53 / 0.9);
}
.hover\:border-quaternary\/95:hover {
  border-color: rgb(47 51 53 / 0.95);
}
.hover\:border-quaternary\/100:hover {
  border-color: rgb(47 51 53 / 1);
}
.hover\:border-quinary\/0:hover {
  border-color: rgb(105 105 105 / 0);
}
.hover\:border-quinary\/5:hover {
  border-color: rgb(105 105 105 / 0.05);
}
.hover\:border-quinary\/10:hover {
  border-color: rgb(105 105 105 / 0.1);
}
.hover\:border-quinary\/20:hover {
  border-color: rgb(105 105 105 / 0.2);
}
.hover\:border-quinary\/25:hover {
  border-color: rgb(105 105 105 / 0.25);
}
.hover\:border-quinary\/30:hover {
  border-color: rgb(105 105 105 / 0.3);
}
.hover\:border-quinary\/40:hover {
  border-color: rgb(105 105 105 / 0.4);
}
.hover\:border-quinary\/50:hover {
  border-color: rgb(105 105 105 / 0.5);
}
.hover\:border-quinary\/60:hover {
  border-color: rgb(105 105 105 / 0.6);
}
.hover\:border-quinary\/70:hover {
  border-color: rgb(105 105 105 / 0.7);
}
.hover\:border-quinary\/75:hover {
  border-color: rgb(105 105 105 / 0.75);
}
.hover\:border-quinary\/80:hover {
  border-color: rgb(105 105 105 / 0.8);
}
.hover\:border-quinary\/90:hover {
  border-color: rgb(105 105 105 / 0.9);
}
.hover\:border-quinary\/95:hover {
  border-color: rgb(105 105 105 / 0.95);
}
.hover\:border-quinary\/100:hover {
  border-color: rgb(105 105 105 / 1);
}
.hover\:border-senary\/0:hover {
  border-color: rgb(173 212 253 / 0);
}
.hover\:border-senary\/5:hover {
  border-color: rgb(173 212 253 / 0.05);
}
.hover\:border-senary\/10:hover {
  border-color: rgb(173 212 253 / 0.1);
}
.hover\:border-senary\/20:hover {
  border-color: rgb(173 212 253 / 0.2);
}
.hover\:border-senary\/25:hover {
  border-color: rgb(173 212 253 / 0.25);
}
.hover\:border-senary\/30:hover {
  border-color: rgb(173 212 253 / 0.3);
}
.hover\:border-senary\/40:hover {
  border-color: rgb(173 212 253 / 0.4);
}
.hover\:border-senary\/50:hover {
  border-color: rgb(173 212 253 / 0.5);
}
.hover\:border-senary\/60:hover {
  border-color: rgb(173 212 253 / 0.6);
}
.hover\:border-senary\/70:hover {
  border-color: rgb(173 212 253 / 0.7);
}
.hover\:border-senary\/75:hover {
  border-color: rgb(173 212 253 / 0.75);
}
.hover\:border-senary\/80:hover {
  border-color: rgb(173 212 253 / 0.8);
}
.hover\:border-senary\/90:hover {
  border-color: rgb(173 212 253 / 0.9);
}
.hover\:border-senary\/95:hover {
  border-color: rgb(173 212 253 / 0.95);
}
.hover\:border-senary\/100:hover {
  border-color: rgb(173 212 253 / 1);
}
.hover\:border-septenary\/0:hover {
  border-color: rgb(255 222 88 / 0);
}
.hover\:border-septenary\/5:hover {
  border-color: rgb(255 222 88 / 0.05);
}
.hover\:border-septenary\/10:hover {
  border-color: rgb(255 222 88 / 0.1);
}
.hover\:border-septenary\/20:hover {
  border-color: rgb(255 222 88 / 0.2);
}
.hover\:border-septenary\/25:hover {
  border-color: rgb(255 222 88 / 0.25);
}
.hover\:border-septenary\/30:hover {
  border-color: rgb(255 222 88 / 0.3);
}
.hover\:border-septenary\/40:hover {
  border-color: rgb(255 222 88 / 0.4);
}
.hover\:border-septenary\/50:hover {
  border-color: rgb(255 222 88 / 0.5);
}
.hover\:border-septenary\/60:hover {
  border-color: rgb(255 222 88 / 0.6);
}
.hover\:border-septenary\/70:hover {
  border-color: rgb(255 222 88 / 0.7);
}
.hover\:border-septenary\/75:hover {
  border-color: rgb(255 222 88 / 0.75);
}
.hover\:border-septenary\/80:hover {
  border-color: rgb(255 222 88 / 0.8);
}
.hover\:border-septenary\/90:hover {
  border-color: rgb(255 222 88 / 0.9);
}
.hover\:border-septenary\/95:hover {
  border-color: rgb(255 222 88 / 0.95);
}
.hover\:border-septenary\/100:hover {
  border-color: rgb(255 222 88 / 1);
}
.hover\:border-octonary\/0:hover {
  border-color: rgb(173 211 144 / 0);
}
.hover\:border-octonary\/5:hover {
  border-color: rgb(173 211 144 / 0.05);
}
.hover\:border-octonary\/10:hover {
  border-color: rgb(173 211 144 / 0.1);
}
.hover\:border-octonary\/20:hover {
  border-color: rgb(173 211 144 / 0.2);
}
.hover\:border-octonary\/25:hover {
  border-color: rgb(173 211 144 / 0.25);
}
.hover\:border-octonary\/30:hover {
  border-color: rgb(173 211 144 / 0.3);
}
.hover\:border-octonary\/40:hover {
  border-color: rgb(173 211 144 / 0.4);
}
.hover\:border-octonary\/50:hover {
  border-color: rgb(173 211 144 / 0.5);
}
.hover\:border-octonary\/60:hover {
  border-color: rgb(173 211 144 / 0.6);
}
.hover\:border-octonary\/70:hover {
  border-color: rgb(173 211 144 / 0.7);
}
.hover\:border-octonary\/75:hover {
  border-color: rgb(173 211 144 / 0.75);
}
.hover\:border-octonary\/80:hover {
  border-color: rgb(173 211 144 / 0.8);
}
.hover\:border-octonary\/90:hover {
  border-color: rgb(173 211 144 / 0.9);
}
.hover\:border-octonary\/95:hover {
  border-color: rgb(173 211 144 / 0.95);
}
.hover\:border-octonary\/100:hover {
  border-color: rgb(173 211 144 / 1);
}
.hover\:border-nonary\/0:hover {
  border-color: rgb(242 244 241 / 0);
}
.hover\:border-nonary\/5:hover {
  border-color: rgb(242 244 241 / 0.05);
}
.hover\:border-nonary\/10:hover {
  border-color: rgb(242 244 241 / 0.1);
}
.hover\:border-nonary\/20:hover {
  border-color: rgb(242 244 241 / 0.2);
}
.hover\:border-nonary\/25:hover {
  border-color: rgb(242 244 241 / 0.25);
}
.hover\:border-nonary\/30:hover {
  border-color: rgb(242 244 241 / 0.3);
}
.hover\:border-nonary\/40:hover {
  border-color: rgb(242 244 241 / 0.4);
}
.hover\:border-nonary\/50:hover {
  border-color: rgb(242 244 241 / 0.5);
}
.hover\:border-nonary\/60:hover {
  border-color: rgb(242 244 241 / 0.6);
}
.hover\:border-nonary\/70:hover {
  border-color: rgb(242 244 241 / 0.7);
}
.hover\:border-nonary\/75:hover {
  border-color: rgb(242 244 241 / 0.75);
}
.hover\:border-nonary\/80:hover {
  border-color: rgb(242 244 241 / 0.8);
}
.hover\:border-nonary\/90:hover {
  border-color: rgb(242 244 241 / 0.9);
}
.hover\:border-nonary\/95:hover {
  border-color: rgb(242 244 241 / 0.95);
}
.hover\:border-nonary\/100:hover {
  border-color: rgb(242 244 241 / 1);
}
.hover\:border-\[\#808080\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 183 251 / var(--tw-bg-opacity));
}
.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 28 96 / var(--tw-bg-opacity));
}
.hover\:bg-quaternary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 51 53 / var(--tw-bg-opacity));
}
.hover\:bg-quinary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.hover\:bg-senary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 212 253 / var(--tw-bg-opacity));
}
.hover\:bg-septenary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 88 / var(--tw-bg-opacity));
}
.hover\:bg-octonary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 211 144 / var(--tw-bg-opacity));
}
.hover\:bg-nonary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 241 / var(--tw-bg-opacity));
}
.hover\:bg-denary:hover {
  background-color: #;
}
.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}
.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-primary\/0:hover {
  background-color: rgb(128 128 128 / 0);
}
.hover\:bg-primary\/5:hover {
  background-color: rgb(128 128 128 / 0.05);
}
.hover\:bg-primary\/10:hover {
  background-color: rgb(128 128 128 / 0.1);
}
.hover\:bg-primary\/20:hover {
  background-color: rgb(128 128 128 / 0.2);
}
.hover\:bg-primary\/25:hover {
  background-color: rgb(128 128 128 / 0.25);
}
.hover\:bg-primary\/30:hover {
  background-color: rgb(128 128 128 / 0.3);
}
.hover\:bg-primary\/40:hover {
  background-color: rgb(128 128 128 / 0.4);
}
.hover\:bg-primary\/50:hover {
  background-color: rgb(128 128 128 / 0.5);
}
.hover\:bg-primary\/60:hover {
  background-color: rgb(128 128 128 / 0.6);
}
.hover\:bg-primary\/70:hover {
  background-color: rgb(128 128 128 / 0.7);
}
.hover\:bg-primary\/75:hover {
  background-color: rgb(128 128 128 / 0.75);
}
.hover\:bg-primary\/80:hover {
  background-color: rgb(128 128 128 / 0.8);
}
.hover\:bg-primary\/90:hover {
  background-color: rgb(128 128 128 / 0.9);
}
.hover\:bg-primary\/95:hover {
  background-color: rgb(128 128 128 / 0.95);
}
.hover\:bg-primary\/100:hover {
  background-color: rgb(128 128 128 / 1);
}
.hover\:bg-secondary\/0:hover {
  background-color: rgb(119 183 251 / 0);
}
.hover\:bg-secondary\/5:hover {
  background-color: rgb(119 183 251 / 0.05);
}
.hover\:bg-secondary\/10:hover {
  background-color: rgb(119 183 251 / 0.1);
}
.hover\:bg-secondary\/20:hover {
  background-color: rgb(119 183 251 / 0.2);
}
.hover\:bg-secondary\/25:hover {
  background-color: rgb(119 183 251 / 0.25);
}
.hover\:bg-secondary\/30:hover {
  background-color: rgb(119 183 251 / 0.3);
}
.hover\:bg-secondary\/40:hover {
  background-color: rgb(119 183 251 / 0.4);
}
.hover\:bg-secondary\/50:hover {
  background-color: rgb(119 183 251 / 0.5);
}
.hover\:bg-secondary\/60:hover {
  background-color: rgb(119 183 251 / 0.6);
}
.hover\:bg-secondary\/70:hover {
  background-color: rgb(119 183 251 / 0.7);
}
.hover\:bg-secondary\/75:hover {
  background-color: rgb(119 183 251 / 0.75);
}
.hover\:bg-secondary\/80:hover {
  background-color: rgb(119 183 251 / 0.8);
}
.hover\:bg-secondary\/90:hover {
  background-color: rgb(119 183 251 / 0.9);
}
.hover\:bg-secondary\/95:hover {
  background-color: rgb(119 183 251 / 0.95);
}
.hover\:bg-secondary\/100:hover {
  background-color: rgb(119 183 251 / 1);
}
.hover\:bg-tertiary\/0:hover {
  background-color: rgb(6 28 96 / 0);
}
.hover\:bg-tertiary\/5:hover {
  background-color: rgb(6 28 96 / 0.05);
}
.hover\:bg-tertiary\/10:hover {
  background-color: rgb(6 28 96 / 0.1);
}
.hover\:bg-tertiary\/20:hover {
  background-color: rgb(6 28 96 / 0.2);
}
.hover\:bg-tertiary\/25:hover {
  background-color: rgb(6 28 96 / 0.25);
}
.hover\:bg-tertiary\/30:hover {
  background-color: rgb(6 28 96 / 0.3);
}
.hover\:bg-tertiary\/40:hover {
  background-color: rgb(6 28 96 / 0.4);
}
.hover\:bg-tertiary\/50:hover {
  background-color: rgb(6 28 96 / 0.5);
}
.hover\:bg-tertiary\/60:hover {
  background-color: rgb(6 28 96 / 0.6);
}
.hover\:bg-tertiary\/70:hover {
  background-color: rgb(6 28 96 / 0.7);
}
.hover\:bg-tertiary\/75:hover {
  background-color: rgb(6 28 96 / 0.75);
}
.hover\:bg-tertiary\/80:hover {
  background-color: rgb(6 28 96 / 0.8);
}
.hover\:bg-tertiary\/90:hover {
  background-color: rgb(6 28 96 / 0.9);
}
.hover\:bg-tertiary\/95:hover {
  background-color: rgb(6 28 96 / 0.95);
}
.hover\:bg-tertiary\/100:hover {
  background-color: rgb(6 28 96 / 1);
}
.hover\:bg-quaternary\/0:hover {
  background-color: rgb(47 51 53 / 0);
}
.hover\:bg-quaternary\/5:hover {
  background-color: rgb(47 51 53 / 0.05);
}
.hover\:bg-quaternary\/10:hover {
  background-color: rgb(47 51 53 / 0.1);
}
.hover\:bg-quaternary\/20:hover {
  background-color: rgb(47 51 53 / 0.2);
}
.hover\:bg-quaternary\/25:hover {
  background-color: rgb(47 51 53 / 0.25);
}
.hover\:bg-quaternary\/30:hover {
  background-color: rgb(47 51 53 / 0.3);
}
.hover\:bg-quaternary\/40:hover {
  background-color: rgb(47 51 53 / 0.4);
}
.hover\:bg-quaternary\/50:hover {
  background-color: rgb(47 51 53 / 0.5);
}
.hover\:bg-quaternary\/60:hover {
  background-color: rgb(47 51 53 / 0.6);
}
.hover\:bg-quaternary\/70:hover {
  background-color: rgb(47 51 53 / 0.7);
}
.hover\:bg-quaternary\/75:hover {
  background-color: rgb(47 51 53 / 0.75);
}
.hover\:bg-quaternary\/80:hover {
  background-color: rgb(47 51 53 / 0.8);
}
.hover\:bg-quaternary\/90:hover {
  background-color: rgb(47 51 53 / 0.9);
}
.hover\:bg-quaternary\/95:hover {
  background-color: rgb(47 51 53 / 0.95);
}
.hover\:bg-quaternary\/100:hover {
  background-color: rgb(47 51 53 / 1);
}
.hover\:bg-quinary\/0:hover {
  background-color: rgb(105 105 105 / 0);
}
.hover\:bg-quinary\/5:hover {
  background-color: rgb(105 105 105 / 0.05);
}
.hover\:bg-quinary\/10:hover {
  background-color: rgb(105 105 105 / 0.1);
}
.hover\:bg-quinary\/20:hover {
  background-color: rgb(105 105 105 / 0.2);
}
.hover\:bg-quinary\/25:hover {
  background-color: rgb(105 105 105 / 0.25);
}
.hover\:bg-quinary\/30:hover {
  background-color: rgb(105 105 105 / 0.3);
}
.hover\:bg-quinary\/40:hover {
  background-color: rgb(105 105 105 / 0.4);
}
.hover\:bg-quinary\/50:hover {
  background-color: rgb(105 105 105 / 0.5);
}
.hover\:bg-quinary\/60:hover {
  background-color: rgb(105 105 105 / 0.6);
}
.hover\:bg-quinary\/70:hover {
  background-color: rgb(105 105 105 / 0.7);
}
.hover\:bg-quinary\/75:hover {
  background-color: rgb(105 105 105 / 0.75);
}
.hover\:bg-quinary\/80:hover {
  background-color: rgb(105 105 105 / 0.8);
}
.hover\:bg-quinary\/90:hover {
  background-color: rgb(105 105 105 / 0.9);
}
.hover\:bg-quinary\/95:hover {
  background-color: rgb(105 105 105 / 0.95);
}
.hover\:bg-quinary\/100:hover {
  background-color: rgb(105 105 105 / 1);
}
.hover\:bg-senary\/0:hover {
  background-color: rgb(173 212 253 / 0);
}
.hover\:bg-senary\/5:hover {
  background-color: rgb(173 212 253 / 0.05);
}
.hover\:bg-senary\/10:hover {
  background-color: rgb(173 212 253 / 0.1);
}
.hover\:bg-senary\/20:hover {
  background-color: rgb(173 212 253 / 0.2);
}
.hover\:bg-senary\/25:hover {
  background-color: rgb(173 212 253 / 0.25);
}
.hover\:bg-senary\/30:hover {
  background-color: rgb(173 212 253 / 0.3);
}
.hover\:bg-senary\/40:hover {
  background-color: rgb(173 212 253 / 0.4);
}
.hover\:bg-senary\/50:hover {
  background-color: rgb(173 212 253 / 0.5);
}
.hover\:bg-senary\/60:hover {
  background-color: rgb(173 212 253 / 0.6);
}
.hover\:bg-senary\/70:hover {
  background-color: rgb(173 212 253 / 0.7);
}
.hover\:bg-senary\/75:hover {
  background-color: rgb(173 212 253 / 0.75);
}
.hover\:bg-senary\/80:hover {
  background-color: rgb(173 212 253 / 0.8);
}
.hover\:bg-senary\/90:hover {
  background-color: rgb(173 212 253 / 0.9);
}
.hover\:bg-senary\/95:hover {
  background-color: rgb(173 212 253 / 0.95);
}
.hover\:bg-senary\/100:hover {
  background-color: rgb(173 212 253 / 1);
}
.hover\:bg-septenary\/0:hover {
  background-color: rgb(255 222 88 / 0);
}
.hover\:bg-septenary\/5:hover {
  background-color: rgb(255 222 88 / 0.05);
}
.hover\:bg-septenary\/10:hover {
  background-color: rgb(255 222 88 / 0.1);
}
.hover\:bg-septenary\/20:hover {
  background-color: rgb(255 222 88 / 0.2);
}
.hover\:bg-septenary\/25:hover {
  background-color: rgb(255 222 88 / 0.25);
}
.hover\:bg-septenary\/30:hover {
  background-color: rgb(255 222 88 / 0.3);
}
.hover\:bg-septenary\/40:hover {
  background-color: rgb(255 222 88 / 0.4);
}
.hover\:bg-septenary\/50:hover {
  background-color: rgb(255 222 88 / 0.5);
}
.hover\:bg-septenary\/60:hover {
  background-color: rgb(255 222 88 / 0.6);
}
.hover\:bg-septenary\/70:hover {
  background-color: rgb(255 222 88 / 0.7);
}
.hover\:bg-septenary\/75:hover {
  background-color: rgb(255 222 88 / 0.75);
}
.hover\:bg-septenary\/80:hover {
  background-color: rgb(255 222 88 / 0.8);
}
.hover\:bg-septenary\/90:hover {
  background-color: rgb(255 222 88 / 0.9);
}
.hover\:bg-septenary\/95:hover {
  background-color: rgb(255 222 88 / 0.95);
}
.hover\:bg-septenary\/100:hover {
  background-color: rgb(255 222 88 / 1);
}
.hover\:bg-octonary\/0:hover {
  background-color: rgb(173 211 144 / 0);
}
.hover\:bg-octonary\/5:hover {
  background-color: rgb(173 211 144 / 0.05);
}
.hover\:bg-octonary\/10:hover {
  background-color: rgb(173 211 144 / 0.1);
}
.hover\:bg-octonary\/20:hover {
  background-color: rgb(173 211 144 / 0.2);
}
.hover\:bg-octonary\/25:hover {
  background-color: rgb(173 211 144 / 0.25);
}
.hover\:bg-octonary\/30:hover {
  background-color: rgb(173 211 144 / 0.3);
}
.hover\:bg-octonary\/40:hover {
  background-color: rgb(173 211 144 / 0.4);
}
.hover\:bg-octonary\/50:hover {
  background-color: rgb(173 211 144 / 0.5);
}
.hover\:bg-octonary\/60:hover {
  background-color: rgb(173 211 144 / 0.6);
}
.hover\:bg-octonary\/70:hover {
  background-color: rgb(173 211 144 / 0.7);
}
.hover\:bg-octonary\/75:hover {
  background-color: rgb(173 211 144 / 0.75);
}
.hover\:bg-octonary\/80:hover {
  background-color: rgb(173 211 144 / 0.8);
}
.hover\:bg-octonary\/90:hover {
  background-color: rgb(173 211 144 / 0.9);
}
.hover\:bg-octonary\/95:hover {
  background-color: rgb(173 211 144 / 0.95);
}
.hover\:bg-octonary\/100:hover {
  background-color: rgb(173 211 144 / 1);
}
.hover\:bg-nonary\/0:hover {
  background-color: rgb(242 244 241 / 0);
}
.hover\:bg-nonary\/5:hover {
  background-color: rgb(242 244 241 / 0.05);
}
.hover\:bg-nonary\/10:hover {
  background-color: rgb(242 244 241 / 0.1);
}
.hover\:bg-nonary\/20:hover {
  background-color: rgb(242 244 241 / 0.2);
}
.hover\:bg-nonary\/25:hover {
  background-color: rgb(242 244 241 / 0.25);
}
.hover\:bg-nonary\/30:hover {
  background-color: rgb(242 244 241 / 0.3);
}
.hover\:bg-nonary\/40:hover {
  background-color: rgb(242 244 241 / 0.4);
}
.hover\:bg-nonary\/50:hover {
  background-color: rgb(242 244 241 / 0.5);
}
.hover\:bg-nonary\/60:hover {
  background-color: rgb(242 244 241 / 0.6);
}
.hover\:bg-nonary\/70:hover {
  background-color: rgb(242 244 241 / 0.7);
}
.hover\:bg-nonary\/75:hover {
  background-color: rgb(242 244 241 / 0.75);
}
.hover\:bg-nonary\/80:hover {
  background-color: rgb(242 244 241 / 0.8);
}
.hover\:bg-nonary\/90:hover {
  background-color: rgb(242 244 241 / 0.9);
}
.hover\:bg-nonary\/95:hover {
  background-color: rgb(242 244 241 / 0.95);
}
.hover\:bg-nonary\/100:hover {
  background-color: rgb(242 244 241 / 1);
}
.hover\:bg-\[\#93c56d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 109 / var(--tw-bg-opacity));
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(119 183 251 / var(--tw-text-opacity));
}
.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(6 28 96 / var(--tw-text-opacity));
}
.hover\:text-quaternary:hover {
  --tw-text-opacity: 1;
  color: rgb(47 51 53 / var(--tw-text-opacity));
}
.hover\:text-quinary:hover {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.hover\:text-senary:hover {
  --tw-text-opacity: 1;
  color: rgb(173 212 253 / var(--tw-text-opacity));
}
.hover\:text-septenary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 222 88 / var(--tw-text-opacity));
}
.hover\:text-octonary:hover {
  --tw-text-opacity: 1;
  color: rgb(173 211 144 / var(--tw-text-opacity));
}
.hover\:text-nonary:hover {
  --tw-text-opacity: 1;
  color: rgb(242 244 241 / var(--tw-text-opacity));
}
.hover\:text-denary:hover {
  color: #;
}
.hover\:text-transparent\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-transparent\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}
.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}
.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}
.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}
.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}
.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}
.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}
.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}
.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-primary\/0:hover {
  color: rgb(128 128 128 / 0);
}
.hover\:text-primary\/5:hover {
  color: rgb(128 128 128 / 0.05);
}
.hover\:text-primary\/10:hover {
  color: rgb(128 128 128 / 0.1);
}
.hover\:text-primary\/20:hover {
  color: rgb(128 128 128 / 0.2);
}
.hover\:text-primary\/25:hover {
  color: rgb(128 128 128 / 0.25);
}
.hover\:text-primary\/30:hover {
  color: rgb(128 128 128 / 0.3);
}
.hover\:text-primary\/40:hover {
  color: rgb(128 128 128 / 0.4);
}
.hover\:text-primary\/50:hover {
  color: rgb(128 128 128 / 0.5);
}
.hover\:text-primary\/60:hover {
  color: rgb(128 128 128 / 0.6);
}
.hover\:text-primary\/70:hover {
  color: rgb(128 128 128 / 0.7);
}
.hover\:text-primary\/75:hover {
  color: rgb(128 128 128 / 0.75);
}
.hover\:text-primary\/80:hover {
  color: rgb(128 128 128 / 0.8);
}
.hover\:text-primary\/90:hover {
  color: rgb(128 128 128 / 0.9);
}
.hover\:text-primary\/95:hover {
  color: rgb(128 128 128 / 0.95);
}
.hover\:text-primary\/100:hover {
  color: rgb(128 128 128 / 1);
}
.hover\:text-secondary\/0:hover {
  color: rgb(119 183 251 / 0);
}
.hover\:text-secondary\/5:hover {
  color: rgb(119 183 251 / 0.05);
}
.hover\:text-secondary\/10:hover {
  color: rgb(119 183 251 / 0.1);
}
.hover\:text-secondary\/20:hover {
  color: rgb(119 183 251 / 0.2);
}
.hover\:text-secondary\/25:hover {
  color: rgb(119 183 251 / 0.25);
}
.hover\:text-secondary\/30:hover {
  color: rgb(119 183 251 / 0.3);
}
.hover\:text-secondary\/40:hover {
  color: rgb(119 183 251 / 0.4);
}
.hover\:text-secondary\/50:hover {
  color: rgb(119 183 251 / 0.5);
}
.hover\:text-secondary\/60:hover {
  color: rgb(119 183 251 / 0.6);
}
.hover\:text-secondary\/70:hover {
  color: rgb(119 183 251 / 0.7);
}
.hover\:text-secondary\/75:hover {
  color: rgb(119 183 251 / 0.75);
}
.hover\:text-secondary\/80:hover {
  color: rgb(119 183 251 / 0.8);
}
.hover\:text-secondary\/90:hover {
  color: rgb(119 183 251 / 0.9);
}
.hover\:text-secondary\/95:hover {
  color: rgb(119 183 251 / 0.95);
}
.hover\:text-secondary\/100:hover {
  color: rgb(119 183 251 / 1);
}
.hover\:text-tertiary\/0:hover {
  color: rgb(6 28 96 / 0);
}
.hover\:text-tertiary\/5:hover {
  color: rgb(6 28 96 / 0.05);
}
.hover\:text-tertiary\/10:hover {
  color: rgb(6 28 96 / 0.1);
}
.hover\:text-tertiary\/20:hover {
  color: rgb(6 28 96 / 0.2);
}
.hover\:text-tertiary\/25:hover {
  color: rgb(6 28 96 / 0.25);
}
.hover\:text-tertiary\/30:hover {
  color: rgb(6 28 96 / 0.3);
}
.hover\:text-tertiary\/40:hover {
  color: rgb(6 28 96 / 0.4);
}
.hover\:text-tertiary\/50:hover {
  color: rgb(6 28 96 / 0.5);
}
.hover\:text-tertiary\/60:hover {
  color: rgb(6 28 96 / 0.6);
}
.hover\:text-tertiary\/70:hover {
  color: rgb(6 28 96 / 0.7);
}
.hover\:text-tertiary\/75:hover {
  color: rgb(6 28 96 / 0.75);
}
.hover\:text-tertiary\/80:hover {
  color: rgb(6 28 96 / 0.8);
}
.hover\:text-tertiary\/90:hover {
  color: rgb(6 28 96 / 0.9);
}
.hover\:text-tertiary\/95:hover {
  color: rgb(6 28 96 / 0.95);
}
.hover\:text-tertiary\/100:hover {
  color: rgb(6 28 96 / 1);
}
.hover\:text-quaternary\/0:hover {
  color: rgb(47 51 53 / 0);
}
.hover\:text-quaternary\/5:hover {
  color: rgb(47 51 53 / 0.05);
}
.hover\:text-quaternary\/10:hover {
  color: rgb(47 51 53 / 0.1);
}
.hover\:text-quaternary\/20:hover {
  color: rgb(47 51 53 / 0.2);
}
.hover\:text-quaternary\/25:hover {
  color: rgb(47 51 53 / 0.25);
}
.hover\:text-quaternary\/30:hover {
  color: rgb(47 51 53 / 0.3);
}
.hover\:text-quaternary\/40:hover {
  color: rgb(47 51 53 / 0.4);
}
.hover\:text-quaternary\/50:hover {
  color: rgb(47 51 53 / 0.5);
}
.hover\:text-quaternary\/60:hover {
  color: rgb(47 51 53 / 0.6);
}
.hover\:text-quaternary\/70:hover {
  color: rgb(47 51 53 / 0.7);
}
.hover\:text-quaternary\/75:hover {
  color: rgb(47 51 53 / 0.75);
}
.hover\:text-quaternary\/80:hover {
  color: rgb(47 51 53 / 0.8);
}
.hover\:text-quaternary\/90:hover {
  color: rgb(47 51 53 / 0.9);
}
.hover\:text-quaternary\/95:hover {
  color: rgb(47 51 53 / 0.95);
}
.hover\:text-quaternary\/100:hover {
  color: rgb(47 51 53 / 1);
}
.hover\:text-quinary\/0:hover {
  color: rgb(105 105 105 / 0);
}
.hover\:text-quinary\/5:hover {
  color: rgb(105 105 105 / 0.05);
}
.hover\:text-quinary\/10:hover {
  color: rgb(105 105 105 / 0.1);
}
.hover\:text-quinary\/20:hover {
  color: rgb(105 105 105 / 0.2);
}
.hover\:text-quinary\/25:hover {
  color: rgb(105 105 105 / 0.25);
}
.hover\:text-quinary\/30:hover {
  color: rgb(105 105 105 / 0.3);
}
.hover\:text-quinary\/40:hover {
  color: rgb(105 105 105 / 0.4);
}
.hover\:text-quinary\/50:hover {
  color: rgb(105 105 105 / 0.5);
}
.hover\:text-quinary\/60:hover {
  color: rgb(105 105 105 / 0.6);
}
.hover\:text-quinary\/70:hover {
  color: rgb(105 105 105 / 0.7);
}
.hover\:text-quinary\/75:hover {
  color: rgb(105 105 105 / 0.75);
}
.hover\:text-quinary\/80:hover {
  color: rgb(105 105 105 / 0.8);
}
.hover\:text-quinary\/90:hover {
  color: rgb(105 105 105 / 0.9);
}
.hover\:text-quinary\/95:hover {
  color: rgb(105 105 105 / 0.95);
}
.hover\:text-quinary\/100:hover {
  color: rgb(105 105 105 / 1);
}
.hover\:text-senary\/0:hover {
  color: rgb(173 212 253 / 0);
}
.hover\:text-senary\/5:hover {
  color: rgb(173 212 253 / 0.05);
}
.hover\:text-senary\/10:hover {
  color: rgb(173 212 253 / 0.1);
}
.hover\:text-senary\/20:hover {
  color: rgb(173 212 253 / 0.2);
}
.hover\:text-senary\/25:hover {
  color: rgb(173 212 253 / 0.25);
}
.hover\:text-senary\/30:hover {
  color: rgb(173 212 253 / 0.3);
}
.hover\:text-senary\/40:hover {
  color: rgb(173 212 253 / 0.4);
}
.hover\:text-senary\/50:hover {
  color: rgb(173 212 253 / 0.5);
}
.hover\:text-senary\/60:hover {
  color: rgb(173 212 253 / 0.6);
}
.hover\:text-senary\/70:hover {
  color: rgb(173 212 253 / 0.7);
}
.hover\:text-senary\/75:hover {
  color: rgb(173 212 253 / 0.75);
}
.hover\:text-senary\/80:hover {
  color: rgb(173 212 253 / 0.8);
}
.hover\:text-senary\/90:hover {
  color: rgb(173 212 253 / 0.9);
}
.hover\:text-senary\/95:hover {
  color: rgb(173 212 253 / 0.95);
}
.hover\:text-senary\/100:hover {
  color: rgb(173 212 253 / 1);
}
.hover\:text-septenary\/0:hover {
  color: rgb(255 222 88 / 0);
}
.hover\:text-septenary\/5:hover {
  color: rgb(255 222 88 / 0.05);
}
.hover\:text-septenary\/10:hover {
  color: rgb(255 222 88 / 0.1);
}
.hover\:text-septenary\/20:hover {
  color: rgb(255 222 88 / 0.2);
}
.hover\:text-septenary\/25:hover {
  color: rgb(255 222 88 / 0.25);
}
.hover\:text-septenary\/30:hover {
  color: rgb(255 222 88 / 0.3);
}
.hover\:text-septenary\/40:hover {
  color: rgb(255 222 88 / 0.4);
}
.hover\:text-septenary\/50:hover {
  color: rgb(255 222 88 / 0.5);
}
.hover\:text-septenary\/60:hover {
  color: rgb(255 222 88 / 0.6);
}
.hover\:text-septenary\/70:hover {
  color: rgb(255 222 88 / 0.7);
}
.hover\:text-septenary\/75:hover {
  color: rgb(255 222 88 / 0.75);
}
.hover\:text-septenary\/80:hover {
  color: rgb(255 222 88 / 0.8);
}
.hover\:text-septenary\/90:hover {
  color: rgb(255 222 88 / 0.9);
}
.hover\:text-septenary\/95:hover {
  color: rgb(255 222 88 / 0.95);
}
.hover\:text-septenary\/100:hover {
  color: rgb(255 222 88 / 1);
}
.hover\:text-octonary\/0:hover {
  color: rgb(173 211 144 / 0);
}
.hover\:text-octonary\/5:hover {
  color: rgb(173 211 144 / 0.05);
}
.hover\:text-octonary\/10:hover {
  color: rgb(173 211 144 / 0.1);
}
.hover\:text-octonary\/20:hover {
  color: rgb(173 211 144 / 0.2);
}
.hover\:text-octonary\/25:hover {
  color: rgb(173 211 144 / 0.25);
}
.hover\:text-octonary\/30:hover {
  color: rgb(173 211 144 / 0.3);
}
.hover\:text-octonary\/40:hover {
  color: rgb(173 211 144 / 0.4);
}
.hover\:text-octonary\/50:hover {
  color: rgb(173 211 144 / 0.5);
}
.hover\:text-octonary\/60:hover {
  color: rgb(173 211 144 / 0.6);
}
.hover\:text-octonary\/70:hover {
  color: rgb(173 211 144 / 0.7);
}
.hover\:text-octonary\/75:hover {
  color: rgb(173 211 144 / 0.75);
}
.hover\:text-octonary\/80:hover {
  color: rgb(173 211 144 / 0.8);
}
.hover\:text-octonary\/90:hover {
  color: rgb(173 211 144 / 0.9);
}
.hover\:text-octonary\/95:hover {
  color: rgb(173 211 144 / 0.95);
}
.hover\:text-octonary\/100:hover {
  color: rgb(173 211 144 / 1);
}
.hover\:text-nonary\/0:hover {
  color: rgb(242 244 241 / 0);
}
.hover\:text-nonary\/5:hover {
  color: rgb(242 244 241 / 0.05);
}
.hover\:text-nonary\/10:hover {
  color: rgb(242 244 241 / 0.1);
}
.hover\:text-nonary\/20:hover {
  color: rgb(242 244 241 / 0.2);
}
.hover\:text-nonary\/25:hover {
  color: rgb(242 244 241 / 0.25);
}
.hover\:text-nonary\/30:hover {
  color: rgb(242 244 241 / 0.3);
}
.hover\:text-nonary\/40:hover {
  color: rgb(242 244 241 / 0.4);
}
.hover\:text-nonary\/50:hover {
  color: rgb(242 244 241 / 0.5);
}
.hover\:text-nonary\/60:hover {
  color: rgb(242 244 241 / 0.6);
}
.hover\:text-nonary\/70:hover {
  color: rgb(242 244 241 / 0.7);
}
.hover\:text-nonary\/75:hover {
  color: rgb(242 244 241 / 0.75);
}
.hover\:text-nonary\/80:hover {
  color: rgb(242 244 241 / 0.8);
}
.hover\:text-nonary\/90:hover {
  color: rgb(242 244 241 / 0.9);
}
.hover\:text-nonary\/95:hover {
  color: rgb(242 244 241 / 0.95);
}
.hover\:text-nonary\/100:hover {
  color: rgb(242 244 241 / 1);
}
.hover\:text-\[\#ffde58\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 222 88 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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);
}
.active\:bg-\[\#93c56d\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 109 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:top-0 {
  top: 0px;
}
.group:hover .group-hover\:top-\[100px\] {
  top: 100px;
}
.group:hover .group-hover\:bottom-\[-155px\] {
  bottom: -155px;
}
.group:hover .group-hover\:left-\[-120px\] {
  left: -120px;
}
.group:hover .group-hover\:right-\[3px\] {
  right: 3px;
}
.group:hover .group-hover\:h-\[860px\] {
  height: 860px;
}
.group:hover .group-hover\:w-\[100\%\] {
  width: 100%;
}
.group:hover .group-hover\:w-full {
  width: 100%;
}
.group:hover .group-hover\:w-\[210px\] {
  width: 210px;
}
.group:hover .group-hover\:w-\[860px\] {
  width: 860px;
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(47 51 53 / var(--tw-bg-opacity));
}
.group\/mwrap:hover .group-hover\/mwrap\:bg-\[\#add390\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 211 144 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.group:hover .group-hover\:pt-12 {
  padding-top: 3rem;
}
.group:hover .group-hover\:pl-6 {
  padding-left: 1.5rem;
}
.group:hover .group-hover\:text-\[36px\] {
  font-size: 36px;
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-quinary {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.group\/mwrap:hover .group-hover\/mwrap\:text-quinary {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(47 51 53 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 340px) {

  .min-\[340px\]\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 470px) {

  .vs\:block {
    display: block;
  }
}
@media (min-width: 640px) {

  .sm\:z-\[998\] {
    z-index: 998;
  }

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

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

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

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

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .group:hover .sm\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

  .md\:m-1 {
    margin: 0.25rem;
  }

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

  .md\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media not all and (min-width: 1280px) {

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

  @media not all and (min-width: 1024px) {

    .md\:max-lg\:top-\[36px\] {
      top: 36px;
    }

    .md\:max-lg\:ml-\[115px\] {
      margin-left: 115px;
    }

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

    .md\:max-lg\:h-\[140px\] {
      height: 140px;
    }

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

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

    .md\:max-lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

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

    .md\:max-lg\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-\[-300px\] {
    top: -300px;
  }

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

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

  .lg\:left-\[410px\] {
    left: 410px;
  }

  .lg\:left-\[6\%\] {
    left: 6%;
  }

  .lg\:top-\[80px\] {
    top: 80px;
  }

  .lg\:left-\[-80px\] {
    left: -80px;
  }

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

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

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

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

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

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

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

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

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

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

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

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

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width: 1024px) {

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

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

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

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

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

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

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

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

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

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

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

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

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
    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);
  }

  .group.sticky-nav .group-\[\.sticky-nav\]\:lg\:h-\[60px\] {
    height: 60px;
  }

  .group.sticky-nav .lg\:group-\[\.sticky-nav\]\:text-\[18px\] {
    font-size: 18px;
  }

  .group.sticky-nav .lg\:group-\[\.sticky-nav\]\:text-\[14px\] {
    font-size: 14px;
  }

  @media not all and (min-width: 1280px) {

    .lg\:max-xl\:mb-12 {
      margin-bottom: 3rem;
    }

    .lg\:max-xl\:text-\[21px\] {
      font-size: 21px;
    }
  }
}
@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

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

  .xl\:top-\[40px\] {
    top: 40px;
  }

  .xl\:left-\[-15px\] {
    left: -15px;
  }

  .xl\:top-\[-110px\] {
    top: -110px;
  }

  .xl\:left-\[-90px\] {
    left: -90px;
  }

  .xl\:right-\[40px\] {
    right: 40px;
  }

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

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

  .xl\:left-\[420px\] {
    left: 420px;
  }

  .xl\:bottom-\[170px\] {
    bottom: 170px;
  }

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

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

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

  @media not all and (min-width: 1536px) {

    .xl\:max-2xl\:mb-11 {
      margin-bottom: 2.75rem;
    }
  }
}
@media (min-width: 1536px) {

  .\32xl\:right-\[80px\] {
    right: 80px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:h-\[140px\] {
    height: 140px;
  }

  .\32xl\:w-\[280px\] {
    width: 280px;
  }

  .\32xl\:w-\[1536px\] {
    width: 1536px;
  }

  .\32xl\:w-\[26\%\] {
    width: 26%;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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