@charset "UTF-8";
/*!
Theme Name: Ecowatt
Theme URI: http://underscores.me/
Author: Stephen Akinola
Author URI: http://akinolastephen.com
Description: Description
Version: 2.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecowatt-wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ecowatt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
# Custom
	- General
	- Header
	- Footer
	- Fonts
	- Home
	- About
	- Projects
	- Products
# Abstracts
	- Mixins

--------------------------------------------------------------*/
/* Tailwind
--------------------------------------------- */
/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
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: Inter, sans-serif; /* 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 575px){
  .container{
    max-width: 575px;
  }
}
@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: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.is-invalid ~ .invalid-feedback{
  display: block;
}
.is-invalid ~ .invalid-tooltip{
  display: block;
}
.form-control.is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
textarea.form-control.is-invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid{
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid{
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked{
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label{
  color: #dc3545;
}
.input-group .form-control.is-invalid{
  z-index: 2;
}
.input-group .form-select.is-invalid{
  z-index: 2;
}
.input-group .form-control.is-invalid:focus{
  z-index: 3;
}
.input-group .form-select.is-invalid:focus{
  z-index: 3;
}
.btn.active{
  box-shadow: none;
}
.btn.active:focus{
  box-shadow: none;
}
.fade{
  transition: opacity 0.15s linear;
}
.fade:not(.show){
  opacity: 0;
}
.collapse:not(.show){
  display: none;
}
.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal{
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
.dropdown-menu{
  z-index: 1000;
}
.dropdown-item.active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item:active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item:disabled{
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show{
  display: block;
}
.dropdown-menu-dark .dropdown-item.active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item:active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled{
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-item:disabled{
  color: #adb5bd;
}
.nav-tabs .nav-link{
  color: #4b5563;
}
.nav-tabs .nav-link:hover{
  isolation: isolate;
}
.nav-tabs .nav-link:focus{
  isolation: isolate;
}
.nav-tabs .nav-link.disabled{
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .nav-item.show .nav-link{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link{
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}
.nav-pills .nav-link.active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .show > .nav-link{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .disabled{
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}
.nav-pills.menu-sidebar .nav-link{
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}
.nav-pills.menu-sidebar .nav-link.active{
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}
.nav-justified > .nav-link{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.nav-justified .nav-item{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.tab-content > .active{
  display: block;
}
.navbar-expand .navbar-nav{
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .offcanvas{
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -ms-flex-grow: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-light .navbar-nav .nav-link.disabled{
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.active{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled{
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link{
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.modal{
  z-index: 1055;
}
.modal-dialog{
  margin: 0.5rem;
}
.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog{
  transform: none;
}
.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}
.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}
.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade{
  opacity: 0;
}
.modal-backdrop.show{
  opacity: 0.5;
}
.modal-body{
  flex: 1 1 auto;
}
.modal-fullscreen .modal-body{
  overflow-y: auto;
}
.tooltip{
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show{
  opacity: 1;
}
.bs-tooltip-top .tooltip-arrow{
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom .tooltip-arrow{
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner{
  max-width: 200px;
  font-size: 14px;
  padding: 6px 16px;
  color: #fff;
  -webkit-text-align: center;
  text-align: center;
  background-color: #6d6d6d;
  border-radius: 0.25rem;
}
.popover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bs-popover-top > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow{
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow{
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 500;
}
.popover-header:empty{
  display: none;
}
.popover-body{
  padding: 1rem 1rem;
  color: #212529;
}
.carousel.pointer-event{
  touch-action: pan-y;
}
.carousel-item{
  display: none;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-item.active{
  display: block;
}
.carousel-item-next{
  display: block;
}
.carousel-item-prev{
  display: block;
}
.carousel-item-next:not(.carousel-item-start){
  transform: translateX(100%);
}
.active.carousel-item-end{
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end){
  transform: translateX(-100%);
}
.active.carousel-item-start{
  transform: translateX(-100%);
}
.carousel-fade .carousel-item{
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-start{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-item-prev.carousel-item-end{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-indicators{
  z-index: 2;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-text-indent: -999px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active{
  opacity: 1;
}
.carousel-dark .carousel-indicators [data-bs-target]{
  background-color: #000;
}
.offcanvas{
  z-index: 1045;
}
.offcanvas-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade{
  opacity: 0;
}
.offcanvas-backdrop.show{
  opacity: 0.5;
}
.offcanvas.show{
  transform: none;
}
.sticky-top{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.vr{
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.animation{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}
.fade-in{
  -webkit-animation-name: _fade-in;
  animation-name: _fade-in;
}
.fade-out{
  -webkit-animation-name: _fade-out;
  animation-name: _fade-out;
}
.animation.infinite{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animation.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation.delay-2s{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animation.delay-3s{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animation.delay-4s{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animation.delay-5s{
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animation.fast{
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animation.faster{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animation.slow{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animation.slower{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.slide-in-left{
  -webkit-animation-name: _slide-in-left;
  animation-name: _slide-in-left;
}
.slide-in-right{
  -webkit-animation-name: _slide-in-right;
  animation-name: _slide-in-right;
}
.slide-out-left{
  -webkit-animation-name: _slide-out-left;
  animation-name: _slide-out-left;
}
.slide-out-right{
  -webkit-animation-name: _slide-out-right;
  animation-name: _slide-out-right;
}
.ripple-surface{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.ripple-surface-unbound{
  overflow: visible;
}
.ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: scale(0);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1);
  z-index: 999;
}
.ripple-wave.active{
  transform: scale(1);
  opacity: 0;
}
.btn .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-primary .ripple-wave{
  background-image: radial-gradient(circle, rgba(18, 102, 241, 0.2) 0, rgba(18, 102, 241, 0.3) 40%, rgba(18, 102, 241, 0.4) 50%, rgba(18, 102, 241, 0.5) 60%, rgba(18, 102, 241, 0) 70%);
}
.ripple-surface-secondary .ripple-wave{
  background-image: radial-gradient(circle, rgba(178, 60, 253, 0.2) 0, rgba(178, 60, 253, 0.3) 40%, rgba(178, 60, 253, 0.4) 50%, rgba(178, 60, 253, 0.5) 60%, rgba(178, 60, 253, 0) 70%);
}
.ripple-surface-success .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 183, 74, 0.2) 0, rgba(0, 183, 74, 0.3) 40%, rgba(0, 183, 74, 0.4) 50%, rgba(0, 183, 74, 0.5) 60%, rgba(0, 183, 74, 0) 70%);
}
.ripple-surface-info .ripple-wave{
  background-image: radial-gradient(circle, rgba(57, 192, 237, 0.2) 0, rgba(57, 192, 237, 0.3) 40%, rgba(57, 192, 237, 0.4) 50%, rgba(57, 192, 237, 0.5) 60%, rgba(57, 192, 237, 0) 70%);
}
.ripple-surface-warning .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 169, 0, 0.2) 0, rgba(255, 169, 0, 0.3) 40%, rgba(255, 169, 0, 0.4) 50%, rgba(255, 169, 0, 0.5) 60%, rgba(255, 169, 0, 0) 70%);
}
.ripple-surface-danger .ripple-wave{
  background-image: radial-gradient(circle, rgba(249, 49, 84, 0.2) 0, rgba(249, 49, 84, 0.3) 40%, rgba(249, 49, 84, 0.4) 50%, rgba(249, 49, 84, 0.5) 60%, rgba(249, 49, 84, 0) 70%);
}
.ripple-surface-light .ripple-wave{
  background-image: radial-gradient(circle, rgba(251, 251, 251, 0.2) 0, rgba(251, 251, 251, 0.3) 40%, rgba(251, 251, 251, 0.4) 50%, rgba(251, 251, 251, 0.5) 60%, rgba(251, 251, 251, 0) 70%);
}
.ripple-surface-dark .ripple-wave{
  background-image: radial-gradient(circle, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.3) 40%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0.5) 60%, rgba(38, 38, 38, 0) 70%);
}
.ripple-surface-white .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-black .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
}
.datepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.datepicker-toggle-button:focus{
  color: #2979ff;
}
.datepicker-toggle-button:hover{
  color: #2979ff;
}
.datepicker-backdrop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1065;
}
.datepicker-dropdown-container{
  width: 328px;
  height: 380px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}
.datepicker-modal-container{
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 512px;
  background-color: #fff;
  border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}
.datepicker-header{
  height: 120px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #2979ff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}
.datepicker-title{
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-title-text{
  font-size: 10px;
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #fff;
}
.datepicker-date{
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-date-text{
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
.datepicker-main{
  position: relative;
  height: 100%;
}
.datepicker-date-controls{
  padding: 10px 12px 0 12px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.64);
}
.datepicker-view-change-button{
  padding: 10px;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  border: none;
}
.datepicker-view-change-button:hover{
  background-color: #eee;
}
.datepicker-view-change-button:focus{
  background-color: #eee;
}
.datepicker-view-change-button:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.datepicker-arrow-controls{
  margin-top: 10px;
}
.datepicker-previous-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
  margin-right: 24px;
}
.datepicker-previous-button:hover{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-previous-button:focus{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-previous-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-left-width: 2px;
  transform: translateX(2px) rotate(-45deg);
}
.datepicker-next-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
}
.datepicker-next-button:hover{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-next-button:focus{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-next-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translateX(-2px) rotate(45deg);
}
.datepicker-view{
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
}
.datepicker-table{
  margin-right: auto;
  margin-left: auto;
  width: 304px;
}
.datepicker-day-heading{
  width: 40px;
  height: 40px;
  -webkit-text-align: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.datepicker-cell{
  -webkit-text-align: center;
  text-align: center;
}
.datepicker-cell.disabled{
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
.datepicker-cell.disabled:hover{
  cursor: default;
}
.datepicker-cell:hover{
  cursor: pointer;
}
.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content{
  background-color: #d3d3d3;
}
.datepicker-cell.selected .datepicker-cell-content{
  background-color: #2979ff;
  color: #fff;
}
.datepicker-cell:not(.selected).focused .datepicker-cell-content{
  background-color: #eee;
}
.datepicker-cell.focused .datepicker-cell-content.selected{
  background-color: #2979ff;
}
.datepicker-cell.current .datepicker-cell-content{
  border: 1px solid #000;
}
.datepicker-small-cell{
  width: 40px;
  height: 40px;
}
.datepicker-small-cell-content{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 13px;
}
.datepicker-large-cell{
  width: 76px;
  height: 42px;
}
.datepicker-large-cell-content{
  width: 72px;
  height: 40px;
  line-height: 40px;
  padding: 1px 2px;
  border-radius: 999px;
}
.datepicker-footer{
  height: 56px;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.datepicker-footer-btn{
  background-color: #fff;
  color: #2979ff;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  margin-bottom: 10px;
}
.datepicker-footer-btn:hover{
  background-color: #eee;
}
.datepicker-footer-btn:focus{
  background-color: #eee;
}
.datepicker-clear-btn{
  margin-right: auto;
}
.timepicker-wrapper{
  touch-action: none;
  z-index: 1065;
  opacity: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.timepicker-elements{
  min-width: 310px;
  min-height: 325px;
  background: #fff;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}
.timepicker-head{
  background-color: #2979ff;
  height: 100px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 10px 24px 10px 50px;
}
.timepicker-button{
  font-size: 0.8rem;
  min-width: 64px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 40px;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  color: #2979ff;
  border: none;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: none;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 10px;
}
.timepicker-button:hover{
  background-color: rgba(0, 0, 0, 0.08);
}
.timepicker-button:focus{
  outline: none;
  background-color: rgba(0, 0, 0, 0.08);
}
.timepicker-current{
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-current.active{
  opacity: 1;
}
.timepicker-current-wrapper{
  direction: ltr;
}
.timepicker-mode-wrapper{
  margin-left: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.54);
}
.timepicker-mode-wrapper.active{
  opacity: 1;
}
.timepicker-clock-wrapper{
  min-width: 310px;
  max-width: 325px;
  min-height: 305px;
  overflow-x: hidden;
  height: 100%;
}
.timepicker-clock{
  position: relative;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  cursor: default;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.07);
}
.timepicker-time-tips-minutes.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-inner.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-hours.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-minutes.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-inner.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-hours.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-dot{
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  font-size: 3.75rem;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-middle-dot{
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2979ff;
}
.timepicker-hand-pointer{
  background-color: #2979ff;
  bottom: 50%;
  height: 40%;
  left: calc(50% - 1px);
  transform-origin: center bottom 0;
  width: 2px;
}
.timepicker-time-tips.active{
  color: #fff;
}
.timepicker-circle{
  top: -21px;
  left: -15px;
  width: 4px;
  border: 14px solid #2979ff;
  height: 4px;
  box-sizing: content-box;
  border-radius: 100%;
}
.timepicker-hour-mode{
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.54;
  cursor: pointer;
}
.timepicker-hour{
  cursor: pointer;
}
.timepicker-minute{
  cursor: pointer;
}
.timepicker-hour-mode:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour-mode:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-minute:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-minute:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour-mode.active{
  color: #fff;
  opacity: 1;
}
.timepicker-hour.active{
  color: #fff;
  opacity: 1;
}
.timepicker-minute.active{
  color: #fff;
  opacity: 1;
}
.timepicker-footer{
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}
.timepicker-container{
  max-height: calc(100% - 64px);
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.timepicker-icon-up.active{
  opacity: 1;
}
.timepicker-icon-down.active{
  opacity: 1;
}
.timepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.timepicker-toggle-button:hover{
  color: #2979ff;
}
.timepicker-toggle-button:focus{
  color: #2979ff;
}
.timepicker-input:focus + .timepicker-toggle-button{
  color: #2979ff;
}
.timepicker-input:focus + .timepicker-toggle-button i{
  color: #2979ff;
}
.timepicker a.timepicker-toggle-button{
  right: 1px;
}
.timepicker-toggle-button.timepicker-icon{
  right: 1px;
}
.timepicker-modal .fade.show{
  opacity: 1;
}
.stepper{
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.stepper:not(.stepper-vertical){
  display: flex;
  justify-content: space-between;
}
.stepper:not(.stepper-vertical) .stepper-content{
  position: absolute;
  width: 100%;
  padding: 1rem;
}
.stepper:not(.stepper-vertical) .stepper-step{
  flex: auto;
  height: 4.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head{
  padding-left: 1.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head{
  padding-right: 1.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-right: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-left: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper:not(.stepper-vertical) .stepper-head-icon{
  margin: 1.5rem 0.5rem 1.5rem 0;
}
.stepper.stepper-mobile{
  justify-content: center;
  align-items: flex-end;
}
.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon{
  display: none;
}
.stepper.stepper-mobile .stepper-step{
  flex: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0 1rem 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after{
  margin-left: 0;
}
.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before{
  margin-right: 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.stepper.stepper-mobile .stepper-head-icon{
  font-size: 0;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
}
.stepper.stepper-mobile .stepper-head-text{
  display: none;
}
.stepper.stepper-mobile .stepper-content{
  top: 2.56rem;
}
@media (prefers-reduced-motion: reduce){
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button{
    transition: none;
  }
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-switch .form-check-input{
    transition: none;
  }
  .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label{
    transition: none;
  }
  .fade{
    transition: none;
  }
  .collapsing{
    transition: none;
  }
  .collapsing.collapse-horizontal{
    transition: none;
  }
  .accordion-button::after{
    transition: none;
  }
  .modal.fade .modal-dialog{
    transition: none;
  }
  .carousel-item{
    transition: none;
  }
  .carousel-fade .active.carousel-item-start{
    transition: none;
  }
  .carousel-fade .active.carousel-item-end{
    transition: none;
  }
  .carousel-control-prev{
    transition: none;
  }
  .carousel-control-next{
    transition: none;
  }
  .carousel-indicators [data-bs-target]{
    transition: none;
  }
  .spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .spinner-grow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@media (min-width: 576px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler{
    display: none;
  }
  .navbar-expand-sm .offcanvas-header{
    display: none;
  }
  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm{
    max-width: 300px;
  }
  .sticky-sm-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px){
  .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler{
    display: none;
  }
  .navbar-expand-md .offcanvas-header{
    display: none;
  }
  .navbar-expand-md .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-md-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler{
    display: none;
  }
  .navbar-expand-lg .offcanvas-header{
    display: none;
  }
  .navbar-expand-lg .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-lg{
    max-width: 800px;
  }
  .modal-xl{
    max-width: 800px;
  }
  .sticky-lg-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px){
  .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-xl{
    max-width: 1140px;
  }
  .sticky-xl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px){
  .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xxl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-xxl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (max-width: 575.98px){
  .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 767.98px){
  .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 991.98px){
  .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 1199.98px){
  .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 1399.98px){
  .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
}
@media (prefers-reduced-motion){
  .animation{
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape){
  .datepicker-modal-container .datepicker-header{
    height: 100%;
  }
  .datepicker-modal-container .datepicker-date{
    margin-top: 100px;
  }
  .datepicker-modal-container .datepicker-day-cell{
    width: 32x;
    height: 32x;
  }
  .datepicker-modal-container{
    flex-direction: row;
    width: 475px;
    height: 360px;
  }
  .datepicker-modal-container.datepicker-day-cell{
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape){
  .timepicker-elements{
    flex-direction: row !important;
    border-bottom-left-radius: 0.5rem;
    min-width: auto;
    min-height: auto;
    overflow-y: auto;
  }
  .timepicker-head{
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    padding-right: 10px !important;
    height: auto;
    min-height: 305px;
  }
  .timepicker-head-content{
    flex-direction: column;
  }
  .timepicker-mode-wrapper{
    justify-content: space-around !important;
    flex-direction: row !important;
  }
  .timepicker-current{
    font-size: 3rem;
    font-weight: 400;
  }
  .timepicker-dot{
    font-size: 3rem;
    font-weight: 400;
  }
}
@-webkit-keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}
@keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@-webkit-keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.bottom-\[-30\%\]{
  bottom: -30%;
}
.left-auto{
  left: auto;
}
.left-0{
  left: 0px;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.left-2{
  left: 0.5rem;
}
.top-10{
  top: 2.5rem;
}
.right-10{
  right: 2.5rem;
}
.top-\[40px\]{
  top: 40px;
}
.bottom-\[-10px\]{
  bottom: -10px;
}
.right-\[40\%\]{
  right: 40%;
}
.right-0{
  right: 0px;
}
.z-20{
  z-index: 20;
}
.m-0{
  margin: 0px;
}
.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.ml-0{
  margin-left: 0px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-0{
  margin-top: 0px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-\[-150px\]{
  margin-bottom: -150px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[90px\]{
  margin-bottom: 90px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[-10px\]{
  margin-bottom: -10px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[42px\]{
  height: 42px;
}
.h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[123px\]{
  height: 123px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.w-full{
  width: 100%;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[47\%\]{
  width: 47%;
}
.w-80\/100{
  width: 80%;
}
.w-auto{
  width: auto;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[90\%\]{
  width: 90%;
}
.min-w-\[90px\]{
  min-width: 90px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[130px\]{
  min-width: 130px;
}
.min-w-fit{
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[60\%\]{
  min-width: 60%;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[50px\]{
  max-width: 50px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[33\%\]{
  max-width: 33%;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[880px\]{
  max-width: 880px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.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));
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-flow-col-dense{
  grid-auto-flow: column dense;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-0{
  gap: 0px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-8{
  gap: 2rem;
}
.gap-\[0\]{
  gap: 0;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-\[65px\]{
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.gap-y-\[15px\]{
  row-gap: 15px;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[33px\]{
  border-radius: 33px;
}
.rounded-\[38\.0731px\]{
  border-radius: 38.0731px;
}
.rounded-\[7\.38155px\]{
  border-radius: 7.38155px;
}
.rounded-\[17px\]{
  border-radius: 17px;
}
.rounded-\[13px\]{
  border-radius: 13px;
}
.rounded-\[0\]{
  border-radius: 0;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-t-\[34px\]{
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}
.rounded-t-\[40px\]{
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rounded-t-\[42px\]{
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border{
  border-width: 1px;
}
.border-x-\[1px\]{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-l-\[7px\]{
  border-left-width: 7px;
}
.border-none{
  border-style: none;
}
.border-\[\#BBBBBB\]{
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-blue-button{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 176 / var(--tw-border-opacity));
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(194 244 199 / var(--tw-border-opacity));
}
.border-blue-light{
  --tw-border-opacity: 1;
  border-color: rgb(80 108 208 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-purple{
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 91 / var(--tw-bg-opacity));
}
.bg-\[\#e7f1ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 241 255 / var(--tw-bg-opacity));
}
.bg-\[\#e3e3e3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-blue-button{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 176 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(194 244 199 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(80 108 208 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#ffe7c2\]\/50{
  background-color: rgb(255 231 194 / 0.5);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-blue-button\/70{
  background-color: rgb(0 39 176 / 0.7);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[25px\]{
  padding: 25px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[5px\]{
  padding: 5px;
}
.p-\[40px\]{
  padding: 40px;
}
.p-\[0\]{
  padding: 0;
}
.p-\[20px\]{
  padding: 20px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[90px\]{
  padding-top: 90px;
  padding-bottom: 90px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[12rem\]{
  padding-top: 12rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-\[160px\]{
  padding-top: 160px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pt-\[19px\]{
  padding-top: 19px;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pr-\[5px\]{
  padding-right: 5px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pr-\[40px\]{
  padding-right: 40px;
}
.pb-\[90px\]{
  padding-bottom: 90px;
}
.pb-\[0\]{
  padding-bottom: 0;
}
.pl-\[2rem\]{
  padding-left: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-circular{
  font-family: Circular Std;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[34px\]{
  font-size: 34px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.font-\[400\]{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[29px\]{
  line-height: 29px;
}
.leading-\[49px\]{
  line-height: 49px;
}
.leading-\[33px\]{
  line-height: 33px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[35px\]{
  line-height: 35px;
}
.leading-\[66px\]{
  line-height: 66px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[3rem\]{
  line-height: 3rem;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[50px\]{
  line-height: 50px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.tracking-\[-25px\]{
  letter-spacing: -25px;
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 20 91 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-button{
  --tw-text-opacity: 1;
  color: rgb(0 39 176 / var(--tw-text-opacity));
}
.text-\[\#0D0D0D\]{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.text-blue-light{
  --tw-text-opacity: 1;
  color: rgb(80 108 208 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-80{
  opacity: 0.8;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* Mixins
--------------------------------------------- */
/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

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

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

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularStd-MediumItalic.woff2") format("woff2"), url("./sass/fonts/CircularStd-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularStd-Medium.woff2") format("woff2"), url("./sass/fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularSpotifyText-Light.woff2") format("woff2"), url("./sass/fonts/CircularSpotifyText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("./sass/fonts/CircularStd-BookItalic.woff2") format("woff2"), url("./sass/fonts/CircularStd-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularSpotifyText-LightItalic.woff2") format("woff2"), url("./sass/fonts/CircularSpotifyText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("./sass/fonts/CircularStd-Book.woff2") format("woff2"), url("./sass/fonts/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("./sass/fonts/CircularStd-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("./sass/fonts/CircularStd-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularStd-Black.woff2") format("woff2"), url("./sass/fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("./sass/fonts/CircularStd-Bold.woff2") format("woff2"), url("./sass/fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  /* Make sure embeds and iframes fit their containers. */
}
body *{
  margin: 0px;
  padding: 0px;
  font-family: Circular Std;
  transition: 0.4s ease 0s;
}
body #page{
  position: relative;
  display: block;
}
body .container{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px){
  body .container{
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  clear: both;
}
body h1{
  font-size: 40px;
  text-transform: capitalize;
  line-height: 66px;
  letter-spacing: -4px;
}
@media (min-width: 1024px){
  body h1{
    font-size: 60px;
  }
}
body h2{
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -1px;
}
@media (min-width: 1024px){
  body h2{
    font-size: 50px;
  }
}
body p{
  margin-bottom: 0.5rem;
  font-family: Circular Std;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
@media (min-width: 768px){
  body p{
    font-size: 21px;
  }
}
body p.small{
  line-height: 15px;
}
@media (min-width: 768px){
  body p.small{
    font-size: 11px;
  }
}
body .button, body .btn, body button, body input[type=button], body input[type=reset], body input[type=submit]{
  display: inline-flex;
  height: 60px;
  min-width: 180px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 21px;
  font-weight: 600;
}
body .button.primary-btn, body .btn.primary-btn, body button.primary-btn, body input[type=button].primary-btn, body input[type=reset].primary-btn, body input[type=submit].primary-btn{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 176 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 176 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .button.primary-btn:hover, body .btn.primary-btn:hover, body button.primary-btn:hover, body input[type=button].primary-btn:hover, body input[type=reset].primary-btn:hover, body input[type=submit].primary-btn:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 39 176 / var(--tw-text-opacity));
}
body .button.secondary-btn, body .btn.secondary-btn, body button.secondary-btn, body input[type=button].secondary-btn, body input[type=reset].secondary-btn, body input[type=submit].secondary-btn{
  --tw-border-opacity: 1;
  border-color: rgb(194 244 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(194 244 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .button.secondary-btn:hover, body .btn.secondary-btn:hover, body button.secondary-btn:hover, body input[type=button].secondary-btn:hover, body input[type=reset].secondary-btn:hover, body input[type=submit].secondary-btn:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(194 244 199 / var(--tw-text-opacity));
}
body .button.alternate-btn, body .btn.alternate-btn, body button.alternate-btn, body input[type=button].alternate-btn, body input[type=reset].alternate-btn, body input[type=submit].alternate-btn{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 176 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 39 176 / var(--tw-text-opacity));
}
body .button.alternate-btn:hover, body .btn.alternate-btn:hover, body button.alternate-btn:hover, body input[type=button].alternate-btn:hover, body input[type=reset].alternate-btn:hover, body input[type=submit].alternate-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 176 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .button.withsvg, body .btn.withsvg, body button.withsvg, body input[type=button].withsvg, body input[type=reset].withsvg, body input[type=submit].withsvg{
  margin-top: 80px;
  justify-content: flex-start;
  gap: 15px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 21px;
}
body embed,
body iframe,
body object {
  max-width: 100%;
}
body img {
  height: auto;
  max-width: 100%;
}
body figure {
  margin: 1em 0;
}

@layer {
  .wrapper{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 80%;
    max-width: 1200px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  @media (min-width: 1024px){
    .wrapper{
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}
.screen-reader-text{
  display: none;
}

.site-header{
  z-index: 20;
  width: 100%;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}
.site-header .container{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1024px){
  .site-header .container{
    gap: 40px;
  }
}
.site-header .primary-nav{
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header .primary-nav .site-branding a img{
  max-width: 200px;
}
@media (min-width: 1024px){
  .site-header .primary-nav .site-branding a img{
    max-width: auto;
  }
}
.site-header .primary-nav .main-navigation{
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.site-header .primary-nav .main-navigation .navigation-menus {
  transform: translate(105%, 0px);
  position: fixed;
  top: 0px;
  left: 0.5rem;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.9);
  padding-left: 50px;
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .navigation-menus{
    position: relative;
    left: 0px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
  }
}
@media (min-width: 64em) {
  .site-header .primary-nav .main-navigation .navigation-menus {
    transform: translate(0%, 0px);
  }
}
@media (min-width: lg) {
  .site-header .primary-nav .main-navigation .navigation-menus {
    transform: translate(0%, 0px);
  }
}
.site-header .primary-nav .main-navigation .primary-menu{
  margin-left: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .primary-menu{
    display: inline-flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
  }
}
.site-header .primary-nav .main-navigation .primary-menu li{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-header .primary-nav .main-navigation .primary-menu li a{
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Circular Std;
  font-size: 18px;
  font-weight: 300;
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.site-header .primary-nav .main-navigation .primary-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 20 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .primary-menu li a{
    font-size: 16px;
    line-height: 2rem;
  }
}
.site-header .primary-nav .main-navigation .primary-menu li.current-menu-item > a, .site-header .primary-nav .main-navigation .primary-menu li.current_page_item > a, .site-header .primary-nav .main-navigation .primary-menu li.current_page_ancestor > a, .site-header .primary-nav .main-navigation .primary-menu li.current-menu-ancestor > a{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .primary-menu li.current-menu-item > a, .site-header .primary-nav .main-navigation .primary-menu li.current_page_item > a, .site-header .primary-nav .main-navigation .primary-menu li.current_page_ancestor > a, .site-header .primary-nav .main-navigation .primary-menu li.current-menu-ancestor > a{
    --tw-text-opacity: 1;
    color: rgb(0 20 91 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}
.site-header .primary-nav .main-navigation .primary-menu li.nav-btn a {
  box-shadow: 0 21px 26px -21px #085FD2;
  display: inline-flex;
  height: 38px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 39 176 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 176 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Circular Std;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .primary-nav .main-navigation .primary-menu li.nav-btn a:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 39 176 / var(--tw-text-opacity));
}
.site-header .primary-nav .main-navigation .primary-menu li ul{
  position: absolute;
  left: 0px;
  top: 2rem;
  display: none;
  background-color: rgb(255 255 255 / 0.7);
  line-height: 2.5rem;
  z-index: 99;
  min-width: 300px;
}
.site-header .primary-nav .main-navigation .primary-menu li ul li{
  width: 100%;
  padding: 10px;
  line-height: 1.5 !important;
}
.site-header .primary-nav .main-navigation .primary-menu li ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .primary-menu li ul li a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.site-header .primary-nav .main-navigation .primary-menu li ul li a:hover, .site-header .primary-nav .main-navigation .primary-menu li ul li a:focus{
  --tw-text-opacity: 1;
  color: rgb(0 20 91 / var(--tw-text-opacity));
}
.site-header .primary-nav .main-navigation .primary-menu li:hover ul, .site-header .primary-nav .main-navigation .primary-menu li:focus ul{
  left: auto;
  display: block;
}
.site-header .primary-nav .main-navigation .button-menu{
  margin-left: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .button-menu{
    display: inline-flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
  }
}
.site-header .primary-nav .main-navigation .button-menu li{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-header .primary-nav .main-navigation .button-menu li a{
  height: 42px;
  min-width: 130px;
  border-radius: 5px;
  border-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Circular Std;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.site-header .primary-nav .main-navigation .button-menu li:first-child a{
  --tw-border-opacity: 1;
  border-color: rgb(80 108 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(80 108 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .primary-nav .main-navigation .button-menu li:first-child a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 176 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 39 176 / var(--tw-text-opacity));
}
.site-header .primary-nav .main-navigation .button-menu li:nth-child(2) a{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .primary-nav .main-navigation .button-menu li:nth-child(2) a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 108 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(80 108 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .button-menu li:nth-child(2) a{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.site-header .primary-nav .main-navigation .menu-toggle {
  background-image: none;
  background-color: transparent !important;
  position: absolute;
  right: 15px;
  display: inline-flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 4px;
  border-width: 0px;
  padding: 5px;
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .menu-toggle{
    display: none;
  }
}
.site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon{
  vertical-align: middle;
}
.site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon .dash{
  position: relative;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon .dash{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon .dash {
  width: 35px;
  height: 3px;
}
.site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon .dash.burger1{
  margin-top: 0px;
}
.site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon .dash.burger2{
  margin-top: 0px;
  margin-right: 0px;
  width: 33px;
}
.site-header .primary-nav .main-navigation .menu-toggle .hamburger-icon .dash.burger3{
  margin-bottom: 0px;
  margin-right: 0px;
  width: 30px;
}
.site-header .primary-nav .main-navigation .menu-toggle[aria-expanded=true]{
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 30;
}
.site-header .primary-nav .main-navigation .menu-toggle[aria-expanded=true] .dash.burger1{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotate(-45deg);
  transition: transform ease 0.3s;
  top: 6px;
  z-index: 60;
}
.site-header .primary-nav .main-navigation .menu-toggle[aria-expanded=true] .dash.burger2{
  display: none;
  transition: all ease 0.2s;
}
.site-header .primary-nav .main-navigation .menu-toggle[aria-expanded=true] .dash.burger3{
  position: relative;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 35px;
  transform: rotate(45deg);
  transition: transform ease 0.3s;
  bottom: 3px;
  z-index: 60;
}
.site-header .primary-nav .main-navigation.toggled .navigation-menus{
  display: flex;
  gap: 20px;
  transform: translate(0%, 0px);
}
.site-header .primary-nav.absolute-transparent{
  position: relative;
  z-index: 20;
  margin-bottom: -150px;
  background-color: transparent;
  padding-top: 60px;
}
.site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current-menu-item > a, .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current_page_item > a, .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current_page_ancestor > a, .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current-menu-ancestor > a{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1024px){
  .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current-menu-item > a, .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current_page_item > a, .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current_page_ancestor > a, .site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.current-menu-ancestor > a{
    --tw-text-opacity: 1;
    color: rgb(0 20 91 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}
.site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.nav-btn a {
  box-shadow: 0 21px 26px -21px #FF9900;
  --tw-border-opacity: 1;
  border-color: rgb(80 108 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(80 108 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-header .primary-nav.absolute-transparent .main-navigation .primary-menu li.nav-btn a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-post .site-header .primary-nav{
  padding-top: 50px;
}
.single-post .site-header .primary-nav .main-navigation .primary-menu li a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.single-post .site-header .primary-nav .main-navigation .primary-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 12 75 / var(--tw-text-opacity));
}
.single-post .site-header .primary-nav .main-navigation .primary-menu li.current-menu-item > a, .single-post .site-header .primary-nav .main-navigation .primary-menu li.current_page_item > a, .single-post .site-header .primary-nav .main-navigation .primary-menu li.current_page_ancestor > a, .single-post .site-header .primary-nav .main-navigation .primary-menu li.current-menu-ancestor > a{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .single-post .site-header .primary-nav .main-navigation .primary-menu li.current-menu-item > a, .single-post .site-header .primary-nav .main-navigation .primary-menu li.current_page_item > a, .single-post .site-header .primary-nav .main-navigation .primary-menu li.current_page_ancestor > a, .single-post .site-header .primary-nav .main-navigation .primary-menu li.current-menu-ancestor > a{
    --tw-text-opacity: 1;
    color: rgb(0 20 91 / var(--tw-text-opacity));
  }
}
.single-post .site-header .primary-nav .main-navigation .primary-menu li ul{
  background-color: rgb(0 0 0 / 0.7);
}
.single-post .site-header .primary-nav .main-navigation .primary-menu li ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .single-post .site-header .primary-nav .main-navigation .primary-menu li ul li a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.single-post .site-header .primary-nav .main-navigation .primary-menu li ul li a:hover, .single-post .site-header .primary-nav .main-navigation .primary-menu li ul li a:focus{
  --tw-text-opacity: 1;
  color: rgb(0 20 91 / var(--tw-text-opacity));
}

.page-header{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 12rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .page-header{
    padding-top: 19rem;
  }
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 91 / var(--tw-bg-opacity));
  opacity: 0.8;
}
.page-header .container{
  position: relative;
  z-index: 20;
}
.page-header.sunrise-section{
  height: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 91 / var(--tw-bg-opacity));
  padding-bottom: 100px;
  padding-top: 160px;
}
@media (min-width: 768px){
  .page-header.sunrise-section{
    height: 490px;
  }
}
.page-header.sunrise-section .sunrise-section-row{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.page-header.sunrise-section .sunrise-section-row .sunrise-section-row-heading{
  font-size: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .page-header.sunrise-section .sunrise-section-row .sunrise-section-row-heading{
    font-size: 50px;
  }
}
.page-header.sunrise-section .sunrise-section-row .sunrise-section-row-text{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .page-header.sunrise-section .sunrise-section-row .sunrise-section-row-text{
    width: 70%;
  }
}
.page-header.sunrise-section .sunrise-section-img{
  position: absolute;
  bottom: -30%;
  left: auto;
  right: 0px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.site-footer{
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 120px;
  padding-bottom: 120px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-footer .container{
  position: relative;
}
.site-footer-row{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 1024px){
  .site-footer-row{
    flex-wrap: nowrap;
  }
}
.site-footer-row h5{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.site-footer-row .site-info{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px){
  .site-footer-row .site-info{
    width: 48%;
  }
}
@media (min-width: 1024px){
  .site-footer-row .site-info{
    width: 25%;
  }
}
.site-footer-row .site-info .custom-logo-link{
  margin-bottom: 30px;
}
.site-footer-row .site-info p{
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-footer-row .site-info p a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(80 108 208 / var(--tw-text-opacity));
}
.site-footer-row .site-info .social-icon{
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.site-footer-row .site-info .social-icon a{
  display: inline-block;
  max-width: 25px;
}
.site-footer-row .site-info .social-icon a svg{
  height: auto;
  max-width: 100%;
}
.site-footer-row .footer-resources{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px){
  .site-footer-row .footer-resources{
    width: 48%;
  }
}
@media (min-width: 1024px){
  .site-footer-row .footer-resources{
    width: 20%;
  }
}
.site-footer-row .footer-resources .footer-menu{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.site-footer-row .footer-resources .footer-menu li a{
  display: inline-flex;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.site-footer-row .footer-contact{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px){
  .site-footer-row .footer-contact{
    width: 48%;
  }
}
@media (min-width: 1024px){
  .site-footer-row .footer-contact{
    width: 25%;
  }
}
.site-footer-row .footer-contact ul li{
  display: inline-flex;
  width: 100%;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.site-footer-row .footer-news{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px){
  .site-footer-row .footer-news{
    width: 48%;
  }
}
@media (min-width: 1024px){
  .site-footer-row .footer-news{
    width: 30%;
  }
}
.site-footer-row .footer-news-images{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.site-footer-row .footer-news-images a{
  display: inline-flex;
  max-width: 33%;
}
@media (min-width: 768px){
  .site-footer-row .footer-news-images a{
    max-width: 200px;
  }
}
.site-footer-row .footer-news-images a img{
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.home .solutions-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  gap: 24px;
}

@media (min-width: 768px){
  .home .solutions-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.home .solutions-grid-box{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
  padding: 7px;
  background: linear-gradient(352.5deg, #C9D5FF -21.59%, #EBEBEB 50.11%, rgba(211, 221, 255, 0) 120.33%);
  -webkit-backdrop-filter: blur(66px);
          backdrop-filter: blur(66px);
}
.home .solutions-grid-box figure{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.home .solutions-grid-box figure figcaption p{
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.home .solutions-grid-box-img{
  display: flex;
  min-height: 200px;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}
.home .solutions-grid-box-img img{
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .solutions-grid-box-img.ice-cell{
  --tw-bg-opacity: 1;
  background-color: rgb(194 244 199 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.home .solutions-grid-box-img.fresh-box{
  --tw-bg-opacity: 1;
  background-color: rgb(80 108 208 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 19px;
  padding-bottom: 12px;
}
.home .solutions-grid-box-img.eco-shopper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 141 141 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-left: 5px;
}
.home .solutions-grid-box-img.eco-express{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.home .solutions-grid-box-img.eco-hub{
  --tw-bg-opacity: 1;
  background-color: rgb(77 210 90 / var(--tw-bg-opacity));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 0px;
}
.home .carousel-special .swiper-slide-inner{
  height: 100%;
  text-align: center;
}
.home .carousel-special .swiper-slide-inner img{
  display: inline-block;
  filter: grayscale(1);
}
.home .carousel-special .swiper-slide-inner img:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}
.home .other-carousel .swiper-slide-inner{
  height: 100%;
  text-align: center;
}
.home .other-carousel .swiper-slide-inner img{
  display: inline-block;
}
.hover\:border-blue-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 176 / var(--tw-border-opacity));
}
.hover\:border-blue-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 108 208 / var(--tw-border-opacity));
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:text-blue-button:hover{
  --tw-text-opacity: 1;
  color: rgb(0 39 176 / var(--tw-text-opacity));
}
.hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgb(194 244 199 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 20 91 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .md\:mt-\[100px\]{
    margin-top: 100px;
  }
  .md\:mt-\[50px\]{
    margin-top: 50px;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:h-\[280px\]{
    height: 280px;
  }
  .md\:h-\[490px\]{
    height: 490px;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[415px\]{
    height: 415px;
  }
  .md\:max-h-\[100\%\]{
    max-height: 100%;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:w-\[17\%\]{
    width: 17%;
  }
  .md\:w-\[75\%\]{
    width: 75%;
  }
  .md\:w-\[23\%\]{
    width: 23%;
  }
  .md\:w-\[80vw\]{
    width: 80vw;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[38\%\]{
    width: 38%;
  }
  .md\:w-\[58\%\]{
    width: 58%;
  }
  .md\:min-w-\[300px\]{
    min-width: 300px;
  }
  .md\:min-w-\[350px\]{
    min-width: 350px;
  }
  .md\:min-w-\[700px\]{
    min-width: 700px;
  }
  .md\:min-w-\[145px\]{
    min-width: 145px;
  }
  .md\:min-w-\[256px\]{
    min-width: 256px;
  }
  .md\:max-w-\[24\%\]{
    max-width: 24%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:p-\[35px\]{
    padding: 35px;
  }
  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:pt-\[19rem\]{
    padding-top: 19rem;
  }
  .md\:text-\[21px\]{
    font-size: 21px;
  }
  .md\:text-\[11px\]{
    font-size: 11px;
  }
  .md\:text-\[500px\]{
    font-size: 500px;
  }
}
@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:z-10{
    z-index: 10;
  }
  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-\[25\%\]{
    width: 25%;
  }
  .lg\:w-\[20\%\]{
    width: 20%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-80\/100{
    width: 80%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
  .lg\:text-\[50px\]{
    font-size: 50px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:leading-8{
    line-height: 2rem;
  }
  .lg\:text-blue{
    --tw-text-opacity: 1;
    color: rgb(0 20 91 / var(--tw-text-opacity));
  }
  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
