@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap");

/* @import "app.css"; */

#map_controls_3D.active{
  left: 10px;
}

#map_controls_3D:focus,
#map_controls_3D:hover{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0 2px -1px #333;
}

#map_controls_3D > button {
  box-shadow: 0px 0px 5px 1px #80808085;
}

#map_controls_3D:hover > button{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#map_controls_3D:focus #map_controls_3D_panel,
#map_controls_3D:hover #map_controls_3D_panel{
  visibility: visible;
  overflow: visible;
}

#map_controls_3D:focus button,
#map_controls_3D:hover button{
  --tw-border-opacity: 1;
  border-color: rgb(0 44 92 / var(--tw-border-opacity));
  opacity: 1 !important;
}

#map_controls_3D > button .data-hover:after,
#map_controls_3D > #map_controls_3D_panel > button .data-hover:after {
  content: attr(data-title);
}

#map_controls_3D:focus > button .data-hover:after,
#map_controls_3D:hover > button .data-hover:after {
  content: attr(data-hover);
}

#map_controls_3D > button:focus .data-hover:after,
#map_controls_3D > button:hover .data-hover:after {
  content: attr(data-hover);
}

#map_controls_3D button{
  position: relative;
  height: 70px;
  width: 90px;
  overflow: hidden;
  border-radius: 0;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

#map_controls_3D button:hover{
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

#map_controls_3D button.opacity-0{
  order: 1;
}

#map_controls_3D button img{
  border-radius: 0;
}

#map_controls_3D:hover button img{
  border-radius: 0px;
}

#map_controls_3D.hover-all:focus > button.opacity-0,
#map_controls_3D.hover-all:hover > button.opacity-0{
  position: relative;
}

#map_controls_3D.hover-all #map_controls_3D_panel{
  order: 2;
}

#map_controls_3D:focus #map_controls_3D_panel button,
#map_controls_3D:hover #map_controls_3D_panel button{
  opacity: 1;
}

#map_controls_3D #map_controls_3D_panel > button{
  opacity: 0;
}

#map_controls_3D button#map_controls_3D #map_controls_3D_panel > button{
  order: 1;
}

#map_controls_3D.hover-all:focus > button#map_controls_3D #map_controls_3D_panel > button,
#map_controls_3D.hover-all:hover > button#map_controls_3D #map_controls_3D_panel > button{
  position: relative;
}

#map_controls_maptype,
.top-right.subcontrol-container,
.top-left.subcontrol-container,
.bottom-left.subcontrol-container,
.bottom-right.subcontrol-container{
  z-index: 20;
}

#panels .hidden{
  visibility: visible !important;
}

.bottom-right.subcontrol-container{
  flex-direction: row !important;
  gap: 3px !important;
  padding-right: 3px !important;
}

.azure-maps-control-container{
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  flex-direction: row !important;
}

.azure-maps-control-container.in-use,
.azure-maps-control-container.in-use .sub-container{
  flex-direction: column !important;
}

.azure-maps-control-container .sub-container.hidden-accessible-element{
  width: 0px;
}

#map_controls_maptype{
  position: absolute;
  bottom: 37px;
  right: 140px;
  height: 38px;
  transition-delay: 2000ms;
}

#map_controls_maptype_panel #map_controls_maptype_panel_inner {
  box-shadow: 0px 0px 6px 2px #41414185;
}

#map_controls_maptype:hover #map_controls_maptype_panel{
  visibility: visible;
  width: auto;
}

.azure-maps-control-button{
  position: relative;
  border-radius: 0.25rem;
}

.azure-maps-control-button.zoom-in{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.azure-maps-control-button.zoom-out{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.atlas-map .popup-content-container{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 44 92 / var(--tw-border-opacity));
  --tw-shadow-color: unset !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.popup-container.pinned.animate-pinned{
  position: absolute;
  left: calc(100% - 15px);
  top: 20px;
  z-index: 100;
  max-width: calc(100% - 35px);
  --tw-translate-x: -100% !important;
  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)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

@media (min-width: 992px){
  .popup-container.pinned.animate-pinned{
    left: calc(100% - 65px);
  }
}

.popup-container.animate-pinned{
  top: 0px;
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

@media (min-width: 992px){
  .popup-container.pinned.legend-open{
    left: calc(75% - 75px);
  }
}

.atlas-map .popup-container > .popup-arrow{
  border-top-color: rgb(91 192 33 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(91 192 33 / var(--tw-border-opacity)) !important;
}

.popup-container.pinned .popup-arrow{
  display: none;
}

#panels .popup-container.pinned .popup-arrow{
  visibility: visible !important;
}

@media screen and (max-width: 768px) {
  #map_controls_maptype #map_controls_maptype_panel{
    position: absolute;
    right: -18px;
    bottom: 44px;
    height: auto;
    flex-direction: column-reverse;
  }

  #map_controls_maptype #map_controls_maptype_panel button{
    margin-left: 0px !important;
  }
}

.switch-container{
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  font-weight: 700;
}

.switch-container .toggleswitch{
  position: relative;
  top: 1px;
  height: 24px;
  width: 42px;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.switch-container.switchactive .toggleswitch{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.switch-container .toggleswitch:before{
  position: absolute;
  right: 20px;
  top: 2px;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
  --tw-content: "";
  content: var(--tw-content);
}

.switch-container.switchactive .toggleswitch:before{
  right: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.faq-question:after{
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  height: 16px;
  width: 16px;
  --tw-translate-y: -8px;
  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(34 34 34 / var(--tw-bg-opacity));
  background-size: 100% 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
}

.active-search .faq-question,
.faq-question.active{
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active-search .faq-question:after,
.faq-question.active:after{
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.active-search .faq-answer.max-h-0,
.faq-answer.max-h-0{
  transition-duration: 500ms !important;
}

.active-search .faq-answer,
.faq-answer{
  max-height: 1000vh;
  transition-duration: 1000ms !important;
}

.icon {
  -webkit-mask-size: 100% 100%;
  -moz-mask-size: 100% 100%;
  -mask-size: 100% 100%;
}

.filter-icon{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  -webkit-mask: url(/base/static/icons/filter.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/filter.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/filter.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/filter.svg) no-repeat 100% 100%;
}

.active.filter-icon,
.active .filter-icon{
  top: 1px;
  width: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
  -webkit-mask: url(/base/static/icons/filter-x.svg) no-repeat 100% 100%;
  -moz-mask: url(/base/static/icons/filter-x.svg) no-repeat 100% 100%;
  mask: url(/base/static/icons/filter-x.svg) no-repeat 100% 100%;
}

.angle-up-icon{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  -webkit-mask: url(/base/static/icons/angle-up.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/angle-up.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/angle-up.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/angle-up.svg) no-repeat 100% 100%;
}

.angle-down-icon{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  -webkit-mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/angle-down.svg) no-repeat 100% 100%;
}

.caret-up-icon{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  -webkit-mask: url(/base/static/icons/caret-up.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/caret-up.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/caret-up.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/caret-up.svg) no-repeat 100% 100%;
}

.caret-down-icon{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  -webkit-mask: url(/base/static/icons/caret-down.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/caret-down.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/caret-down.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/caret-down.svg) no-repeat 100% 100%;
}

/* @import "components/intern.css"; */

@keyframes fade-out-in {
  0%   {
    opacity: 1;
  }

  12.5%  {
    opacity: 0.75;
  }

  25%  {
    opacity: 0.5;
  }

  37.5%  {
    opacity: 0.25;
  }

  50%  {
    opacity: 0;
  }

  62.5%  {
    opacity: 0.25;
  }

  75%  {
    opacity: 0.5;
  }

  87.5%  {
    opacity: 0.75;
  }

  100% {
    opacity:1;
  }
}

@keyframes pulse-scale {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 992px) {
  aside[id$="-panel"].show{
    z-index: 60;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  button[id$="-sidepanel-btn"].active{
    z-index: 20;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  button[id$="-sidepanel-btn"].active span{
    max-width: 0px;
    padding-left: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  button[id$="-sidepanel-btn"].active span.btn-icon{
    max-width: 10px;
    --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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .size-buttons .active > div,
  .size-buttons .active{
    --tw-border-opacity: 1;
    border-color: rgb(0 44 92 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 44 92 / var(--tw-text-opacity));
    opacity: 1;
  }

  .half .size-buttons .active > div:nth-child(2){
    --tw-bg-opacity: 1;
    background-color: rgb(0 44 92 / var(--tw-bg-opacity));
  }

  .third .size-buttons .active > div:nth-child(3){
    --tw-bg-opacity: 1;
    background-color: rgb(0 44 92 / var(--tw-bg-opacity));
  }

  #information-panel:not(.show) #sidepanel-buttons button:not(.active){
    padding-left: 24px;
  }

  #information-panel.show #sidepanel-buttons button{
    right: 0px;
    margin-left: 0px !important;
    border-left-width: 0px;
    transition-property: right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #information-panel.show #sidepanel-buttons button:not(.active){
    right: -6px;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(198 198 198 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
    transition-property: right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  aside[id$="-panel"].third{
    min-width: 450px !important;
    max-width: 30%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
  }

  @media (min-width: 1440px){
    aside[id$="-panel"].third{
      max-width: 25%;
    }
  }

  @media (min-width: 2160px){
    aside[id$="-panel"].third{
      max-width: 20%;
    }
  }

  aside[id$="-panel"].full{
    max-width: calc(100% - 65px);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
  }

  aside[id$="-panel"].full.active-sidepanel{
    max-width: calc(100% - 450px);
  }

  aside[id$="-panel"].half{
    max-width: 50%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
  }

  aside[id$="-panel"].fullscreen{
    position: fixed !important;
    top: 20px !important;
    right: 0px !important;
    height: calc(100dvh - 50px) !important;
    max-height: 100vh !important;
    max-width: 100% !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
  }

  .third #tab-content .lg\:grid-cols-12,
  .half #tab-content .lg\:grid-cols-12{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .third #tab-content .lg\:col-span-12,
  .half #tab-content .lg\:col-span-12{
    grid-column: span 6 / span 6;
  }

  aside[id$="-panel"] #info-tabs{
    max-width: 40px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  aside[id$="-panel"] #info-tabs:hover{
    max-width: 250px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  aside[id$="-panel"] #info-tabs button span{
    display: none;
    white-space: nowrap;
  }

  #panels aside[id$="-panel"] #info-tabs button span{
    visibility: visible !important;
  }

  aside[id$="-panel"] #info-tabs:hover button span{
    display: inline-block;
  }

  aside[id$="-panel"] > div[id$="_panel"],
  aside[id$="-panel"] > div[id$="-panel"]{
    display: none;
    opacity: 0;
  }

  #map_controls_3D buttonaside[id$="-panel"] > div[id$="_panel"],#map_controls_3D button
  aside[id$="-panel"] > div[id$="-panel"]{
    order: 1;
  }

  #map_controls_3D.hover-all:focus > buttonaside[id$="-panel"] > div[id$="_panel"],
#map_controls_3D.hover-all:hover > buttonaside[id$="-panel"] > div[id$="_panel"],#map_controls_3D.hover-all:focus > button
  aside[id$="-panel"] > div[id$="-panel"],
#map_controls_3D.hover-all:hover > button
  aside[id$="-panel"] > div[id$="-panel"]{
    position: relative;
  }

  #panels aside[id$="-panel"] > div[id$="_panel"],#panels 
  aside[id$="-panel"] > div[id$="-panel"]{
    visibility: visible !important;
  }

  aside[id$="-panel"] > div[id$="_panel"].active,
  aside[id$="-panel"] > div[id$="-panel"].active{
    display: block;
  }

  aside[id$="-panel"] > div[id$="_panel"].active.fade,
  aside[id$="-panel"] > div[id$="-panel"].active.fade{
    z-index: 10;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  body.fullscreen:after{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    opacity: 0.5;
    --tw-content: "";
    content: var(--tw-content);
  }
}

#tab-content > div{
  display: none;
  opacity: 0;
}

#map_controls_3D button#tab-content > div{
  order: 1;
}

#map_controls_3D.hover-all:focus > button#tab-content > div,
#map_controls_3D.hover-all:hover > button#tab-content > div{
  position: relative;
}

#panels #tab-content > div{
  visibility: visible !important;
}

#info-tabs button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#tab-content > div.active{
  display: flex;
}

#tab-content > div.active.fade{
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media screen and (max-width: 992px) {
  #sidebar-menu-generatedlist .dropdown-container.active{
    max-height: unset;
  }
}

#panels #context-panel-sm #context-panel{
  display: block !important;
}

.legend-gradient{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
}

#sidebar-legend-generated div[id^="leg_"]{
  margin-bottom: 24px;
}

#sidepanel-buttons button{
  font-size: 16px;
}

.loader-bars {
  width: 20px;
  aspect-ratio: .75;
  --c: no-repeat linear-gradient(#000 0 0);
  background: 
        var(--c) 0%   100%,
        var(--c) 50%  100%,
        var(--c) 100% 100%;
  background-size: 20% 65%;
  animation: l5 1s infinite linear;
}

@keyframes l5 {
  20% {
    background-position: 0% 50% ,50% 100%,100% 100%
  }

  40% {
    background-position: 0% 0%  ,50% 50% ,100% 100%
  }

  60% {
    background-position: 0% 100%,50% 0%  ,100% 50%
  }

  80% {
    background-position: 0% 100%,50% 100%,100% 0%
  }
}

.loader-circle{
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 60 / var(--tw-bg-opacity));
  padding: 8px;
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to{
    transform: rotate(1turn)
  }
}

body.dragging #map_extra,
body.dragging #map_extra_inner,
body.dragging #sidepanel,
body.dragging iframe{
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body.dragging #map_mobile_dragger{
  opacity: 0.5;
}

div[id^="selected_filters"]{
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.active-search div.faq-answer[id^="selected_filters"],div
.faq-answer[id^="selected_filters"]{
  transition-duration: 500ms !important;
}

div[id^="selected_filters"].active-filters{
  max-height: 210px;
  padding-bottom: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

div[id^="selected_filters"] ul{
  margin: 0px;
  display: flex;
  max-height: 86px;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
  vertical-align: baseline;
}

div[id^="selected_filters"] ul li{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 29 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 60 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div[id^="selected_filters"] ul li:hover{
  opacity: 0.75;
}

div[id^="selected_filters"] ul li:before{
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-flex;
  height: 100%;
  align-items: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: 'Font Awesome 5 Free';
  content: '\f00d';
}

.popup-content-container{
  border-radius: 0.375rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.popup-content-container .popup-close{
  right: 15px;
  top: 15px;
  font-size: 28px;
}

.popup-content-container .popup-close:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

#map_3D iframe{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#mow [id$="_filterbtn"]{
  left: 2px;
}

#mow #datalayers-panel .checkbox-container,
#mow #datalayers-panel .checkbox-button{
  padding-left: 22px;
}

#datalayers-panel .sidepanel:not(.active-content){
  left: -100%;
  transition: left 0.3s ease-in;
}

#datalayers-panel .sidepanel.active-content{
  left: 0px;
  transition: left 0.3s ease-in;
}

#menu-toggler:not(.collapsed) span:nth-child(1){
  margin-left: -2px;
  width: 100%;
  --tw-translate-y: 6px;
  --tw-rotate: 225deg;
  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-toggler:not(.collapsed) span:nth-child(2){
  opacity: 0;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#map_controls_3D button#menu-toggler:not(.collapsed) span:nth-child(2){
  order: 1;
}

#map_controls_3D.hover-all:focus > button#menu-toggler:not(.collapsed) span:nth-child(2),
#map_controls_3D.hover-all:hover > button#menu-toggler:not(.collapsed) span:nth-child(2){
  position: relative;
}

#menu-toggler:not(.collapsed) span:nth-child(3){
  margin-left: -2px;
  width: 100%;
  --tw-translate-y: -10px;
  --tw-rotate: -225deg;
  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));
}

#navbar .nav-item .nav-link{
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

#navbar .nav-item .nav-link:visited{
  color: rgb(51 51 51 );
}

@media (min-width: 992px){
  #navbar .nav-item .nav-link{
    display: inline-flex;
    width: auto;
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: .95625rem;
  }
}

@media (min-width: 1200px){
  #navbar .nav-item .nav-link{
    font-size: 20px;
  }
}

#navbar .nav-item:hover > .nav-link:before{
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

#navbar .nav-item .nav-link.active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

#navbar .nav-item .nav-link.active:visited{
  color: rgb(0 44 92 );
}

#navbar .nav-item .nav-link.active:before{
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media screen and (max-width: 991px) {
  #navbar{
    max-height: 0px;
    overflow-y: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .active-search .faq-answer#navbar,
.faq-answer#navbar{
    transition-duration: 500ms !important;
  }

  #navbar.show{
    visibility: visible;
    display: block;
    max-height: 600px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #header{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }

  #header.fixed{
    top: 0px;
    left: 0px;
    z-index: 100;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
}

@media screen and (min-width: 992px) {
  #navbar .nav-item .nav-link:before{
    visibility: hidden;
    position: absolute;
    bottom: -6px;
    height: 3px;
    width: 75%;
    --tw-translate-y: 10px;
    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(91 192 33 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: linear;
    --tw-content: "";
    content: var(--tw-content);
  }

  #map_controls_3D button#navbar .nav-item .nav-link:before{
    order: 1;
  }

  #map_controls_3D.hover-all:focus > button#navbar .nav-item .nav-link:before,
#map_controls_3D.hover-all:hover > button#navbar .nav-item .nav-link:before{
    position: relative;
  }

  #navbar .nav-item .nav-link:before {
    width: calc(75% - 18px);
  }
}

#sidepanel #input-bar:before{
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 20;
  display: block;
  height: 16px;
  width: 16px;
  background-image: url('/base/static/icons/magnifying-glass.svg');
  background-size: 100% 100%;
  --tw-content: "";
  content: var(--tw-content);
}

#sidepanel #search-results li{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidepanel #search-results li:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#sidepanel #queryTbx::-webkit-search-cancel-button{
  display: none;
}

#panels #sidepanel #queryTbx::-webkit-search-cancel-button{
  visibility: visible !important;
}

#search-results.show-results{
  border-width: 1px;
  border-style: solid;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
}

#sidepanel .dropdown-btn::after{
  position: absolute;
  right: 24px;
  display: block;
  height: 16px;
  width: 16px;
  background-image: url('/base/static/icons/angle-down.svg');
  background-size: 100% 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: "";
  content: var(--tw-content);
}

#sidepanel .dropdown-container .dropdown-elements{
  max-height: 0px;
  transition-property: max-height;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.active-search .faq-answer#sidepanel .dropdown-container .dropdown-elements,
.faq-answer#sidepanel .dropdown-container .dropdown-elements{
  transition-duration: 500ms !important;
}

#sidepanel .dropdown-container.active > .dropdown-elements{
  max-height: 100vh;
  padding-bottom: 10px;
  transition-property: max-height;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#sidepanel .dropdown-btn.active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 29 60 / var(--tw-text-opacity));
}

#sidepanel a:hover,
.dropdown-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

#sidepanel .dropdown-btn.active::after,
#map-sidepanel-btn.active img{
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 992px){
  #sidepanel #tab-section #tab-group{
    display: none;
  }
}

#tab-group button{
  margin-top: 10px;
  max-width: calc(100% / 3);
  border-width: 1px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 192 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

#tab-group button.active{
  border-width: 1px;
  border-color: rgb(91 192 33 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.checkbox-button .checkbox-button-control{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  min-width: 20px;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline-width: 1px;
  outline-color: #fff;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate)) rotate3d(var(--tw-rotate-3d)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scale3d(var(--tw-scale-x),var(--tw-scale-y),var(--tw-scale-z));
}

.checkbox-button input:checked + .checkbox-button-control::after{
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.legend-title{
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(91 192 33 / var(--tw-border-opacity));
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 992px){
  .legend-title{
    margin-top: 0px;
  }
}

[type="checkbox"]:focus-visible + span{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

[type="checkbox"]:focus-visible + span + span{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 44 92 / var(--tw-border-opacity));
}

.dropdown-container #sidebar-menu-generatedlist .group-header{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

@media screen and (min-width: 992px) {
  #sidepanel.show{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #map-sidepanel-btn span{
    opacity: 1;
  }

  #map-sidepanel-btn span.btn-icon{
    max-height: 0px;
    opacity: 0;
  }

  #map_controls_3D button#map-sidepanel-btn span.btn-icon{
    order: 1;
  }

  #map_controls_3D.hover-all:focus > button#map-sidepanel-btn span.btn-icon,
#map_controls_3D.hover-all:hover > button#map-sidepanel-btn span.btn-icon{
    position: relative;
  }

  .active-search .faq-answer#map-sidepanel-btn span.btn-icon,
.faq-answer#map-sidepanel-btn span.btn-icon{
    transition-duration: 500ms !important;
  }

  #map-sidepanel-btn.active{
    margin-left: 0px !important;
    padding-left: 10px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #map-sidepanel-btn.active span{
    max-height: 0px;
    padding-right: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #map_controls_3D button#map-sidepanel-btn.active span{
    order: 1;
  }

  #map_controls_3D.hover-all:focus > button#map-sidepanel-btn.active span,
#map_controls_3D.hover-all:hover > button#map-sidepanel-btn.active span{
    position: relative;
  }

  .active-search .faq-answer#map-sidepanel-btn.active span,
.faq-answer#map-sidepanel-btn.active span{
    transition-duration: 500ms !important;
  }

  #map-sidepanel-btn.active span.btn-icon{
    max-height: 30px;
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}

@media screen and (max-width: 991px) {
  .dropdown-elements:focus-within{
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

@media screen and (max-width: 768px) {
  #tab-group.alt-btns{
    position: relative;
    flex-direction: column;
    gap: 5px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-right: 45px;
    padding-left: 10px;
  }

  #tab-group.alt-btns #mobile-tab-menu{
    position: absolute;
    right: 5px;
    border-radius: 0.125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 44 92 / var(--tw-border-opacity));
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }

  #tab-group.alt-btns #mobile-tab-menu.active{
    --tw-bg-opacity: 1;
    background-color: rgb(0 44 92 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  #tab-group.alt-btns button{
    margin-top: 0px;
    min-width: 100%;
    border-radius: 0.125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(91 192 33 / var(--tw-border-opacity));
    padding: 5px;
    text-align: left;
  }

  #tab-group.alt-btns button.active{
    order: -1;
    display: block;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(91 192 33 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 340px) and (max-width: 500px) {
  #tab-group.alt-btns button:nth-child(1) {
    width: 100%;
  }
}

/* ! tailwindcss v3.4.1 | 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: Open Sans, sans-serif;
  /* 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 */
  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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

:root{
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-translate-z: 0;
  --tw-scale-z: 1;
  --tw-rotate-3d: 0,0,0,0deg;
}

*, ::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:  ;
}

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

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

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.\!top-80{
  top: 80px !important;
}

.-bottom-1{
  bottom: -1px;
}

.-bottom-28{
  bottom: -28px;
}

.-left-15{
  left: -15px;
}

.-left-8{
  left: -8px;
}

.-left-9{
  left: -9px;
}

.-right-6{
  right: -6px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-100p{
  bottom: 100%;
}

.bottom-25{
  bottom: 25px;
}

.left-0{
  left: 0px;
}

.left-100p{
  left: 100%;
}

.left-4{
  left: 4px;
}

.left-5{
  left: 5px;
}

.left-50p{
  left: 50%;
}

.left-\[clamp\(10px\2c 20\%\2c 10px\)\]{
  left: clamp(10px,20%,10px);
}

.right-0{
  right: 0px;
}

.right-10{
  right: 10px;
}

.right-20{
  right: 20px;
}

.right-40{
  right: 40px;
}

.right-8{
  right: 8px;
}

.right-\[calc\(100\%_-_6px\)\]{
  right: calc(100% - 6px);
}

.top-0{
  top: 0px;
}

.top-100p{
  top: 100%;
}

.top-105{
  top: 105px;
}

.top-12{
  top: 12px;
}

.top-18{
  top: 18px;
}

.top-2{
  top: 2px;
}

.top-20{
  top: 20px;
}

.top-20p{
  top: 20%;
}

.top-25p{
  top: 25%;
}

.top-4{
  top: 4px;
}

.top-5{
  top: 5px;
}

.top-50{
  top: 50px;
}

.top-50p{
  top: 50%;
}

.top-7{
  top: 7px;
}

.top-80{
  top: 80px;
}

.top-90{
  top: 90px;
}

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

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

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

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

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

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

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

.z-\[99999\]{
  z-index: 99999;
}

.order-2{
  order: 2;
}

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

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

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

.\!m-0{
  margin: 0px !important;
}

.m-auto{
  margin: auto;
}

.mx-12{
  margin-left: 12px;
  margin-right: 12px;
}

.mx-8{
  margin-left: 8px;
  margin-right: 8px;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.-mt-\[6\.5px\]{
  margin-top: -6.5px;
}

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

.mb-1{
  margin-bottom: 1px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-12{
  margin-bottom: 12px;
}

.mb-16{
  margin-bottom: 16px;
}

.mb-2{
  margin-bottom: 2px;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-25{
  margin-bottom: 25px;
}

.mb-30{
  margin-bottom: 30px;
}

.mb-4{
  margin-bottom: 4px;
}

.mb-40{
  margin-bottom: 40px;
}

.mb-5{
  margin-bottom: 5px;
}

.mb-6{
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-auto{
  margin-right: auto;
}

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

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

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

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

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

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

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.h-1{
  height: 1px;
}

.h-100p{
  height: 100%;
}

.h-12{
  height: 12px;
}

.h-2{
  height: 2px;
}

.h-20{
  height: 20px;
}

.h-24{
  height: 24px;
}

.h-28{
  height: 28px;
}

.h-3{
  height: 3px;
}

.h-40{
  height: 40px;
}

.h-50{
  height: 50px;
}

.h-56{
  height: 56px;
}

.h-6{
  height: 6px;
}

.h-60{
  height: 60px;
}

.h-80{
  height: 80px;
}

.h-\[calc\(100\%_-_40px\)\]{
  height: calc(100% - 40px);
}

.h-\[calc\(100vh_-_200px\)\]{
  height: calc(100vh - 200px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.\!max-h-30{
  max-height: 30px !important;
}

.\!max-h-\[165px\]{
  max-height: 165px !important;
}

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

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

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

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

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

.max-h-\[80dvh\]{
  max-height: 80dvh;
}

.max-h-\[calc\(100\%_-_50px\)\]{
  max-height: calc(100% - 50px);
}

.max-h-none{
  max-height: none;
}

.\!min-h-80{
  min-height: 80px !important;
}

.min-h-100{
  min-height: 100px;
}

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

.min-h-100vh-max{
  min-height: calc(100vh - 100px);
}

.min-h-2{
  min-height: 2px;
}

.min-h-\[calc\(100vh_-_360px\)\]{
  min-height: calc(100vh - 360px);
}

.\!w-\[30px\]{
  width: 30px !important;
}

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

.w-10{
  width: 10px;
}

.w-100p{
  width: 100%;
}

.w-12{
  width: 12px;
}

.w-20{
  width: 20px;
}

.w-24{
  width: 24px;
}

.w-40{
  width: 40px;
}

.w-48{
  width: 48px;
}

.w-50{
  width: 50px;
}

.w-50p{
  width: 50%;
}

.w-56{
  width: 56px;
}

.w-85p{
  width: 85%;
}

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

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

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

.w-\[calc\(100\%_-_16px\)\]{
  width: calc(100% - 16px);
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.\!min-w-0{
  min-width: 0px !important;
}

.min-w-100{
  min-width: 100px;
}

.min-w-300{
  min-width: 300px;
}

.min-w-75{
  min-width: 75px;
}

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

.\!max-w-100p{
  max-width: 100% !important;
}

.max-w-0{
  max-width: 0px;
}

.max-w-100p{
  max-width: 100%;
}

.max-w-960{
  max-width: 960px;
}

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

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

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

.max-w-\[calc\(100\%_-_5px\)\]{
  max-width: calc(100% - 5px);
}

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

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

.grow{
  flex-grow: 1;
}

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

.\!translate-y-0{
  --tw-translate-y: 0px !important;
  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)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.animate-\[pulse-scale_2s_infinite\]{
  animation: pulse-scale 2s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10{
  gap: 10px;
}

.gap-20{
  gap: 20px;
}

.gap-3{
  gap: 3px;
}

.gap-4{
  gap: 4px;
}

.gap-5{
  gap: 5px;
}

.gap-8{
  gap: 8px;
}

.gap-x-10{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-5{
  row-gap: 5px;
}

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

.overscroll-contain{
  overscroll-behavior: contain;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.text-nowrap{
  text-wrap: nowrap;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-radius-md{
  border-radius: 0;
}

.rounded-radius-r{
  border-radius: 0;
}

.rounded-radius-sm{
  border-radius: 0.125rem;
}

.rounded-radius-t{
  border-radius: 0;
}

.rounded-radius-t-md{
  border-radius: 0;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.\!border-2{
  border-width: 2px !important;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-t{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.\!border-region{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 121 173 / var(--tw-border-opacity)) !important;
}

.\!border-text{
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 51 51 / var(--tw-border-opacity)) !important;
}

.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#1b5976\]{
  --tw-border-opacity: 1;
  border-color: rgb(27 89 118 / var(--tw-border-opacity));
}

.border-\[\#f4f4f4\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-alert-border{
  --tw-border-opacity: 1;
  border-color: rgb(252 129 129 / var(--tw-border-opacity));
}

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

.border-gray-border{
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
}

.border-gray-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 44 92 / var(--tw-border-opacity));
}

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

.border-b-\[\#efefef\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.border-b-primary-lighter{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 192 33 / var(--tw-border-opacity));
}

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

.\!bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity)) !important;
}

.\!bg-region{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 121 173 / var(--tw-bg-opacity)) !important;
}

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

.bg-\[\#1F78B4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 120 180 / var(--tw-bg-opacity));
}

.bg-\[\#1a9641\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 150 65 / var(--tw-bg-opacity));
}

.bg-\[\#275ec4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 94 196 / var(--tw-bg-opacity));
}

.bg-\[\#2A52F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 82 245 / var(--tw-bg-opacity));
}

.bg-\[\#2b83ba\]{
  --tw-bg-opacity: 1;
  background-color: rgb(43 131 186 / var(--tw-bg-opacity));
}

.bg-\[\#2c7bb6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 123 182 / var(--tw-bg-opacity));
}

.bg-\[\#2d668b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(45 102 139 / var(--tw-bg-opacity));
}

.bg-\[\#33A02C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 160 44 / var(--tw-bg-opacity));
}

.bg-\[\#376742\]{
  --tw-bg-opacity: 1;
  background-color: rgb(55 103 66 / var(--tw-bg-opacity));
}

.bg-\[\#389938\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 153 56 / var(--tw-bg-opacity));
}

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

.bg-\[\#4eaf50\]{
  --tw-bg-opacity: 1;
  background-color: rgb(78 175 80 / var(--tw-bg-opacity));
}

.bg-\[\#5a9dc9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(90 157 201 / var(--tw-bg-opacity));
}

.bg-\[\#6EF176\]{
  --tw-bg-opacity: 1;
  background-color: rgb(110 241 118 / var(--tw-bg-opacity));
}

.bg-\[\#70bb70\]{
  --tw-bg-opacity: 1;
  background-color: rgb(112 187 112 / var(--tw-bg-opacity));
}

.bg-\[\#74b6ad\]{
  --tw-bg-opacity: 1;
  background-color: rgb(116 182 173 / var(--tw-bg-opacity));
}

.bg-\[\#7e3eb9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(126 62 185 / var(--tw-bg-opacity));
}

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

.bg-\[\#82c85f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(130 200 95 / var(--tw-bg-opacity));
}

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

.bg-\[\#88bfdb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(136 191 219 / var(--tw-bg-opacity));
}

.bg-\[\#A64DB2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(166 77 178 / var(--tw-bg-opacity));
}

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

.bg-\[\#B2DF8A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(178 223 138 / var(--tw-bg-opacity));
}

.bg-\[\#D2691E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 105 30 / var(--tw-bg-opacity));
}

.bg-\[\#DBE51B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 229 27 / var(--tw-bg-opacity));
}

.bg-\[\#E31A1C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 26 28 / var(--tw-bg-opacity));
}

.bg-\[\#F16EE3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 110 227 / var(--tw-bg-opacity));
}

.bg-\[\#F3B642\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 182 66 / var(--tw-bg-opacity));
}

.bg-\[\#FB9A99\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 154 153 / var(--tw-bg-opacity));
}

.bg-\[\#FDBF6F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 191 111 / var(--tw-bg-opacity));
}

.bg-\[\#FFA500\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}

.bg-\[\#b0dd74\]{
  --tw-bg-opacity: 1;
  background-color: rgb(176 221 116 / var(--tw-bg-opacity));
}

.bg-\[\#b3dce5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(179 220 229 / var(--tw-bg-opacity));
}

.bg-\[\#b7e2a8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(183 226 168 / var(--tw-bg-opacity));
}

.bg-\[\#d1ead6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 234 214 / var(--tw-bg-opacity));
}

.bg-\[\#d1eb93\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 235 147 / var(--tw-bg-opacity));
}

.bg-\[\#d7191c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 28 / var(--tw-bg-opacity));
}

.bg-\[\#e4be41\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 190 65 / var(--tw-bg-opacity));
}

.bg-\[\#e54f35\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 79 53 / var(--tw-bg-opacity));
}

.bg-\[\#e7f5b7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 183 / var(--tw-bg-opacity));
}

.bg-\[\#ea4411\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 68 17 / var(--tw-bg-opacity));
}

.bg-\[\#f0f8c7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 199 / var(--tw-bg-opacity));
}

.bg-\[\#f1f2f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity));
}

.bg-\[\#f2f9b3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 179 / var(--tw-bg-opacity));
}

.bg-\[\#f3854e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 133 78 / var(--tw-bg-opacity));
}

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

.bg-\[\#fdb56a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 181 106 / var(--tw-bg-opacity));
}

.bg-\[\#fdb76c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 183 108 / var(--tw-bg-opacity));
}

.bg-\[\#fdba6e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 110 / var(--tw-bg-opacity));
}

.bg-\[\#fed38c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 211 140 / var(--tw-bg-opacity));
}

.bg-\[\#fee4a0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 160 / var(--tw-bg-opacity));
}

.bg-\[\#fee8a4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 232 164 / var(--tw-bg-opacity));
}

.bg-\[\#ff0000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#fff0ae\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 174 / var(--tw-bg-opacity));
}

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

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

.bg-body{
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 248 / var(--tw-bg-opacity));
}

.bg-gray-input{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-gray-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
}

.bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
}

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

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

.bg-linear-black{
  background-image: linear-gradient(transparent,transparent 20%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.6));
}

.bg-xmark{
  background-image: url('/base/static/icons/xmark.svg');
}

.bg-100p{
  background-size: 100% 100%;
}

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

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

.p-0{
  padding: 0px;
}

.p-10{
  padding: 10px;
}

.p-12{
  padding: 12px;
}

.p-15{
  padding: 15px;
}

.p-20{
  padding: 20px;
}

.p-5{
  padding: 5px;
}

.p-8{
  padding: 8px;
}

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

.px-15{
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.px-25{
  padding-left: 25px;
  padding-right: 25px;
}

.px-26{
  padding-left: 26px;
  padding-right: 26px;
}

.px-35{
  padding-left: 35px;
  padding-right: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 1px;
}

.pl-1rem{
  padding-left: 1rem;
}

.pl-35{
  padding-left: 35px;
}

.pl-5{
  padding-left: 5px;
}

.pl-5p{
  padding-left: 5%;
}

.pr-10{
  padding-right: 10px;
}

.pr-15{
  padding-right: 15px;
}

.pr-3{
  padding-right: 3px;
}

.pr-5{
  padding-right: 5px;
}

.pr-5p{
  padding-right: 5%;
}

.pr-7{
  padding-right: 7px;
}

.pr-8{
  padding-right: 8px;
}

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

.pt-1{
  padding-top: 1px;
}

.pt-10{
  padding-top: 10px;
}

.pt-100{
  padding-top: 100px;
}

.pt-15{
  padding-top: 15px;
}

.pt-16{
  padding-top: 16px;
}

.pt-20{
  padding-top: 20px;
}

.pt-5{
  padding-top: 5px;
}

.pt-50{
  padding-top: 50px;
}

.pt-8{
  padding-top: 8px;
}

.pt-80{
  padding-top: 80px;
}

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

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

.text-11{
  font-size: 11px;
}

.text-12{
  font-size: 12px;
}

.text-14{
  font-size: 14px;
}

.text-16{
  font-size: 16px;
}

.text-17{
  font-size: 17px;
}

.text-18{
  font-size: 18px;
}

.text-20{
  font-size: 20px;
}

.text-22{
  font-size: 22px;
}

.text-24{
  font-size: 24px;
}

.text-30{
  font-size: 30px;
}

.text-48{
  font-size: 48px;
}

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

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

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

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

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-24{
  line-height: 24px;
}

.leading-4{
  line-height: 1rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[12px\]{
  line-height: 12px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[21px\]{
  line-height: 21px;
}

.text-\[\#14b814\]{
  --tw-text-opacity: 1;
  color: rgb(20 184 20 / var(--tw-text-opacity));
}

.text-\[\#18EE43\]{
  --tw-text-opacity: 1;
  color: rgb(24 238 67 / var(--tw-text-opacity));
}

.text-\[\#1b5976\]{
  --tw-text-opacity: 1;
  color: rgb(27 89 118 / var(--tw-text-opacity));
}

.text-\[\#F1C40F\]{
  --tw-text-opacity: 1;
  color: rgb(241 196 15 / var(--tw-text-opacity));
}

.text-\[\#ff0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-\[\#ffa600\]{
  --tw-text-opacity: 1;
  color: rgb(255 166 0 / var(--tw-text-opacity));
}

.text-alert{
  --tw-text-opacity: 1;
  color: rgb(197 48 48 / var(--tw-text-opacity));
}

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

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

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

.text-gray-light{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-intern-light{
  --tw-text-opacity: 1;
  color: rgb(92 174 230 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgb(91 192 33 / var(--tw-text-opacity));
}

.text-secundary{
  --tw-text-opacity: 1;
  color: rgb(91 192 33 / var(--tw-text-opacity));
}

.text-text-sidebar{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-60{
  opacity: 0.6;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cookies{
  --tw-shadow: 0 -1px 10px 0 #acabab4d;
  --tw-shadow-colored: 0 -1px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-footer{
  --tw-shadow: 0 2px 3px 4px rgba(40,44,53,.08), 0 1px 1px 2px rgba(40,44,53,.1);
  --tw-shadow-colored: 0 2px 3px 4px var(--tw-shadow-color), 0 1px 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-header{
  --tw-shadow: 0 2px 3px 0 rgba(40,44,53,.08), 0 1px 1px 0 rgba(40,44,53,.1);
  --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-regionblock{
  --tw-shadow: 0 0.15rem 0.5rem 0 rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0 0.15rem 0.5rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

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

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

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

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

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

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

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

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

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

.content-empty{
  --tw-content: "";
  content: var(--tw-content);
}

.transform{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate)) rotate3d(var(--tw-rotate-3d)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scale3d(var(--tw-scale-x),var(--tw-scale-y),var(--tw-scale-z)) !important;
}

.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}

/* @tailwind components; */

html {
  overscroll-behavior: none;
}

body{
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

body p{
  margin-bottom: 12px;
}

body.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

*{
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}

a{
  text-decoration-line: none;
}

p a{
  --tw-text-opacity: 1;
  color: rgb(0 128 179 / var(--tw-text-opacity));
}

p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

input{
  background-color: transparent;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 12px;
  padding-right: 12px;
}

input[type="checkbox"]{
  box-sizing: border-box;
  padding: 0px;
}

h1{
  margin-bottom: 20px;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

h1:after{
  display: block;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

h2{
  margin-bottom: 20px;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

h3{
  margin-bottom: 20px;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

h4{
  margin-bottom: 10px;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

h5{
  margin-bottom: 10px;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

h6{
  margin-bottom: 10px;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 500;
}

.dropdown-elements:focus-within{
  border-width: 0px !important;
  outline-width: 0px;
}

:focus-visible{
  outline-width: 0px !important;
}

@media (min-width: 992px){
  :focus-visible{
    border-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(91 192 33 / var(--tw-border-opacity)) !important;
  }

  button:focus-visible{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  }
}

main ul{
  margin-bottom: 12px;
  list-style-type: disc;
  padding-left: 30px;
}

main ul li{
  padding-bottom: 7px;
}

table th{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

table td,
table th{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

table tbody tr:nth-child(odd) {
  background-color: #fff;
}

table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.btn{
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 44 92 / var(--tw-border-opacity));
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 128 179 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn.btn-clear{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.btn.btn-clear:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.btn[target="_blank"]:after{
  margin-left: 8px;
  display: inline-block;
  height: 12px;
  width: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask: url(/base/static/icons/external-link.svg) no-repeat 100% 100%;
  -moz-mask-mask: url(/base/static/icons/external-link.svg) no-repeat 100% 100%;
  -webkit-mask: url(/base/static/icons/external-link.svg) no-repeat 100% 100%;
          mask: url(/base/static/icons/external-link.svg) no-repeat 100% 100%;
}

.btn[target="_blank"]:hover:after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.btn.btn-clear[target="_blank"]:after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
}

body *::-webkit-scrollbar{
  width: 6px;
  border-left-width: 3px;
  border-style: solid;
  border-color: transparent;
}

body *::-webkit-scrollbar-track{
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgb(226, 226, 226);
}

body *::-webkit-scrollbar-thumb{
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 92 / var(--tw-bg-opacity));
}

.hide {
  display: none !important;
}

.rsbtn .rspart .rsbtn_text {
  display: none;
}

.first-line\:flex::first-line{
  display: flex;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:relative::after{
  content: var(--tw-content);
  position: relative;
}

.after\:\!right-10::after{
  content: var(--tw-content);
  right: 10px !important;
}

.after\:-left-5::after{
  content: var(--tw-content);
  left: -5px;
}

.after\:-right-4::after{
  content: var(--tw-content);
  right: -4px;
}

.after\:bottom-7::after{
  content: var(--tw-content);
  bottom: 7px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:top-1::after{
  content: var(--tw-content);
  top: 1px;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-1::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:h-16::after{
  content: var(--tw-content);
  height: 16px;
}

.after\:h-3::after{
  content: var(--tw-content);
  height: 3px;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-16::after{
  content: var(--tw-content);
  width: 16px;
}

.after\:w-20::after{
  content: var(--tw-content);
  width: 20px;
}

.after\:w-4::after{
  content: var(--tw-content);
  width: 4px;
}

.after\:-rotate-45::after{
  content: var(--tw-content);
  --tw-rotate: -45deg;
  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));
}

.after\:cursor-ew-resize::after{
  content: var(--tw-content);
  cursor: ew-resize;
}

.after\:\!bg-region-green::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 122 0 / var(--tw-bg-opacity)) !important;
}

.after\:bg-\[\#1b5976\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(27 89 118 / var(--tw-bg-opacity));
}

.after\:bg-primary-lighter::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(91 192 33 / var(--tw-bg-opacity));
}

.after\:bg-angle-down::after{
  content: var(--tw-content);
  background-image: url('/base/static/icons/angle-down.svg');
}

.after\:bg-no-repeat::after{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}

.after\:content-empty::after{
  --tw-content: "";
  content: var(--tw-content);
}

.hover\:-top-10:hover{
  top: -10px;
}

.hover\:-ml-5:hover{
  margin-left: -5px;
}

.hover\:ml-6:hover{
  margin-left: 6px;
}

.hover\:\!bg-region-hover:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 224 220 / var(--tw-bg-opacity)) !important;
}

.hover\:pl-17:hover{
  padding-left: 17px;
}

.hover\:pl-21:hover{
  padding-left: 21px;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.hover\:text-primary-lighter:hover{
  --tw-text-opacity: 1;
  color: rgb(91 192 33 / var(--tw-text-opacity));
}

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

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:max-w-10{
  max-width: 10px;
}

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

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

@media (min-width: 360px){
  .xs\:gap-12{
    gap: 12px;
  }
}

@media (min-width: 576px){
  .sm\:bottom-40{
    bottom: 40px;
  }

  .sm\:right-40{
    right: 40px;
  }

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-50{
    width: 50px;
  }

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

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

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

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

  .md\:relative{
    position: relative;
  }

  .md\:bottom-6{
    bottom: 6px;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:right-32{
    right: 32px;
  }

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

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

  .md\:hidden{
    display: none;
  }

  .md\:max-h-none{
    max-height: none;
  }

  .md\:w-60{
    width: 60px;
  }

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

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

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

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

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

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

  .md\:pb-60{
    padding-bottom: 60px;
  }
}

@media (min-width: 992px){
  .lg\:\!visible{
    visibility: visible !important;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:bottom-20{
    bottom: 20px;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

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

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

  .lg\:left-auto{
    left: auto;
  }

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

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

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

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

  .lg\:top-auto{
    top: auto;
  }

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

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

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

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

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

  .lg\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[calc\(100dvh_-_110px\)\]{
    height: calc(100dvh - 110px) !important;
  }

  .lg\:h-\[calc\(100\%_-_50px\)\]{
    height: calc(100% - 50px);
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:\!max-h-\[calc\(100\%_-_100px\)\]{
    max-height: calc(100% - 100px) !important;
  }

  .lg\:max-h-50{
    max-height: 50px;
  }

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

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

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

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

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

  .lg\:\!min-w-\[10px\]{
    min-width: 10px !important;
  }

  .lg\:\!max-w-100p{
    max-width: 100% !important;
  }

  .lg\:max-w-80p{
    max-width: 80%;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

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

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

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

  .lg\:rounded-radius-l-md{
    border-radius: 0;
  }

  .lg\:rounded-radius-r-md{
    border-radius: 0;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

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

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

  .lg\:border-gray-border{
    --tw-border-opacity: 1;
    border-color: rgb(198 198 198 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-10{
    padding-top: 10px;
  }

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

  .lg\:pt-7{
    padding-top: 7px;
  }

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

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

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

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

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

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

  .after\:lg\:w-5::after{
    content: var(--tw-content);
    width: 5px;
  }
}

@media (min-width: 1200px){
  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:max-h-75{
    max-height: 75px;
  }

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

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

@media (min-width: 1440px){
  .xxl\:relative{
    position: relative;
  }

  .xxl\:right-\[unset\]{
    right: unset;
  }

  .xxl\:top-\[unset\]{
    top: unset;
  }

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

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

  .xxl\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xxl\:pr-60{
    padding-right: 60px;
  }
}

@media (min-width: 1600px){
  .xxxl\:justify-center{
    justify-content: center;
  }
}

@media (min-width: 2160px){
  .wide\:right-50p{
    right: 50%;
  }

  .wide\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .wide\:translate-x-50p{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

.\[\&\.active\]\:\!block.active{
  display: block !important;
}

.\[\&\.active\]\:max-h-100vh.active{
  max-height: 100vh;
}

.\[\&\.active\]\:border-solid.active{
  border-style: solid;
}

.\[\&\.active\]\:border-primary-lighter.active{
  --tw-border-opacity: 1;
  border-color: rgb(91 192 33 / var(--tw-border-opacity));
}

.\[\&\.active\]\:text-primary.active{
  --tw-text-opacity: 1;
  color: rgb(0 44 92 / var(--tw-text-opacity));
}

.\[\&\.active\]\:transition-all.active{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\.active\]\:duration-1000.active{
  transition-duration: 1000ms;
}

.atlas-page .\[\.atlas-page_\&\]\:bottom-90{
  bottom: 90px;
}

@media (min-width: 2160px){
  .atlas-page .wide\:\[\.atlas-page_\&\]\:bottom-40{
    bottom: 40px;
  }
}