.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

.btn{
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
}
@media (max-width: 575px){
  .btn{
    font-size: 11px;
  }
}
.btn {
  text-align: center;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-sm{
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  height: unset;
}
.btn-red {
  color: #fff !important;
}
.btn-pills {
  height: 48px;
  border-radius: 24px;
}
.btn svg{
  height: 16px;
}
.btn-primary {
  color: white;
  background-color: #015524 !important;
  border-color: #015524;
}
.btn-primary svg {
  fill: white;
}
.btn-secondary {
  color: black;
  background-color: #F4D03F !important;
  border-color: #f4d03f;
}
.btn-secondary svg {
  fill: black;
}
.btn-light {
  color: #015524;
  background-color: #fff !important;
  border-color: white;
}
.btn-light svg {
  fill: #015524;
}
.btn-red {
  color: white;
  background-color: #E4002B !important;
  border-color: #e4002b;
}
.btn-red svg {
  fill: white;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #015524;
  color: #015524;
}
.btn-outline-primary svg {
  fill: #015524;
}
.btn-outline-secondary {
  background-color: transparent;
  border-color: #F4D03F;
  color: #F4D03F;
}
.btn-outline-secondary svg {
  fill: #F4D03F;
}
.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline-light svg {
  fill: #fff;
}
.btn-outline-red {
  background-color: transparent;
  border-color: #E4002B;
  color: #E4002B;
}
.btn-outline-red svg {
  fill: #E4002B;
}

.form-input, .form-textarea, .form-select{
  width: 100% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.navbar-hamburger > span{
  display: block;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(64 178 102 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 30px;
  height: 3px;
}
.navbar-hamburger > span + span{
  margin-top: 8px;
}
.navbar-hamburger.show > span:nth-child(1) {
  margin-top: 0;
  transform: rotate(135deg);
}
.navbar-hamburger.show > span:nth-child(2) {
  opacity: 0;
}
.navbar-hamburger.show > span:nth-child(3) {
  width: 30px;
  margin-top: -14px;
  transform: rotate(-135deg);
}
.navbar .navbar-logo {
  display: inline-block;
  height: 74px;
}
.navbar .navbar-logo img {
  height: 100% !important;
}
.navbar .navbar-menu {
  font-size: 0.9rem;
}
.navbar .navbar-menu a {
  color: #333333;
}

/* Back To Top Button */
a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 12px;
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 30px;
  background-color: #242424;
  text-indent: -9999px;
  padding: 12px;
}

a:hover.back-to-top {
  background-color: #E43837;
}

.accordion-item:last-of-type{
  margin-bottom: 0px;
}
.accordion-toggle[aria-expanded=true] {
  transition-duration: 0.75s;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-toggle[aria-expanded=true] .icon svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion-toggle[aria-expanded=false] {
  transition-duration: 0.75s;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-toggle .icon svg{
  height: 20px;
  fill: #E4002B;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-content {
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion-content[aria-hidden=true] {
  height: 0;
  opacity: 0;
  transform: translate3d(0, -0.5rem, 0);
  visibility: hidden;
}
.accordion-content[aria-hidden=false] {
  height: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/* Google font import
------------------------------------------------------------------------*/
.mdn-accordion,
.mdn-accordion * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.mdn-accordion {
  background: #fff;
}

.mdn-accordion,
.mdn-accordion ul,
.mdn-accordion ul li {
  list-style: none;
}

.mdn-accordion ul {
  display: none;
}

/* @checkbox or radio 
----------------------------------------------------- */
.mdn-accordion .accordion-toggle {
  position: absolute;
  opacity: 0;
}

/* @first level panels
----------------------------------------------------- */
.mdn-accordion .accordion-title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-top: 1px solid #707070;
}
@media (max-width: 575px){
  .mdn-accordion .accordion-title{
    padding-left: 20px;
  }
}

/* @first level panel :hover
----------------------------------------------------- */
.mdn-accordion .accordion-title:hover {
  color: #354856;
}

/* @all levels :active panels 
----------------------------------------------------- */
.mdn-accordion .accordion-toggle:checked + .accordion-title {
  background: #F8F8F8;
  color: #000000;
}

.mdn-accordion ul .accordion-toggle:checked + .accordion-title {
  background: #F8F8F8;
}

.mdn-accordion ul ul .accordion-toggle:checked + .accordion-title {
  background: #F8F8F8;
}

/* @panels with long text
----------------------------------------------------- */
.mdn-accordion a,
.mdn-accordion .accordion-title {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* @show panel content
----------------------------------------------------- */
.mdn-accordion .accordion-toggle:checked + .accordion-title + ul,
.mdn-accordion .accordion-toggle:checked + .accordion-title:nth-of-type(n) + ul {
  display: block;
}

/* @second level + :hover
----------------------------------------------------- */
.mdn-accordion ul a:hover,
.mdn-accordion ul .accordion-title:hover {
  background: #FDFDFD;
}

/* @accordion arrow  
------------------------------------------------------- */
.mdn-accordion .accordion-title::before {
  width: 26px;
  height: 26px;
  font-size: 1.4em;
  content: "\f0d7";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #DA291C;
  transition: transform 0.4s;
  right: 10px;
  top: 22%;
}

.mdn-accordion .accordion-toggle:checked + .accordion-title::before {
  content: "\f0da";
}

/* @accordion support styles 
------------------------------------------------------- */
.mdn-accordion .mdn-container {
  padding: 20px 60px 30px;
  font-size: 18px;
  color: #000000;
  background-color: #F8F8F8;
}
@media (max-width: 575px){
  .mdn-accordion .mdn-container{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mdn-accordion .mdn-container ol li {
  list-style: inherit;
  padding-left: 15px;
}

.tab-header{
  gap: 4px;
}

@media (min-width: 1024px){
  .tab-header{
    gap: 0px;
  }
}

.tab-header{
  margin-bottom: 4px;
}

@media (min-width: 1024px){
  .tab-header{
    margin-bottom: 40px;
  }
}
.tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid;
  min-height: 55px;
  border-radius: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(64 178 102 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(226 255 236 / var(--tw-text-opacity, 1));
}
.tab-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .tab-link{
    min-height: 64px;
    border-radius: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1023px){
  .tab-link{
    min-width: 140px;
  }
}
@media (min-width: 1024px){
  .tab-link{
    min-width: 228px;
  }
}
.tab-link[aria-selected=true]{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(64 178 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.hamburger {
  transform: translate3d(0, -100%, 0);
}
.hamburger.show{
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.post-detail :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 8px;
}

.post-detail :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 16px;
}

.post-detail :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(64 178 102 / var(--tw-text-opacity, 1));
}

.post-detail :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 16px;
  list-style-type: decimal;
  padding-left: 16px;
}

.post-detail :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 16px;
  list-style-type: disc;
  padding-left: 16px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(1, 85, 36, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 2.5px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 2px;
  background: rgb(170, 170, 170);
}

:root {
  scrollbar-color: rgb(170, 170, 170) rgb(221, 221, 221);
  scrollbar-width: thin !important;
}

.title-green{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(64 178 102 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) and (max-width: 1023px){
  .title-green{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1024px){
  .title-green{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.green-bold{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(64 178 102 / var(--tw-text-opacity, 1));
}

.red-bold{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(228 0 43 / var(--tw-text-opacity, 1));
}

.banner-btn{
  position: relative;
  margin-bottom: 20px;
  display: inline-flex;
  height: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 178 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 255 236 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(64 178 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .banner-btn{
    font-size: 20px;
  }
}
.banner-btn span{
  position: absolute;
  right: 24px;
  --tw-text-opacity: 1;
  color: rgb(228 0 43 / var(--tw-text-opacity, 1));
}

.box-header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 178 102 / var(--tw-border-opacity, 1));
}

.veg-friends-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 12%;
       column-gap: 12%;
  row-gap: 60px;
  justify-content: center;
}

@media (max-width: 575px){
  .veg-friends-wrapper{
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.veg-friend-box{
  position: relative;
  display: flex;
  height: 326px;
  max-height: 326px;
  min-height: 326px;
  width: 100%;
  flex-direction: column;
  border-radius: 32px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(64 178 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box{
    width: 41.666667%;
  }
}

@media (min-width: 1024px){
  .veg-friend-box{
    width: 41.666667%;
  }
}

@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box{
    height: auto;
    max-height: none;
    min-height: auto;
  }
}

@media (max-width: 575px){
  .veg-friend-box{
    height: auto;
    max-height: none;
    min-height: auto;
  }
}
.veg-friend-box .header{
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(64 178 102 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .header{
    font-size: 20px;
  }
}
@media (max-width: 575px){
  .veg-friend-box .header h2{
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .header h2{
    font-size: 20px;
  }
}
.veg-friend-box .content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 64px);
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .content{
    margin-top: 12px;
    margin-bottom: 12px;
    height: auto;
  }
}
@media (max-width: 575px){
  .veg-friend-box .content{
    margin-top: 12px;
    margin-bottom: 12px;
    height: auto;
  }
}
.veg-friend-box .content .desc{
  width: 44.266667%;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 575px){
  .veg-friend-box .content .desc{
    width: 91.666667%;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .content .desc{
    width: 95%;
    font-size: 18px;
  }
}
.veg-friend-box .veg-friend-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .veg-friend-img{
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575px){
  .veg-friend-box .veg-friend-img{
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
}
.veg-friend-box .fig-left{
  position: absolute;
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .fig-left{
    position: relative;
  }
}
@media (max-width: 575px){
  .veg-friend-box .fig-left{
    position: relative;
    bottom: 0px;
    left: 0px;
  }
}
.veg-friend-box .fig-right{
  position: absolute;
}
@media (min-width: 576px) and (max-width: 1023px){
  .veg-friend-box .fig-right{
    position: relative;
  }
}
@media (max-width: 575px){
  .veg-friend-box .fig-right{
    position: relative;
    bottom: 0px;
    right: 0px;
  }
}

.subtract-header{
  display: flex;
  height: 49px;
  align-items: center;
}

@media (max-width: 575px){
  .subtract-header{
    margin-bottom: 12px;
  }
}
.subtract-header.green > div{
  display: flex;
  height: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(64 178 102 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 575px){
  .subtract-header.green > div{
    font-size: 16px;
  }
}
.subtract-header.green:before {
  content: "";
  display: inline-block;
  background-image: url("../images/subtract-green-left.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: -1px;
  width: 37px;
  height: 49px;
}
.subtract-header.green:after {
  content: "";
  display: inline-block;
  background-image: url("../images/subtract-green-right.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -1px;
  width: 37px;
  height: 49px;
}
.subtract-header.red > div{
  display: flex;
  height: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(228 0 43 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 575px){
  .subtract-header.red > div{
    font-size: 16px;
  }
}
.subtract-header.red:before {
  content: "";
  display: inline-block;
  background-image: url("../images/subtract-red-left.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: -1px;
  width: 37px;
  height: 49px;
}
.subtract-header.red:after {
  content: "";
  display: inline-block;
  background-image: url("../images/subtract-red-right.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -1px;
  width: 37px;
  height: 49px;
}
.subtract-header.orange > div{
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 575px){
  .subtract-header.orange > div{
    font-size: 16px;
  }
}
.subtract-header.orange > div {
  background-color: #D9A619;
}
.subtract-header.orange:before {
  content: "";
  display: inline-block;
  background-image: url("../images/subtract-orange-left.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: -1px;
  width: 37px;
  height: 49px;
}
.subtract-header.orange:after {
  content: "";
  display: inline-block;
  background-image: url("../images/subtract-orange-right.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -1px;
  width: 37px;
  height: 49px;
}
.subtract-header.large > div{
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .subtract-header.large{
    height: 78px;
  }
  .subtract-header.large:before, .subtract-header.large:after{
    height: 100%;
    width: 44px;
    background-size: cover;
  }
  @media (min-width: 1024px){
    .subtract-header.large > div{
      font-size: 48px;
    }
  }
}

.arr-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid #E4002B;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.arr-menu:hover {
  background-color: #E4002B;
}
.arr-menu:hover svg {
  fill: white;
}
.arr-menu svg {
  fill: #E4002B;
}

.cek-resep-menu .menu-img {
  height: 161px;
  max-height: 161px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 575px){
  .cek-resep-menu .menu-img{
    margin-bottom: 12px;
    height: auto;
    max-height: -moz-min-content;
    max-height: min-content;
  }
}
.cek-resep-menu .menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.cek-resep-menu .menu-name {
  font-size: 18px;
  color: #E4002B;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px){
  .cek-resep-menu .menu-name{
    font-size: 16px;
  }
}
.cek-resep-menu:hover .menu-img img {
  transform: scale(1.2);
}
.cek-resep-menu:hover .menu-name {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-beli{
  display: flex;
  gap: 20px;
}

@media (max-width: 575px){
  .menu-beli{
    flex-direction: column;
    gap: 12px;
  }
}

.menu-beli {
  flex: 0 0 50%;
}
.menu-beli_img{
  height: 300px;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 575px){
  .menu-beli_img{
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 1023px){
  .menu-beli_img{
    height: 140px;
  }
}
@media (min-width: 1024px){
  .menu-beli_img{
    height: 200px;
  }
}
.menu-beli_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.menu-beli_cnt{
  width: 50%;
}
@media (max-width: 575px){
  .menu-beli_cnt{
    width: 100%;
  }
}
.menu-beli_cnt__title{
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(64 178 102 / var(--tw-text-opacity, 1));
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-beli_cnt__store{
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.menu-beli_cnt__link{
  display: inline-block;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(228 0 43 / var(--tw-text-opacity, 1));
}
.menu-beli_cnt__link:hover{
  --tw-text-opacity: 1;
  color: rgb(64 178 102 / var(--tw-text-opacity, 1));
}

.recook-competition .p-tabs {
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.recook-competition .p-tabs .p-tabs__list {
  justify-content: center;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto 1.5rem;
  overflow-x: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 575px){
  .recook-competition .p-tabs .p-tabs__list{
    gap: 12px;
  }
}
.recook-competition .p-tabs .p-tabs__list::after {
  display: none;
}
.recook-competition .p-tabs .p-tabs__list .p-tabs__item:last-child{
  margin-right: 0px;
}
.recook-competition .p-tabs .p-tabs__list .p-tabs__item .p-tabs__link{
  min-width: 248px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(228 0 43 / var(--tw-text-opacity, 1));
  border: 1px solid #E4002B;
  transition-duration: 0.1s;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.5rem;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 1023px){
  .recook-competition .p-tabs .p-tabs__list .p-tabs__item .p-tabs__link{
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px){
  .recook-competition .p-tabs .p-tabs__list .p-tabs__item .p-tabs__link{
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.recook-competition .p-tabs .p-tabs__list .p-tabs__item .p-tabs__link[aria-selected=true]{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(228 0 43 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.recook-competition .p-tabs .p-tabs__list .p-tabs__item .p-tabs__link[aria-selected=true]:before {
  display: none;
}
.recook-competition .p-tabs .priceinfoTabContent-container {
  padding: 4rem 3rem 3.5rem 3rem;
  margin-top: -50px;
  background-color: white;
  border: 1px solid #E4002B;
  border-radius: 50px;
}
@media (max-width: 575px){
  .recook-competition .p-tabs .priceinfoTabContent-container{
    border-radius: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 1023px){
  .recook-competition .p-tabs .priceinfoTabContent-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
}
.recook-competition .p-tabs .priceinfoTabContent-container .price-holder{
  border-radius: 30px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(64 178 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px;
}
@media (min-width: 1024px){
  .recook-competition .p-tabs .priceinfoTabContent-container .price-holder{
    padding: 32px;
  }
}
.recook-competition .p-tabs .priceinfoTabContent-container .price-holder.small{
  padding: 16px;
}

.menu-btn_01{
  cursor: pointer;
}
.menu-btn_01 .photo-holder{
  margin-bottom: 8px;
  height: 110px;
  max-height: 110px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 1023px){
  .menu-btn_01 .photo-holder{
    height: 210px;
    max-height: 210px;
  }
}
@media (min-width: 1024px){
  .menu-btn_01 .photo-holder{
    margin-bottom: 16px;
    height: 330px;
    max-height: 330px;
  }
}
.menu-btn_01 .photo-holder img{
  height: 100%;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.menu-btn_01:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-btn_02{
  cursor: pointer;
}
.menu-btn_02 .photo-holder{
  margin-bottom: 8px;
  height: 100px;
  max-height: 100px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 1023px){
  .menu-btn_02 .photo-holder{
    height: 135px;
    max-height: 210px;
  }
}
@media (min-width: 1024px){
  .menu-btn_02 .photo-holder{
    margin-bottom: 16px;
    height: 212px;
    max-height: 212px;
  }
}
.menu-btn_02 .photo-holder img{
  height: 100%;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.menu-btn_02:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.section-product__body .listing-item .media-content{
  padding-left: 40px;
}
.section-product__body .listing-item:nth-of-type(even) .media-image{
  order: 2;
}
.section-product__body .listing-item:nth-of-type(even) .media-content{
  display: flex;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 40px;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

    html {
  font-size: 16px;
}

    body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

    h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

    h1 {
  font-size: 44px;
}

    @media (max-width: 575px) {

  h1 {
    font-size: 36px;
  }
}

    h2 {
  font-size: 28px;
}

    @media (min-width: 1024px) {

  h2 {
    font-size: 32px;
  }
}

    h3 {
  font-size: 24px;
}

    @media (min-width: 1024px) {

  h3 {
    font-size: 28px;
  }
}

    h4 {
  font-size: 20px;
}

    @media (min-width: 1024px) {

  h4 {
    font-size: 24px;
  }
}

    h5 {
  font-size: 20px;
}

    h6 {
  font-size: 16px;
}

    label {
  margin-bottom: 8px;
  display: inline-block;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 540px) {

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

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

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

  .container {
    max-width: 1166px;
  }
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[100px\] {
  top: 100px;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}
.-my-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-15 {
  margin-bottom: 60px;
}
.mb-18 {
  margin-bottom: 70px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 40px;
}
.mt-15 {
  margin-top: 60px;
}
.mt-18 {
  margin-top: 70px;
}
.mt-19 {
  margin-top: 80px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mt-\[105px\] {
  margin-top: 105px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 40px;
}
.h-5 {
  height: 20px;
}
.h-6 {
  height: 24px;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[24px\] {
  height: 24px;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 40px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[360px\] {
  width: 360px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[246px\] {
  max-width: 246px;
}
.flex-1 {
  flex: 1 1 0%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 4px;
}
.gap-10 {
  gap: 40px;
}
.gap-2 {
  gap: 8px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-3 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-5 {
  row-gap: 20px;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-xl {
  border-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.bg-\[\#DA291C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 41 28 / var(--tw-bg-opacity, 1));
}
.bg-red_02 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 0 43 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\.\.\/images\/back-sayur\.png\'\)\] {
  background-image: url('../images/back-sayur.png');
}
.bg-\[url\(\'\.\.\/images\/bg-clip\.png\'\)\] {
  background-image: url('../images/bg-clip.png');
}
.bg-\[url\(\'\.\.\/images\/bg-header\.png\'\)\] {
  background-image: url('../images/bg-header.png');
}
.bg-\[url\(\'\.\.\/images\/green-ballon\.png\'\)\] {
  background-image: url('../images/green-ballon.png');
}
.bg-\[url\(\'\.\.\/images\/red-ballon\.png\'\)\] {
  background-image: url('../images/red-ballon.png');
}
.bg-\[url\(\'\.\.\/images\/wave\.png\'\)\] {
  background-image: url('../images/wave.png');
}
.bg-\[url\(\'\.\.\/images\/wavy-border\.png\'\)\] {
  background-image: url('../images/wavy-border.png');
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-11 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-13 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.py-14 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pb-12 {
  padding-bottom: 48px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pl-1 {
  padding-left: 4px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-4 {
  padding-left: 16px;
}
.pr-4 {
  padding-right: 16px;
}
.pt-2 {
  padding-top: 8px;
}
.text-center {
  text-align: center;
}
.text-\[32\.5px\] {
  font-size: 32.5px;
}
.text-lg {
  font-size: 20px;
}
.text-sm {
  font-size: 14px;
}
.text-xl {
  font-size: 24px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[\.5\] {
  line-height: .5;
}
.leading-\[1\.45\] {
  line-height: 1.45;
}
.leading-\[37px\] {
  line-height: 37px;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-grayDark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(64 178 102 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(218 41 28 / var(--tw-text-opacity, 1));
}
.text-red_02 {
  --tw-text-opacity: 1;
  color: rgb(228 0 43 / var(--tw-text-opacity, 1));
}
.text-red_03 {
  --tw-text-opacity: 1;
  color: rgb(249 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(64 178 102 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.prose-headings\:text-lg :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 20px;
}
.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 0px;
}
.prose-img\:mx-auto :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
}
.prose-img\:h-4 :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  height: 16px;
}
.prose-img\:h-\[125px\] :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  height: 125px;
}
.prose-img\:h-\[85px\] :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  height: 85px;
}
.prose-img\:w-\[150px\] :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  width: 150px;
}
@media (max-width: 575px) {

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-y-5 {
    row-gap: 20px;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

  .sm\:text-rg {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {

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

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

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

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

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

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

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

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

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

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

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

  .md\:hidden {
    display: none;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

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

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

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

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

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

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

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

  .md\:gap-5 {
    gap: 20px;
  }

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

  .md\:py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .md\:text-xl {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

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

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

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

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

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

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

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

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

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

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

  .lg\:-right-\[53px\] {
    right: -53px;
  }

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

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

  .lg\:-right-\[70px\] {
    right: -70px;
  }

  .lg\:-right-\[73px\] {
    right: -73px;
  }

  .lg\:-right-\[77px\] {
    right: -77px;
  }

  .lg\:-right-\[83px\] {
    right: -83px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-10 {
    margin-bottom: 40px;
  }

  .lg\:mb-15 {
    margin-bottom: 60px;
  }

  .lg\:mb-19 {
    margin-bottom: 80px;
  }

  .lg\:mb-6 {
    margin-bottom: 24px;
  }

  .lg\:mb-8 {
    margin-bottom: 32px;
  }

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

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

  .lg\:ml-\[10\%\] {
    margin-left: 10%;
  }

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

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

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

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

  .lg\:gap-2 {
    gap: 8px;
  }

  .lg\:gap-5 {
    gap: 20px;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

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

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

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

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

  .lg\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:pl-8 {
    padding-left: 32px;
  }

  .lg\:text-4xl {
    font-size: 36px;
  }

  .lg\:text-5xl {
    font-size: 40px;
  }

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

  .lg\:text-\[40\.5px\] {
    font-size: 40.5px;
  }

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

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

  .lg\:prose-headings\:text-3xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 32px;
  }

  .lg\:prose-headings\:text-5xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 40px;
  }

  .lg\:prose-p\:text-2xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 28px;
  }

  .lg\:prose-img\:h-\[150px\] :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    height: 150px;
  }

  .lg\:prose-img\:w-\[300px\] :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    width: 300px;
  }
}

/*# sourceMappingURL=main.css.map*/